Adding rpc_pipefs for lxc-openstack aa profile
The RPC pipefs is needed for NFS kernel/userspace interaction and need to be added to the LXC profile. This is important for containers like glance-api who can mount NFS onto `/var/lib/glance/images`. Change-Id: Ib1a697ad9a63dd1f7be66321291882ffab82255a Closes-Bug: #1774037
This commit is contained in:
parent
1fa367ed4e
commit
57eb57419d
@ -16,6 +16,7 @@ profile lxc-openstack flags=(attach_disconnected,mediate_deleted) {
|
||||
mount fstype=fuseblk -> /**,
|
||||
mount fstype=nbd* -> /**,
|
||||
mount fstype=nfs* -> /**,
|
||||
mount fstype=rpc_pipefs,
|
||||
mount fstype=devpts,
|
||||
|
||||
# allow System access.
|
||||
|
Loading…
Reference in New Issue
Block a user