This section tells how to shrink a compatibility volume by 500 MB.
Example 16.1. Shrink a volume
Shrink the volume
/dev/evms/lvm/Sample Container/Sample Region
, which is the compatibility volume that was created in the chapter entitled "Creating Volumes," by 500 MB.
Follow these steps to shrink the volume with the EVMS GUI:
Select
→ →Select
from the list of volumes.Click
.Select
from the list of volumes.Click
.Enter 500MB
in the "Shrink by Size" field.
Click
.
Alternatively, you can perform some of the steps to shrink the volume with the GUI context sensitive menu:
From the /dev/evms/lvm/Sample Container/Sample Region
Click
Continue the operation beginning with step 3 of the GUI instructions.
Follow these steps to shrink a volume with Ncurses:
Select
→ → .Select
from the list of volumes.Activate
.Select
from the shrink point selection list.Activate
.Scroll down using the down arrow until is highlighted.
Press spacebar.
Press Enter.
At the "::" prompt enter 500MB
.
Press Enter.
Activate
.
Alternatively, you can perform some of the steps to shrink the volume with the context sensitive menu:
From the Volumes view, press Enter on /dev/evms/lvm/Sample Container/Sample Region
.
Activate the
menu item.Continue the operation beginning with step 3 of the Ncurses instructions.
The shrink command takes a shrink point followed by an optional name value pair or an optional shrink object. To find the shrink point, use the query command with the shrink points filter on the object or volume you plan to shrink. For example:
query: shrink points, "/dev/evms/lvm/Sample Container/Sample Region"
Use a list options filter on the object of the shrink point to determine the name-value pair to use, as follows:
query: objects, object="lvm/Sample Container/Sample Region", list options
With the option information that is returned, you can construct the command, as follows:
shrink: "lvm/Sample Container/Sample Region", remove_size=500MB