From b47b73f5820e6ae2b428a3e36d3d9c2fe9076dc8 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 21 Jun 2023 13:59:41 +0000 Subject: T5304: Container add volume bind propagation option set container name c1 volume myvlm propagation rshared --- interface-definitions/container.xml.in | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index 6651fc642..d36b34941 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -334,6 +334,42 @@ rw + + + Volume bind propagation + + shared slave private rshared rslave rprivate + + + shared + Sub-mounts of the original mount are exposed to replica mounts + + + slave + Allow replica mount to see sub-mount from the original mount but not vice versa + + + private + Sub-mounts within a mount are not visible to replica mounts or the original mount + + + rshared + Allows sharing of mount points and their nested mount points between both the original and replica mounts + + + rslave + Allows mount point and their nested mount points between original an replica mounts + + + rprivate + No mount points within original or replica mounts in any direction + + + (shared|slave|private|rshared|rslave|rprivate) + + + rprivate + -- cgit v1.2.3