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,
|
ConfigKey<Boolean> MountDisabledStoragePool = new ConfigKey<>(Boolean.class,
|
||||||
"mount.disabled.storage.pool",
|
"mount.disabled.storage.pool",
|
||||||
"Storage",
|
"Storage",
|
||||||
"false",
|
Boolean.TRUE.toString(),
|
||||||
"Mount all zone-wide or cluster-wide disabled storage pools after node reboot",
|
"Mount all zone-wide or cluster-wide disabled storage pools after node reboot",
|
||||||
true,
|
true,
|
||||||
ConfigKey.Scope.Cluster,
|
ConfigKey.Scope.Cluster,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue