Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. 2 Gluster fileservers...serverA & serverB - xfs formatted bricks
  2. One samba server...serverC (mounting the gluster using fuse/tcp from serverA)
  3.  
  4. Samba share definitions from serverC's smb.conf:
  5.  
  6. [TestShare]
  7. writable = yes
  8. path=/local-xfs-fs/TestShare
  9. vfs objects = acl_xattr
  10. acl_xattr: ignore system acls = yes
  11. create mask = 777
  12. directory mask = 777
  13.  
  14. [TestShare2]
  15. writable = yes
  16. path=/gluster-fs/TestShare2
  17. vfs objects = acl_xattr
  18. acl_xattr: ignore system acls = yes
  19. create mask = 777
  20. directory mask = 777
  21.  
  22. Can create a file on both shares no problem. When trying to set permissions from windows 7 client, I can set permissions on file in TestShare, but not in TestShare2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement