summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ludikovsky <peter@ludikovsky.name>2022-01-26 21:14:06 +0100
committerPeter Ludikovsky <peter@ludikovsky.name>2022-01-26 21:14:06 +0100
commitd4a01d0ad27521c0694804bacf2887e8847094f3 (patch)
treee56554626483d877d7fab05228483d3ebea323a3
parent9c9fa7450cb1d71ddb4e34a5930d2878742100a1 (diff)
Letzte Korrekturen
-rw-r--r--.gitignore1
-rw-r--r--zfs-intro.md9
2 files changed, 7 insertions, 3 deletions
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)