Bug 1444537
| Summary: | Chmod of 7777 and 3777 not working | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | tchengwee |
| Component: | core | Assignee: | Nithya Balachandran <nbalacha> |
| Status: | CLOSED EOL | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10 | CC: | atumball, bugs, nbalacha, pkarampu, rgowdapp |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-20 18:24:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
tchengwee
2017-04-22 02:51:51 UTC
This is a bug in dht it seems like. It is stripping PHASE1 flags unconditionally.
(gdb)
1212 DHT_STRIP_PHASE1_FLAGS (&local->stbuf);
(gdb) p local->stbuf.ia_prot
$18 = {
suid = 1 '\001',
sgid = 1 '\001', <-------
sticky = 1 '\001', <-------
.........
}
(gdb) n
1213 dht_set_fixed_dir_stat (&local->postparent);
(gdb) p local->stbuf.ia_prot
$19 = {
suid = 1 '\001',
sgid = 0 '\000', <-------
sticky = 0 '\000', <-------
...
This is leading to 7777-->4777
Thanks. We will take a look. Nithya should https://review.gluster.org/16111 fix this? This bug reported is against a version of Gluster that is no longer maintained (or has been EOL'd). See https://www.gluster.org/release-schedule/ for the versions currently maintained. As a result this bug is being closed. If the bug persists on a maintained version of gluster or against the mainline gluster repository, request that it be reopened and the Version field be marked appropriately. |