@@ -439,7 +439,7 @@ const (
439
439
// CNS finalizer on supervisor PVC/Snapshots from PVCSI
440
440
SVPVCSnapshotProtectionFinalizer = "sv-pvc-snapshot-protection-finalizer"
441
441
// FileVolumesWithVmService is an FSS to support file volumes with VM service VMs.
442
- FileVolumesWithVmService = "file-volume-with-vm-service "
442
+ FileVolumesWithVmService = "supports_file_volumes_with_VM_service_VMs "
443
443
// SharedDiskFss is an FSS that tells whether shared disks are supported or not
444
444
SharedDiskFss = "supports_shared_disks_with_VM_service_VMs"
445
445
// FCDTransactionSupport is the wcp capability that tells whether transaction is supported in CSI
@@ -474,6 +474,7 @@ var WCPFeatureStates = map[string]struct{}{
474
474
BYOKEncryption : {},
475
475
FCDTransactionSupport : {},
476
476
MultipleClustersPerVsphereZone : {},
477
+ FileVolumesWithVmService : {},
477
478
}
478
479
479
480
// WCPFeatureStatesSupportsLateEnablement contains capabilities that can be enabled later
@@ -486,6 +487,8 @@ var WCPFeatureStatesSupportsLateEnablement = map[string]struct{}{
486
487
MultipleClustersPerVsphereZone : {},
487
488
WCPVMServiceVMSnapshots : {},
488
489
BYOKEncryption : {},
490
+ SharedDiskFss : {},
491
+ FileVolumesWithVmService : {},
489
492
}
490
493
491
494
// WCPFeatureAssociatedWithPVCSI contains FSS name used in PVCSI and associated WCP Capability name on a
0 commit comments