zpool-checkpoint — check-point current ZFS storage pool state
Contents
Description
Checkpoints the current state of pool , which can be later restored by zpoolimport--rewind-to-checkpoint. The existence of a checkpoint in a pool prohibits the following zpool
subcommands: remove, attach, detach, split, and reguid. In addition, it may break reservation boundaries
if the pool lacks free space. The zpoolstatus command indicates the existence of a checkpoint or the
progress of discarding a checkpoint from a pool. zpoollist can be used to check how much space the
checkpoint takes from the pool.
Name
zpool-checkpoint — check-point current ZFS storage pool state
Options
-d, --discard
Discards an existing checkpoint from pool.
-w, --wait
Waits until the checkpoint has finished being discarded before returning.
See Also
zfs-snapshot(8), zpool-import(8), zpool-status(8) OpenZFS May 27, 2021 ZPOOL-CHECKPOINT(8)
Synopsis
zpoolcheckpoint [-d [-w]] pool
