andrijapanicsb commented on code in PR #395: URL: https://github.com/apache/cloudstack-documentation/pull/395#discussion_r1577912290
########## source/adminguide/storage.rst: ########## @@ -185,6 +185,38 @@ ensure that the protocol is set to "Filesystem". |adding-local-pool-via-ui.png| +Changing the Scope of the Primary Storage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Scope of a Primary Storage can be changed from Zone-wide to Cluster-wide +and vice versa when the Primary Storage is in Disabled state. +An action button is displayed in UI for each Primary Storage in Disabled state. + +|change-storage-pool-scope-via-ui.png| + +Scope change from Cluster to Zone will connect the Primary Storage to all Hosts +of the zone running the same hypervisor as set on the storage pool. + +|change-storage-pool-scope-to-zone.png| + +Scope change from Zone to Cluster will disconnect the Primary Storage from all +Hosts that were previously connected to the Primary Storage and are not a part +of the specified Cluster. So, if there are running VMs on such hosts using this +Storage Pool, it cannot be disconnected from the hosts. In this case the Scope +change operation will error out. Such VMs need to be stopped or migrated first. + +This feature is tested and supported for the following Hypervisor-Protocol- Review Comment: ```suggestion This feature is tested and supported for the following Hypervisor and storage combinations: ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org