Write but not delete

Posted by hunix on Server Fault See other posts from Server Fault or by hunix
Published on 2010-12-28T17:31:38Z Indexed on 2010/12/28 17:55 UTC
Read the original article Hit count: 176

Filed under:

Hi,

We are using glusterfs for our cloud storage needs. Since the partition is open to many servers, we would like to disable file deletion as we don't delete or overwrite any file.

Glusterfs does not have ACL, so I need to implement this solution outside of the glusterfs. Perhaps I can mount the disks read and write only (with disabling deletion), but could not find any solution. Setfacl etc. does not work on the partition.

How can we disable file deletion -at least- on the client machines?

Thanks,

© Server Fault or respective owner

Related posts about glusterfs