File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
files/common/lib/systemd/system Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ #
3
+ # During upgrade verification, the root filesystem will be booted as a
4
+ # container using systemd-nspawn. When this service runs in this
5
+ # container, it can cause corruption of the NFS volumes on the client
6
+ # (due to us allowing all capabilities to the container). Thus, to
7
+ # workaround this problem, we explicitly disable this service from
8
+ # running when inside of the container.
9
+ #
10
+ ConditionVirtualization=!container
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ #
3
+ # During upgrade verification, the root filesystem will be booted as a
4
+ # container using systemd-nspawn. When this service runs in this
5
+ # container, it can cause corruption of the NFS volumes on the client
6
+ # (due to us allowing all capabilities to the container). Thus, to
7
+ # workaround this problem, we explicitly disable this service from
8
+ # running when inside of the container.
9
+ #
10
+ ConditionVirtualization=!container
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ #
3
+ # During upgrade verification, the root filesystem will be booted as a
4
+ # container using systemd-nspawn. When this service runs in this
5
+ # container, it can cause corruption of the NFS volumes on the client
6
+ # (due to us allowing all capabilities to the container). Thus, to
7
+ # workaround this problem, we explicitly disable this service from
8
+ # running when inside of the container.
9
+ #
10
+ ConditionVirtualization=!container
You can’t perform that action at this time.
0 commit comments