Hi all!
I have PVEv4 cluster node with CephFS mount point:
On this node I have CT (lxc) in which subdir I bind-mount subdir of CephFS:
This work ok. But I can't make backup on NFS storage named 'storage6':
Sorry for my English! Help pls!!
I have PVEv4 cluster node with CephFS mount point:
Code:
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:
Code:
lxc.mount.entry: /pvestorage/ceph/var_flow var/flow none bind 0 0
This work ok. But I can't make backup on NFS storage named 'storage6':
Code:
INFO: starting first sync /proc/9089/root// to /mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmpINFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.entries") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.files") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.rbytes") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.rctime") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.rentries") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.rfiles") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.rsubdirs") failed: Operation not supported (95)
INFO: rsync: rsync_xal_set: lsetxattr(""/mnt/pve/storage6/dump/vzdump-lxc-171-2015_11_13-15_53_14.tmp/var/flow"","ceph.dir.subdirs") failed: Operation not supported (95)
Sorry for my English! Help pls!!