btrfs_scrub_full


Description:

[ Version ( since = "1.55.12" ) ]
public bool btrfs_scrub_full (string path, BTRFSScrubFull? optargs) throws Error

run a full scrub on a btrfs filesystem

Run a full scrub on a btrfs filesystem and wait for it to finish. If the filesystem has errors this will return an error.

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

Parameters:

this

A GuestfsSession object

optargs

a GuestfsBTRFSScrubFull containing optional arguments

Returns:

true on success, false on error