syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

POSIX-style modes on extended attributes #87

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

Treat extended attributes with separate permission from files. Example: Let A write its own metadata to B's file, even if A has read-only access. B can't see A's metadata.

Make it a policy option to delete metadata when a file is deleted (or keep it around).

jcnelson commented 10 years ago

Addressed in e3fe4b0a7d08a6de3533e43293e0052482aa08cd

jcnelson commented 10 years ago

We will delete xattrs along with the msentry, for now.