Shrinking volumes
You can reduce the capacity of a compressed or uncompressed volume by using the management GUI or the command-line interface (CLI).
Volumes can be reduced in capacity, if it is necessary. You can make a target or auxiliary volume the same capacity as the source or master volume when you create FlashCopy® mappings, Metro Mirror relationships, or Global Mirror relationships. However, if the volume contains data, do not shrink the size of the disk. The system disables shrinking a volume if the selected volume is performing quick initialization. After the quick initialization completes, you can shrink the volume.
You can use the shrinkvdisksize command or the management to shrink the usable capacity that is provisioned to the particular volume by the specified amount. You can also shrink the provisioned capacity of a thin-provisioned volume without altering the usable capacity that is assigned to the volume.
You cannot shrink the capacity of any volume in a Global Mirror with change volumes relationship or in a HyperSwap® relationship.
consistent_synchronized
state. You cannot shrink the
following types of volumes: You must shrink both volumes in a relationship to maintain full operation of the system. Shrink the primary volume by the required capacity, and then shrink the secondary volume.
Using the management GUI
- Click .
- On the Volumes page, right-click the volume and select Modify Volume Capacity.
- On the Modify Volume Capacity page, verify the volume that is being changed. The management GUI identifies volumes that are apart of a FlashCopy mapping. If you changing the capacity of one volume that is used in a FlashCopy mapping, the other volume in the mapping must also be changed so the capacity is the same on both volumes. If capacity does not match for volumes that are used in a FlashCopy mapping, the FlashCopy mapping cannot be started. The FlashCopy mapping displays with Capacity Mismatch value for Volume Capacity column on the FlashCopy mappings page. For more information, see Changing volume capacity for FlashCopy mappings.
- Select Shrink to decrease the capacity of the selected volume.
- Select the amount of capacity and the unit of capacity to decrease the volume capacity by.
- Click Shrink.
Using the command-line interface
- Validate that the volume is not mapped to any host objects. If the volume is mapped, data is displayed.
- You can determine the exact capacity of the source or master volume. Issue the following
command:
lsvdisk -bytes vdisk_name
- Shrink the volume by the required amount. Enter the following command, where
size_change indicates the size reduction for the volume in the specified units
and vdisk_name is the volume that you are shrinking.
shrinkvdisksize -size size_change -unit b | kb | mb | gb | tb | pb vdisk_name