diff --git a/controller/setting_controller.go b/controller/setting_controller.go index a51a3a61b4..21231bce84 100644 --- a/controller/setting_controller.go +++ b/controller/setting_controller.go @@ -1834,6 +1834,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,