diff --git a/.gitignore b/.gitignore index 23f832b..8c74dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.html *.pdf +*.swp diff --git a/zfs-intro.md b/zfs-intro.md index 920a7ef..b10c75e 100644 --- a/zfs-intro.md +++ b/zfs-intro.md @@ -14,7 +14,6 @@ Inhalt ::: ::: {.col} -5. Redundanz 6. Caches 7. Besondere Features - Deduplikation @@ -26,8 +25,9 @@ Inhalt ----------------- - Austausch von Platten -- Eingebautes Sharing via NFS/CIFS +- Eingebautes Sharing via NFS/CIFS/iSCSI - Root auf ZFS +- Verschlüsselung Geschichte ========== @@ -150,7 +150,7 @@ Deduplikation - Prüfsumme über Blöcke, wenn gleich wird nur 1 Kopie gespeichert - Keine rückwirkende Änderung -- Braucht **viel** RAM (1GB RAM / 1TB Dataset zusätzlich) +- Braucht **viel** RAM (👍·π: 5GB pro 1TB Daten) - Sinnvoll für Archive Kompression @@ -174,6 +174,9 @@ ZFS Demo VM Wikipedia zu ZFS : https://en.wikipedia.org/wiki/ZFS +ZFS Administration (Aaron Toponce) +: https://pthree.org/2012/12/04/zfs-administration-part-i-vdevs/ + Präsentation ist [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode.de)