lvresize_free
Description:
expand an LV to fill free space
This expands an existing logical volume lv
so that it fills pc
% of the remaining free space in the volume group.
Commonly you would call this with pc = 100 which expands the logical volume as much as possible, using all remaining free space in the volume
group.
This function depends on the feature "lvm2". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |