Bug 1211962
| Summary: | Disperse volume: Input/output errors on nfs and fuse mounts during delete operation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Bhaskarakiran <byarlaga> | ||||
| Component: | disperse | Assignee: | Pranith Kumar K <pkarampu> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | mainline | CC: | amukherj, bugs, byarlaga, mzywusko, pkarampu | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1224181 1225283 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-06-16 12:51:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1186580, 1214822, 1214994, 1224181, 1224185, 1224188, 1225283 | ||||||
| Attachments: |
|
||||||
|
Description
Bhaskarakiran
2015-04-15 10:10:05 UTC
Created attachment 1014668 [details]
sosreport of client
This is seen even on fuse. [root@dhcp37-61 linux]# rm -rf dir.5 rm: cannot remove `dir.5/linux-3.19/Documentation/arm': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/arm/rockchip': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/clock': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/drm': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/iio': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/mipi/dsi': Is a directory rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/mips/cavium': Is a directory rm: cannot remove `dir.5/linux-3.19/Documentation/devicetree/bindings/soc/fsl': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/filesystems': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/i2c': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/misc-devices': Input/output error rm: cannot remove `dir.5/linux-3.19/Documentation/virtual/kvm': Is a directory rm: cannot remove `dir.5/linux-3.19/Documentation/w1/masters': Is a directory rm: cannot remove `dir.5/linux-3.19/arch/arc': Input/output error rm: cannot remove `dir.5/linux-3.19/arch/arm/mach-gemini': Directory not empty rm: cannot remove `dir.5/linux-3.19/arch/arm/mach-iop33x/include/mach': Input/output error rm: cannot remove `dir.5/linux-3.19/arch/arm/mach-sa1100/include/mach': Is a directory rm: cannot remove `dir.5/linux-3.19/arch/arm/mach-versatile/include': Input/output error [root@dhcp37-61 linux]# df -h . Filesystem Size Used Avail Use% Mounted on ninja:/testvol 7.3T 109G 7.2T 2% /mnt/fuse1 You have new mail in /var/spool/mail/root [root@dhcp37-61 linux]# mount /dev/mapper/vg_dhcp3761-lv_root on / type ext4 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0") /dev/vda1 on /boot type ext4 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) ninja:/testvol on /mnt/fuse1 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) [root@dhcp37-61 linux]# This seen on the latest 3.7.0.2 RHGS build too and the entries are becoming stale. REVIEW: http://review.gluster.org/10806 (cluster/ec: Handle lookup failures while op in progress) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu) COMMIT: http://review.gluster.org/10806 committed in master by Pranith Kumar Karampuri (pkarampu) ------ commit 64d2a5a25b64601958c0f47ec2e6356226f97d4b Author: Pranith Kumar K <pkarampu> Date: Mon May 18 14:46:55 2015 +0530 cluster/ec: Handle lookup failures while op in progress Change-Id: Ia1834ec23d5de615526d4d4e4d2e32aff155b7f7 BUG: 1211962 Signed-off-by: Pranith Kumar K <pkarampu> Reviewed-on: http://review.gluster.org/10806 Tested-by: NetBSD Build System Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Xavier Hernandez <xhernandez> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |