package
3.0.0-alpha9+incompatible
Repository: https://github.com/opensvc/om3.git
Documentation: pkg.go.dev
# Functions
FilesystemCreateWithArgs defines the shlex splitted list of arguments to prepend to the command.
FilesystemCreateWithQuota Limits the amount of space a dataset and its descendents can consume.
FilesystemCreateWithRefQuota Limits the amount of space a dataset can consume.
FilesystemCreateWithRefReservation is the minimum amount of space guaranteed to a dataset, not including its descendents.
FilesystemCreateWithReservation is the minimum amount of space guaranteed to a dataset and its descendents.
FilesystemDestroyWithRecurse recursively destroys all clones of these snapshots, including the clones, snapshots, and children.
FilesystemDestroyWithForce forces an unmount of any file systems using the unmount -f command.
FilesystemDestroyWithTryImmediate destroys immediately.
FilesystemMountWithOverlay performs an overlay mount.
FilesystemUmountWithForce forcefully unmounts the file system, even if it is currently in use.
No description provided by the author
No description provided by the author
No description provided by the author
PoolCreateWithArgs defines the shlex splitted list of arguments to prepend to the command.
PoolCreateWithVDevs defines the list of block devices paths to add to the pool.
PoolDestroyWithForce forces any active datasets contained within the pool to be unmounted.
PoolExportWithForce forcefully unmounts all datasets, using the unmount -f command.
PoolImportWithCacheFile reads configuration from the given cachefile that was created with the cachefile pool property.
PoolImportWithDevice uses device or searches for devices or files in dir.
PoolImportWithForce forcefully unmounts all datasets, using the unmount -f command.
PoolImportWithOption is a mount option to use when mounting datasets within the pool.
PoolImportWithQuiet sets debug level for error and output logging.
PoolStatusWithVerbose displays verbose data error information, printing out a complete list of all data errors since the last complete pool scrub.
VolCreateWithArgs defines the shlex splitted list of arguments to prepend to the command.
VolCreateWithBlockSize defines the block size of the volume in bytes.
VolCreateWithSize defines the size of the volume in bytes.
VolDestroyWithBusyRetries is the number of retries when the destroy command reports "busy".
VolDestroyWithForce forces an unmount of any file systems using the unmount -f command.
# Constants
DatasetTypeBookmark - bookmark dataset.
DatasetTypeFilesystem - file system dataset.
DatasetTypePool - pool dataset.
DatasetTypeSnapshot - snapshot of dataset.
DatasetTypeVolume - volume (virtual block device) dataset.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author