User Tools

Site Tools


zfs_appliance

This is an old revision of the document!


ZFS_Appliance

List the sizes and available space in all filesystems on ZFS appliance

Make sure to be in the root context before running this.

0@@

and the same information but “machine readable” sizes

1@@

Create a pool

2@@

Create a ZFS filesystem / dataset in the pool

3@@

sudo zfs list -r datapool

Create a snapshot of the filesystem

4@@

Destroy a snapshot

5@@

Rollback a snapshot

Create a file followed by a snapshot to preserve situation

6@@

Change the contents of the file

7@@

Rename a snapshot

8@@

Destroy a filesystem

9@@

If there are snapshots of the filesystem, add -r to force the destruction

10@@

Create a clone

Clones can only be created from a snapshot.<br /> Snapshots cannot be deleted unless the clone is deleted.<br /> Clone the snapshot datapool/scripts@before

11@@

Attempt to destroy underlying snapshot

12@@

Attempt to destroy underlying snapshot

13@@

Destroy clone first

14@@

Attempt to destroy underlying snapshot again

15@@
zfs_appliance.1544273361.txt.gz · Last modified: 2018/12/08 12:49 by 0.0.0.0

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki