You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/25 17:57:14 UTC

[GitHub] [cloudstack] ravening commented on a change in pull request #6164: Mount disabled storage pool on host reboot

ravening commented on a change in pull request #6164:
URL: https://github.com/apache/cloudstack/pull/6164#discussion_r835498166



##########
File path: engine/components-api/src/main/java/com/cloud/storage/StorageManager.java
##########
@@ -155,6 +155,15 @@
     ConfigKey<String> PreferredStoragePool = new ConfigKey<String>(String.class, "preferred.storage.pool", "Advanced", "",
             "The UUID of preferred storage pool for allocation.", true, ConfigKey.Scope.Account, null);
 
+    ConfigKey<Boolean> MountDisabledStoragePool = new ConfigKey<>(Boolean.class,
+            "mount.disabled.storage.pool",
+            "Storage",
+            "false",
+            "Mount disabled storage pool after node reboot",
+            true,
+            ConfigKey.Scope.Cluster,

Review comment:
       This should be zone wide as vm can be migrated across cluster. I will update the description




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org