Ensure we use only /run instead of /var/run
There is no real value using /var/run instead of /run, especially since /var/run is a symlink to /run. This patch also removes duplicated mounts due to this very symlink. Change-Id: Iaced2ba676a4e4f651c67da082797cc1c1ffccd1
This commit is contained in:
committed by
Cédric Jeanneret (Tengu)
parent
1f9942fd75
commit
e047d83142
@@ -68,7 +68,7 @@ outputs:
|
||||
- cephfs_nfs_enabled
|
||||
-
|
||||
- /etc/ganesha:/etc/ganesha
|
||||
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||
- /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
|
||||
- null
|
||||
|
||||
manila_share_environment:
|
||||
|
||||
Reference in New Issue
Block a user