#10208 Create a 100g NFS to back the image registry
Closed: Fixed by kevin. Opened by t0xic0der.

Describe what you would like us to do:

Please create a 100GB NFS for backing up the OCP4 production cluster's image registry.

apiVersion: v1
kind: PersistentVolume
metadata:
  annotations:
  name: ocp-prod-image-registry-volume
spec:
  accessModes:
  - ReadWriteMany
  capacity:
    storage: 100Gi
  nfs:
    path: /ocp_prod_registry
    server: 10.3.162.11
  persistentVolumeReclaimPolicy: Retain
  volumeMode: Filesystem

When do you need this to be done by? (YYYY/MM/DD)

As soon as possible :)


Metadata Update from @mohanboddu:
- Issue assigned to kevin
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: medium-gain, medium-trouble, ops

ntap-iad2-c02::> volume create -volume ocp_prod_registry -aggregate aggr01_sas2T_02b -size 100G -state online -policy ocp_prod -unix-permissions ---rwxrwxrwx -type RW -snapshot-policy none -junction-path
/ocp_prod_registry
[Job 15208] Job succeeded: Successful

It should be there and live. You should be able to define the pv and claim it. :)

Let me know if you run into any other issues with it.

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Awesome thanks Kevin!

Metadata