| Summary: | crash in afr_fd_ctx_set | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Anand Avati <aavati> |
| Component: | replicate | Assignee: | Vikas Gorur <vikas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.0.7 | CC: | chrisw, gluster-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | RTP | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Anand Avati
2009-10-19 06:43:47 UTC
[2009-10-18 23:43:59] W [fuse-bridge.c:1534:fuse_writev_cbk] glusterfs-fuse: 205471517: WRITE => -1 (No space left on device) [2009-10-18 23:43:59] W [fuse-bridge.c:882:fuse_err_cbk] glusterfs-fuse: 205471549: FLUSH() ERR => -1 (No space left on device) [2009-10-18 23:44:05] W [fuse-bridge.c:1365:fuse_create_cbk] glusterfs-fuse: 205471556: /scr142/16048 => -1 (No space left on device) pending frames: frame : type(1) op(CREATE) frame : type(1) op(CREATE) frame : type(1) op(UNLINK) frame : type(1) op(UNLINK) patchset: v2.0.7 signal received: 11 time of crash: 2009-10-18 23:44:07 configuration details: argp 1 backtrace 1 db.h 1 dlfcn 1 fdatasync 1 libpthread 1 llistxattr 1 setfsid 1 spinlock 1 epoll.h 1 xattr.h 1 st_atim.tv_nsec 1 package-string: glusterfs 2.0.7 /lib64/libc.so.6[0x3e32830280] /lib64/libpthread.so.0(pthread_spin_lock+0x2)[0x3e3300b0d2] /opt/glfs/lib/glusterfs/2.0.7/xlator/cluster/replicate.so(afr_fd_ctx_set+0x3b)[0x2aaaab9a603b] /opt/glfs/lib/glusterfs/2.0.7/xlator/cluster/replicate.so(afr_create_wind_cbk+0x70)[0x2aaaab9adeb0] /opt/glfs/lib/glusterfs/2.0.7/xlator/cluster/distribute.so(dht_create_linkfile_create_cbk+0x11e)[0x2aaaab78e16e] /opt/glfs/lib/glusterfs/2.0.7/xlator/cluster/distribute.so(dht_linkfile_create_cbk+0x1a9)[0x2aaaab789e39] /opt/glfs/lib/glusterfs/2.0.7/xlator/protocol/client.so(client_mknod_cbk+0x184)[0x2aaaab57cec4] /opt/glfs/lib/glusterfs/2.0.7/xlator/protocol/client.so(protocol_client_pollin+0xca)[0x2aaaab56c7da] /opt/glfs/lib/glusterfs/2.0.7/xlator/protocol/client.so(notify+0x212)[0x2aaaab5733a2] /opt/glfs/lib/glusterfs/2.0.7/transport/socket.so(socket_event_handler+0xd3)[0x2aaaac424d03] /opt/glfs/lib/libglusterfs.so.0[0x2aaaaaad32f5] glusterfs(main+0x997)[0x403e07] /lib64/libc.so.6(__libc_start_main+0xf4)[0x3e3281d974] glusterfs[0x402529] PATCH: http://patches.gluster.com/patch/1954 in master (cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.) PATCH: http://patches.gluster.com/patch/1955 in release-2.0 (cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.) |