Skip to content

Commit

Permalink
Disables filesystem name input field when creating a storageclass wit…
Browse files Browse the repository at this point in the history
…h cephfs provisioner

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>
  • Loading branch information
vbnrh committed Jan 27, 2021
1 parent 262790b commit a17581c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export const StorageClassFormProvisoners: ExtensionSCProvisionerProp = Object.fr
fsName: {
name: 'Filesystem Name',
hintText: 'CephFS filesystem name into which the volume shall be created',
required: true,
value: 'ocs-storagecluster-cephfilesystem',
visible: () => false,
},
'csi.storage.k8s.io/provisioner-secret-name': {
name: 'Provisioner Secret Name',
Expand Down

0 comments on commit a17581c

Please sign in to comment.