Hide Forgot
~60mb nfs log file is available under /share/tickets/1766
nfs-client#for i in {1..15000};do touch $i.txt;done add 2 bricks to existing 2 afr cluster ,while creating 15000 files. 15000 files creation completed successfully. then did a rebalance and files are moved to newly added bricks. completed rebalance over. #rm -rf /mnt/small it deletes files from brick1 and brick2 - but it didn't remove files from newly added brick and rm -rf hangs on the mount-pt. ls -l shows ?----------- ???? ?9928.txt ?----------- ???? ?992.txt
If its a 'fuse' mount issue.. why is the NFS log available?
(In reply to comment #2) > If its a 'fuse' mount issue.. why is the NFS log available? I think its nfs-mount issue.I'll check this issue again with latest qa release and update this bug. >nfs-client#for i in {1..15000};do touch $i.txt;done
Doesn't happen with the latest git