[Bugs] [Bug 1332517] New: NFS mount point went to Read only while deleting files

bugzilla at redhat.com bugzilla at redhat.com
Tue May 3 11:33:38 UTC 2016


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

            Bug ID: 1332517
           Summary: NFS mount point went to Read only while deleting files
           Product: GlusterFS
           Version: 3.7.11
         Component: arbiter
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: ksandha at redhat.com
                CC: bugs at gluster.org



Created attachment 1153367
  --> https://bugzilla.redhat.com/attachment.cgi?id=1153367&action=edit
screenshot of the RO errors

Description of problem:
The FS went to Read Only mode when files were deleted from the mount point.

Version-Release number of selected component (if applicable):


How reproducible:
2/2

Steps to Reproduce:
1. create two volumes arbiter and arbiter nfs mount them using FUSE and nfs
respecitvely on same client.

2.create files using for (( i=1; i <= 100000; i++ ))

do
 echo dir$i
  mkdir scr$i
 echo file$i
  touch pt$i
 echo "dd command" $i
 dd if=/dev/urandom of=think$i count=5 bs=512k
done


3. start deleting files from both the mount points. 
Actual results:

the files got deleted from fuse mounted FS but READ ONLY FS error generated
while deleting the FS 
Expected results:
the files should be deleted from both the mount points without any errors.

Additional info:

-- 
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