Hide Forgot
fattr_to_gf_set_attr does not handle FATTR_MODE flag.
Setattr has another bug that I've fixed in my nfs tree. Heres the diff, if you need a fix ASAP. diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c index a80b2c1..bfa340a 100644 --- a/libglusterfs/src/call-stub.c +++ b/libglusterfs/src/call-stub.c @@ -2473,7 +2473,7 @@ fop_setattr_cbk_stub (call_frame_t *frame, if (frame == NULL) goto out; - stub = stub_new (frame, 1, GF_FOP_SETATTR); + stub = stub_new (frame, 0, GF_FOP_SETATTR); if (stub == NULL) goto out;
*** This bug has been marked as a duplicate of bug 146 ***
chmod does not work on the master build.