[ Version ( since = "1.3.3" ) ]
public bool lvresize_free (string lv, int32 percent) throws Error
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 .
this |
A GuestfsSession object |
true on success, false on error |