[Bugs] [Bug 1487504] files are appendable on file-based worm volume

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 6 07:16:15 UTC 2017


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

Karthik U S <ksubrahm at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ksubrahm at redhat.com
           Assignee|bugs at gluster.org            |ksubrahm at redhat.com



--- Comment #3 from Karthik U S <ksubrahm at redhat.com> ---
It is not appending any content to the worm-retained file. The problem here is
when we do an append write we do not print the EROFS error. If you check the
actual contents of the file after the append write it won't be changed.
Try appending some new contents instead of doing
echo "testfile" >> testfile
which is same as the original content of the file. If you see the brick logs it
will show the EROFS error message for the append writes.

If you can see the new contents appended to the worm-retained/worm file, please
let me know.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list