diff --git a/controller/setting_controller.go b/controller/setting_controller.go index 9dc236e7b4..613c5b2b3c 100644 --- a/controller/setting_controller.go +++ b/controller/setting_controller.go @@ -1847,6 +1847,7 @@ func (info *ClusterInfo) collectSettings() error { types.SettingNameReplicaDiskSoftAntiAffinity: true, types.SettingNameRestoreConcurrentLimit: true, types.SettingNameRestoreVolumeRecurringJobs: true, + types.SettingNameRWXVolumeFastFailover: true, types.SettingNameSnapshotDataIntegrity: true, types.SettingNameSnapshotDataIntegrityImmediateCheckAfterSnapshotCreation: true, types.SettingNameStorageMinimalAvailablePercentage: true,