X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=local-zfs.adoc;h=fae3c35134c7e59df03dd303650d6787456df177;hp=9b682b9b09e51d1ebee2562d7054a57e98d719c0;hb=aeecd9ea39bc5cbd84244cff34c7daba1045a1fb;hpb=083adc34fd184d167931aee00a48f1fd79848d93 diff --git a/local-zfs.adoc b/local-zfs.adoc index 9b682b9..fae3c35 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -1,6 +1,8 @@ ZFS on Linux ------------ -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +endif::wiki[] ZFS is a combined file system and logical volume manager designed by Sun Microsystems. Starting with {pve} 3.4, the native Linux @@ -57,7 +59,7 @@ ZFS depends heavily on memory, so you need at least 8GB to start. In practice, use as much you can get for your hardware/budget. To prevent data corruption, we recommend the use of high quality ECC RAM. -If you use a dedicated cache and/or log disk, you should use a +If you use a dedicated cache and/or log disk, you should use an enterprise class SSD (e.g. Intel SSD DC S3700 Series). This can increase the overall performance significantly. @@ -260,7 +262,12 @@ Activate E-Mail Notification ZFS comes with an event daemon, which monitors events generated by the ZFS kernel module. The daemon can also send emails on ZFS events like -pool errors. +pool errors. Newer ZFS packages ships the daemon in a separate package, +and you can install it using `apt-get`: + +---- +# apt-get install zfs-zed +---- To activate the daemon it is necessary to edit `/etc/zfs/zed.d/zed.rc` with your favourite editor, and uncomment the `ZED_EMAIL_ADDR` setting: