Re: [ceph-users] xattr on cephfs with dosattrib

2013-05-17 Thread Alex Chu
於 2013年05月16日 20:45, Ulrich Schinz 提到: Hi there, today i setup my ceph-cluster. it's up and running fine. mounting cephfs to my "client"-machine works fine as well. ~# mount 172.17.50.71:6789:/ on /samba/ceph type ceph (rw,relatime,name=admin,secret=) touching a file in that directory and set

Re: [ceph-users] xattr on cephfs with dosattrib

2013-05-16 Thread Tim Mohlmann
Hi Again, Reading your message again: > original file: > ~# getfacl /samba/data/test.txt > getfacl: Entferne führende '/' von absoluten Pfadnamen > # file: samba/data/test.txt > # owner: 300 > # group: users > user::rwx > user:root:rwx > group::--- > group:users:--- > group:300:rwx > mask:

Re: [ceph-users] xattr on cephfs with dosattrib

2013-05-16 Thread Tim Mohlmann
Hi, `cp -a` implies to preserve attributes. It is obvious that there are some attributes set, not supported by any linux filesystem. I have the same experience running `rsync -a` between a fat32 or ntfs filesytem to ext4 or btrfs, it can not preserve attributes. Try to copy the same files to a

[ceph-users] xattr on cephfs with dosattrib

2013-05-16 Thread Ulrich Schinz
Hi there, today i setup my ceph-cluster. it's up and running fine. mounting cephfs to my "client"-machine works fine as well. ~# mount 172.17.50.71:6789:/ on /samba/ceph type ceph (rw,relatime,name=admin,secret=) touching a file in that directory and setting xattr works perfect. ~# touch /s