From 7b758382bd74a872879a24ba1d4393823533ac8d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 23 May 2020 10:12:14 +0200 Subject: zfs boot-time race condition has been fixe (at least for buster) --- roles/kubernetes/base/tasks/zfs.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'roles/kubernetes') diff --git a/roles/kubernetes/base/tasks/zfs.yml b/roles/kubernetes/base/tasks/zfs.yml index c417a1b6..4311dd3f 100644 --- a/roles/kubernetes/base/tasks/zfs.yml +++ b/roles/kubernetes/base/tasks/zfs.yml @@ -13,9 +13,3 @@ fstype: none opts: bind,x-systemd.automount,nofail state: mounted - -## TODO: -## there is a race condition between the bind mound and the zfs-mount which is invisible to systemd. -## It seems ZFSonLinux 8 and beyond have a systemd-generator to fix this problem. Sadly Debain Buster and Ubuntu Bionic contain -## ZFSOnLinux 7 - so let's try the folllowing for a possible workaround: -## https://askubuntu.com/questions/988968/which-zfs-command-systemd-unit-to-depend-on-to-ensure-that-a-mountpoint-is-avail -- cgit v1.2.3