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

bugzilla at redhat.com bugzilla at redhat.com
Wed May 4 07:33:36 UTC 2016


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



--- Comment #2 from Karan Sandha <ksandha at redhat.com> ---
*** UPDATED ***


Steps to Reproduce:
1. create two volumes arbiter and arbiter nfs mount them using FUSE and nfs
respectively 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. 
4. Bring down one of the replica brick using "init 0" command on the server.
5. ERRORS of ROFS start generating on the client when the deletion is in
progress.

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