@@ -897,6 +897,13 @@ Before you try to resize a volume, consider the following:
897
897
Therefore, resize any partitions or file systems before you shrink a
898
898
data disk so that all the data is moved off from that disk.
899
899
900
+ - In Apache CloudStack 4.20 and before, resizing volume will fail if
901
+ the current storage pool does not have enough capacity for new volume size.
902
+ Since Apache CloudStack 4.21, it becomes possible if zone setting
903
+ volume.resize.allowed.beyond.allocation is set to true, and the new volume size
904
+ does not cross the resize threshold (pool.storage.allocated.resize.capacity.disablethreshold) of storage pool.
905
+ These two zone settings are configurable by ROOT admin.
906
+
900
907
To resize a volume:
901
908
902
909
#. Log in to the CloudStack UI as a user or admin.
@@ -913,7 +920,7 @@ To resize a volume:
913
920
914
921
|resize-volume.png |
915
922
916
- #. If you select Custom Disk, specify a custom size.
923
+ #. Specify a custom size.
917
924
918
925
#. Click Shrink OK to confirm that you are reducing the size of a
919
926
volume.
@@ -922,6 +929,8 @@ To resize a volume:
922
929
which might lead to the risk of data loss. You must sign off that
923
930
you know what you are doing.
924
931
932
+ #. Check if you wish to auto migrate volume to another storage pool if required.
933
+
925
934
#. Click OK.
926
935
927
936
Root Volume size defined via Service Offering
0 commit comments