Link mount/umount on robin so longhorn is happy with rwx volumes
This commit is contained in:
parent
c2de49600e
commit
d4a1e9ecb4
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@
|
|||
systemd.tmpfiles.rules = [
|
||||
"L+ /usr/bin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
|
||||
"L+ /sbin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
|
||||
"L+ /bin/mount - - - - /run/current-system/sw/bin/mount"
|
||||
"L+ /bin/umount - - - - /run/current-system/sw/bin/umount"
|
||||
];
|
||||
|
||||
# RAID
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue