You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/storage.rst
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -896,6 +896,12 @@ Before you try to resize a volume, consider the following:
896
896
Therefore, resize any partitions or file systems before you shrink a
897
897
data disk so that all the data is moved off from that disk.
898
898
899
+
- In Apache CloudStack 4.20 and before, resizing volume will fail if
900
+
the current storage pool does not have enough capacity for new volume size.
901
+
Since Apache CloudStack 4.21, it becomes possible if zone setting
902
+
volume.resize.allowed.beyond.allocation is set to true, and the new volume size
903
+
does not cross the resize threshold (pool.storage.allocated.resize.capacity.disablethreshold) of storage pool. These two zone settings are configurable by ROOT admin.
904
+
899
905
To resize a volume:
900
906
901
907
#. Log in to the CloudStack UI as a user or admin.
@@ -912,7 +918,7 @@ To resize a volume:
912
918
913
919
|resize-volume.png|
914
920
915
-
#. If you select Custom Disk, specify a custom size.
921
+
#. Specify a custom size.
916
922
917
923
#. Click Shrink OK to confirm that you are reducing the size of a
918
924
volume.
@@ -921,6 +927,8 @@ To resize a volume:
921
927
which might lead to the risk of data loss. You must sign off that
922
928
you know what you are doing.
923
929
930
+
#. Check if you wish to auto migrate volume to another storage pool if required.
0 commit comments