Skip to content

Commit 7f9b5d5

Browse files
authored
Detail on changing primary storage scope added to adminguide and concepts (#395)
* Details about changing primary storage scope added to adminguide and conceptsandterminology * Pull 395: Added screenshot for cluster to zone scope change * Pull 395: Updated screenshot for cluster to zone scope change * Pull 395: updated image after change in dialog * Pull 395: simplified hypervisor-storage combinations * Pull 395: Added info that this might be a long running operation * Pull 395: Added info about listAffectedVmsForstorageScopeChange api
1 parent 7ecbace commit 7f9b5d5

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed
41.4 KB
Loading
33.1 KB
Loading

source/adminguide/storage.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,42 @@ ensure that the protocol is set to "Filesystem".
185185

186186
|adding-local-pool-via-ui.png|
187187

188+
Changing the Scope of the Primary Storage
189+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190+
Scope of a Primary Storage can be changed from Zone-wide to Cluster-wide
191+
and vice versa when the Primary Storage is in Disabled state.
192+
An action button is displayed in UI for each Primary Storage in Disabled state.
193+
194+
|change-storage-pool-scope-via-ui.png|
195+
196+
Scope change from Cluster to Zone will connect the Primary Storage to all Hosts
197+
of the zone running the same hypervisor as set on the storage pool.
198+
199+
|change-storage-pool-scope-to-zone.png|
200+
201+
Scope change from Zone to Cluster will disconnect the Primary Storage from all
202+
Hosts that were previously connected to the Primary Storage and are not a part
203+
of the specified Cluster. So, if there are running VMs on such hosts using this
204+
Storage Pool, they cannot be disconnected from the hosts. In this case the Scope
205+
change operation will error out.
206+
The user VMs need to be stopped or migrated and system VMs need to be destroyed
207+
while the primary Storage is disabled, before attempting the operation again.
208+
listAffectedVmsForstorageScopeChange API can be used to get the list of all such VMs.
209+
210+
This might be a long running operation depending on how many hosts are there
211+
in the zone which need to be connected or disconnected to the storage pool.
212+
213+
This feature is tested and supported for the following hypervisor and storage
214+
combinations:
215+
216+
- KVM with NFS
217+
218+
- KVM wite CEPH/RBD
219+
220+
- VMWare with NFS
221+
222+
It is possible to use this functionality with other configurations but some
223+
manual intervention might be needed by the Administrator to make it work.
188224

189225
Storage Tags
190226
~~~~~~~~~~~~
@@ -1483,6 +1519,10 @@ Deleting objects from a bucket
14831519
:alt: Upload button
14841520
.. |adding-local-pool-via-ui.png| image:: /_static/images/adding-local-pool-via-ui.png
14851521
:alt: Adding Local Storage Pool via UI
1522+
.. |change-storage-pool-scope-via-ui.png| image:: /_static/images/change-storage-pool-scope-via-ui.png
1523+
:alt: Change Primary Storage Scope via UI
1524+
.. |change-storage-pool-scope-to-zone.png| image:: /_static/images/change-storage-pool-scope-to-zone.png
1525+
:alt: Change Primary Storage Scope to Zone via UI
14861526
.. |list-unmanaged-managed-volumes.png| image:: /_static/images/list-unmanaged-managed-volumes.png
14871527
:alt: List of Unmanaged and Managed Volumes
14881528
.. |import-volume.png| image:: /_static/images/import-volume.png

source/conceptsandterminology/concepts.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,25 @@ for example:
463463
If you intend to use only local disk for your installation, you can skip
464464
adding separate primary storage.
465465

466+
Changing the Scope of the Primary Storage
467+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
468+
469+
Starting 4.19.1.0, it is possible to change the Scope of a Primary Storage
470+
from Zone-wide to Cluster-wide and vice versa. The option will be visible only
471+
after the Primary Storage has been disabled.
472+
473+
This feature is tested and supported for the following hypervisor and storage
474+
combinations:
475+
476+
- KVM with NFS
477+
478+
- KVM with CEPH/RBD
479+
480+
- VMWare with NFS
481+
482+
It is possible to use this functionality with other configurations but some
483+
manual intervention might be needed by the Administrator to make it work.
484+
466485

467486
About Secondary Storage
468487
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)