I'm doing some research on the possibility of using OCFS2 to serve users' home directories and other shared space. I noticed that quota and posix acl support was added in 2.6.29 but the tools are not there yet. When can we expect that? Also, are the quotas implemented on a directory or volume level? Thanks, Brian
Attempting this again since I got a DSN earlier. Brian Kroth <bpkroth at gmail.com> 2009-02-25 10:25:> I'm doing some research on the possibility of using OCFS2 to serve > users' home directories and other shared space. I noticed that quota > and posix acl support was added in 2.6.29 but the tools are not there > yet. When can we expect that? > > Also, are the quotas implemented on a directory or volume level? > > Thanks, > Brian
> Attempting this again since I got a DSN earlier. > > Brian Kroth <bpkroth at gmail.com> 2009-02-25 10:25: > > I'm doing some research on the possibility of using OCFS2 to serve > > users' home directories and other shared space. I noticed that quota > > and posix acl support was added in 2.6.29 but the tools are not there > > yet. When can we expect that?Hmm, I should really find time to finish ocfs2-tools support. So far we have only decent mkfs support and quota-tools work mostly fine. Missing is in particular fsck and tunefs...> > Also, are the quotas implemented on a directory or volume level?As Joel said, it's on volume level like in all other Linux filesystems. Honza