* Mount option "grpid" scheduled for removal?
@ 2011-07-07 9:14 Frank van Maarseveen
0 siblings, 0 replies; only message in thread
From: Frank van Maarseveen @ 2011-07-07 9:14 UTC (permalink / raw)
To: linux-ext4
2.6.39.2:
kernel: EXT4-fs (dm-0): Mount option "grpid" will be removed by 2.6.38
kernel: Contact linux-ext4@vger.kernel.org if you think we should keep it.
Is it still scheduled for removal?
Are there technical reasons why it should be removed from an otherwise
excellent backwards compatible filesystem?
Is it also removed from the ext[23] implementation in ext4?
The grpid option is used in a large ext3/ext4 NFS server setup and I'm
aware of the sysv setgid alternative but:
- Replacing grpid by setgid on directories requires an off-line
conversion.
- grpid and setgid on directories are not the same so it can
break things.
Processes calling chmod() will break group inheritance unless they are
carefully written to only update permission bits. Those programs will
still break when run on an NFS client when the user is not a member of
the group. Repairing the setgid bit requires group membership too.
I'm not saying it's impossible to replace grpid by setgid on directories
but it requires some work and it still can break unexpectedly.
--
Frank
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-07 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 9:14 Mount option "grpid" scheduled for removal? Frank van Maarseveen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).