[Bugs] [Bug 1543996] truncates read-only files on copy

bugzilla at redhat.com bugzilla at redhat.com
Tue Feb 13 19:13:29 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1543996

Rik Theys <rik.theys at esat.kuleuven.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(rik.theys at esat.ku |
                   |leuven.be)                  |



--- Comment #2 from Rik Theys <rik.theys at esat.kuleuven.be> ---
Hi,

I first experienced the bug when using NFS ganesha. The export from
ganesha.conf:

EXPORT {
        Export_Id = 1;
        Path = "/";

        FSAL {
                Name = GLUSTER;
                hostname = "ox-gluster.esat.kuleuven.be";
                volume = "vol_rep3_arb";
        }

        Access_Type = RW;
        Pseudo = "/vol_rep3_arb";
        SecType = "sys";

        CLIENT {
                Clients = @esat.nfs.dns;
        }
}

I then tried to reproduce the issue using a glusterfs mount on one of the brick
servers, but was unable to reproduce it.

Then I mounted it using the fuse client on one of the brick servers and
exported the mountpoint using kernel nfs. When mounting it like this, I was
able to reproduce it.

So I can reproduce the issue with both NFS implementations, but not when using
the fuse client.

Regards,

Rik

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IpWaCLPZVG&a=cc_unsubscribe


More information about the Bugs mailing list