mirror of https://github.com/apache/cloudstack.git
storage: Mount disabled pools by default when host is booted (#11666)
This commit is contained in:
parent
1a223fd2ba
commit
a749206eb8
|
|
@ -182,7 +182,7 @@ public interface StorageManager extends StorageService {
|
|||
ConfigKey<Boolean> MountDisabledStoragePool = new ConfigKey<>(Boolean.class,
|
||||
"mount.disabled.storage.pool",
|
||||
"Storage",
|
||||
"false",
|
||||
Boolean.TRUE.toString(),
|
||||
"Mount all zone-wide or cluster-wide disabled storage pools after node reboot",
|
||||
true,
|
||||
ConfigKey.Scope.Cluster,
|
||||
|
|
|
|||
Loading…
Reference in New Issue