Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
zfs [2012/10/21 19:36] a created |
zfs [2012/11/27 01:06] (current) a |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ZFS Filesystem General tips ====== | ====== ZFS Filesystem General tips ====== | ||
| + | |||
| + | Creating new zpool (zpools ~ LVM) | ||
| + | |||
| + | zpool create datastore raidz2 sde sdg sdc sdf sdd sdh sdi | ||
| + | |||
| + | zpool set autoreplace=on datastore | ||
| + | |||
| + | zfs set compression=gzip datastore | ||
| + | |||
| + | zfs set dedup=on datastore | ||
| + | |||
| + | Redundancy with support for | ||
| + | * **raidz1** (RAID5) | ||
| + | * **raidz2** (RAID6) | ||
| + | * **mirror** (RAID1) | ||

