We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c275a6c commit 4c68e8cCopy full SHA for 4c68e8c
files/common/lib/systemd/system/zfs-share.service.d/override.conf
@@ -0,0 +1,13 @@
1
+#
2
+# During upgrade verification, the root filesystem will be booted as a
3
+# container using systemd-nspawn. We don't "sandbox" the container, so
4
+# when zfs-share.service runs, it'll automatically mount all "domain0"
5
+# mountpoints (or "dcenter" mountpoints for our DCenter systems). These
6
+# mounts in the container can then impact software running outside of
7
+# the container; e.g. "zfs destroy" can fail with EBUSY.
8
9
+# Thus, to workaround this problem, we explicitly disable this service
10
+# from running when inside of the container.
11
12
+[Unit]
13
+ConditionVirtualization=!container
0 commit comments