[ Version ( since = "1.3.14" ) ]
public bool pvresize_size (string device, int64 size) throws Error
resize an LVM physical volume (with size)
This command is the same as pvresize except that it allows you to specify the new size (in bytes) explicitly.
This function depends on the feature "lvm2". See also feature_available .
this |
A GuestfsSession object |
true on success, false on error |