Hi all!
I have PVEv4 cluster node with CephFS mount point:
192.168.x.x:/ on /pvestorage/ceph type ceph (rw,noatime,name=xxx,secret=<hidden>,acl)
On this node I have CT (lxc) in which subdir I bind-mount subdir of CephFS:
lxc.mount.entry: /pvestorage/ceph/var_flow var/flow none bind 0 0
This...