summaryrefslogtreecommitdiff
path: root/roles/storage/zfs
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-12-23 19:00:17 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-12-23 19:00:17 +0100
commit5c08a7896f23884b3b245d510a4ffdd59fc2f042 (patch)
treef49d20a5906d0b016cad351cd1bad27aec4fa1f2 /roles/storage/zfs
parentfix pheobet disk path and network config (diff)
add host specific for ch-phoebe
Diffstat (limited to 'roles/storage/zfs')
-rw-r--r--roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml b/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
index eaa3cebe..59157d4a 100644
--- a/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
+++ b/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
@@ -20,7 +20,7 @@
force: no
## TODO: if this is installed after the zpool has already been created zed needs to be triggered
-## using someing like: zfs set canmount=on DATASET
+## using something like: zfs set canmount=on DATASET
### HACK HACK HACK (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966565)
- name: patch zfs mount generator (Debian Bug 966565)