xfs_growfs
Description:
[ Version ( since = "1.19.28" ) ]
public bool xfs_growfs (string path, XfsGrowfs? optargs) throws Error
public bool xfs_growfs (string path, XfsGrowfs? optargs) throws Error
expand an existing XFS filesystem
Grow the XFS filesystem mounted at path
.
The returned struct contains geometry information. Missing fields are returned as @-1 (for numeric fields) or empty string.
This function depends on the feature "xfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsXfsGrowfs containing optional arguments |
Returns:
true on success, false on error |