xfs_admin


Description:

[ Version ( since = "1.19.33" ) ]
public bool xfs_admin (string device, XfsAdmin? optargs) throws Error

change parameters of an XFS filesystem

Change the parameters of the XFS filesystem on device.

Devices that are mounted cannot be modified. Administrators must unmount filesystems before this call can modify parameters.

Some of the parameters of a mounted filesystem can be examined and modified using the xfs_info and xfs_growfs calls.

This function depends on the feature "xfs". See also feature_available.

Parameters:

this

A GuestfsSession object

optargs

a GuestfsXfsAdmin containing optional arguments

Returns:

true on success, false on error