diff options
Diffstat (limited to 'zfs.html.markdown')
-rw-r--r-- | zfs.html.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zfs.html.markdown b/zfs.html.markdown index 3fe05896..fad6b62d 100644 --- a/zfs.html.markdown +++ b/zfs.html.markdown @@ -24,6 +24,7 @@ VDEV's offer better reliability and safety than a RAID card. It is discouraged RAID setup with ZFS, as ZFS expects to directly manage the underlying disks. Types of VDEV's + * stripe (a single disk, no redundancy) * mirror (n-way mirrors supported) * raidz @@ -60,6 +61,7 @@ single host can have 2^64 storage pools. The limits are huge. ### Storage Pools Actions: + * List * Status * Destroy @@ -147,6 +149,7 @@ $ zpool destroy test ### Datasets Actions: + * Create * List * Rename @@ -267,6 +270,7 @@ ZFS snapshots are one of the things about zfs that are a really big deal * They are easy to automate. Actions: + * Create * Delete * Rename |