Changes for page ZFS - The Aaron Topponce Archive
Last modified by Drunk Monkey on 2024-09-01 12:35
From version
9.1


edited by Drunk Monkey
on 2024-09-01 08:50
on 2024-09-01 08:50
Change comment:
There is no comment for this version
To version
10.1


edited by Drunk Monkey
on 2024-09-01 09:19
on 2024-09-01 09:19
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,7 @@ 9 9 **Zpool Administration** 10 10 0. [[Install ZFS on Debian GNU/Linux>>doc:]] 11 11 ~1. [[VDEVs>>doc:.ZFS-Administration-Part-I-VDEVs.WebHome]] 12 -2. RAIDZ 12 +2. [[RAIDZ>>doc:.ZFS-Administration-Part-II-RAIDZ.WebHome]] 13 13 3. The ZFS Intent Log (ZIL) 14 14 4. The Adjustable Replacement Cache (ARC) 15 15 5. Exporting and Importing Storage Pools ... ... @@ -41,6 +41,7 @@ 41 41 D. The True Cost Of Deduplication 42 42 ))) 43 43 ))) 44 + 44 44 ---- 45 45 46 46 **UPDATE (May 06, 2012)**: I apologize for mentioning it supports encryption. Pool version 28 is the latest source that the Free Software community has. Encryption was not added until pool version 30. So, encryption is not supported natively with the ZFS on Linux project. However, you can use LUKS containers underneath, or you can use Ecryptfs for the entire filesystem, which would still give you all the checksum, scrubbing and data integrity benefits of ZFS. Until Oracle gets their act together, and releases the current sources of ZFS, crypto is not implemented. ... ... @@ -67,11 +67,7 @@ 67 67 68 68 --**A word of note:** the manpages get installed to /share/man/. I found this troubling. You can modify your $MANPATH variable to include /share/man/man8/, or by creating symlinks, which is the approach I took:-- 69 69 70 ---{{{# cd /usr/share/man/man8/ 71 -# ln -s /share/man/man8/zdb.8 zdb.8 72 -# ln -s /share/man/man8/zfs.8 zfs.8 73 -# ln -s /share/man/man8/zpool.8 zpool.8 74 -}}}--- 71 +--{{{# cd /usr/share/man/man8/ # ln -s /share/man/man8/zdb.8 zdb.8 # ln -s /share/man/man8/zfs.8 zfs.8 # ln -s /share/man/man8/zpool.8 zpool.8 }}}--- 75 75 76 76 Now, make your zpool, and start playing: 77 77