search for: op_ret

Displaying 20 results from an estimated 88 matches for "op_ret".

2008 Sep 15
0
Trace log of unify when glusterfs freezes
...er] brick7: attempting to pipeline request type(1) op(34) with handshake 2008-09-15 20:16:53 W [client-protocol.c:280:client_protocol_xfer] brick-ns: attempting to pipeline request type(1) op(34) with handshake 2008-09-15 20:16:53 T [trace.c:535:trace_lookup_cbk] trace: callid: 2 (*this=0x50cd30, op_ret=0, op_errno=2, inode=0x5266a0, *buf=0x526ab0 {st_dev=2049, st_ino=1242079, st_mode=16877, st_nlink=13, st_uid=0, st_gid=0, st_rdev=0, st_size=4096, st_blksize=4096, st_blocks=16}) 2008-09-15 20:16:55 T [trace.c:1117:trace_lookup] trace: callid: 3 (*this=0x50cd30, loc=0x526768 {path=/, inode=0x5266...
2017 Aug 29
3
peer rejected but connected
hi fellas, same old same in log of the probing peer I see: ... 2017-08-29 13:36:16.882196] I [MSGID: 106493] [glusterd-handler.c:3020:__glusterd_handle_probe_query] 0-glusterd: Responded to priv.xx.xx.priv.xx.xx.x, op_ret: 0, op_errno: 0, ret: 0 [2017-08-29 13:36:16.904961] I [MSGID: 106490] [glusterd-handler.c:2606:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: 2a17edb4-ae68-4b67-916e-e38a2087ca28 [2017-08-29 13:36:16.906477] E [MSGID: 106010] [glusterd-utils.c:3034:glusterd_compa...
2018 Mar 06
4
Fixing a rejected peer
...141281] I [MSGID: 106490] [glusterd-handler.c:2891:__glusterd_handle_probe_query] 0-glusterd: Received probe from uuid: 77cdfbba-348c-43fe-ab3d-00621904ea9c [2018-03-06 00:14:06.145540] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd_handle_probe_query] 0-glusterd: Responded to sc5-gluster-1, op_ret: 0, op_errno: 0, ret: 0 [2018-03-06 00:14:06.145697] I [MSGID: 106490] [glusterd-handler.c:2891:__glusterd_handle_probe_query] 0-glusterd: Received probe from uuid: c1877e0d-ccb2-401e-83a6-e4a680af683a [2018-03-06 00:14:06.145831] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd_handle_probe_q...
2017 Aug 30
0
peer rejected but connected
..., lejeczek <peljasz at yahoo.co.uk> wrote: > hi fellas, > same old same > in log of the probing peer I see: > ... > 2017-08-29 13:36:16.882196] I [MSGID: 106493] > [glusterd-handler.c:3020:__glusterd_handle_probe_query] 0-glusterd: > Responded to priv.xx.xx.priv.xx.xx.x, op_ret: 0, op_errno: 0, ret: 0 > [2017-08-29 13:36:16.904961] I [MSGID: 106490] > [glusterd-handler.c:2606:__glusterd_handle_incoming_friend_req] > 0-glusterd: Received probe from uuid: 2a17edb4-ae68-4b67-916e-e38a2087ca28 > [2017-08-29 13:36:16.906477] E [MSGID: 106010] > [glusterd-utils.c...
2018 Mar 06
0
Fixing a rejected peer
...D: 106490] [glusterd-handler.c:2891:__glusterd_handle_probe_query] > 0-glusterd: Received probe from uuid: 77cdfbba-348c-43fe-ab3d-00621904ea9c > [2018-03-06 00:14:06.145540] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd_handle_probe_query] > 0-glusterd: Responded to sc5-gluster-1, op_ret: 0, op_errno: 0, ret: 0 > [2018-03-06 00:14:06.145697] I [MSGID: 106490] [glusterd-handler.c:2891:__glusterd_handle_probe_query] > 0-glusterd: Received probe from uuid: c1877e0d-ccb2-401e-83a6-e4a680af683a > [2018-03-06 00:14:06.145831] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd...
2017 Jul 07
3
[Gluster-devel] gfid and volume-id extended attributes lost
...IT_OBJECTS_KEY); 3 6102 xlators/mgmt/glusterd/src/glusterd-utils.c <<glusterd_check_and_set_brick_xattr>> sys_lremovexattr (path, "trusted.glusterfs.test"); 4 80 xlators/storage/posix/src/posix-handle.h <<REMOVE_PGFID_XATTR>> op_ret = sys_lremovexattr (path, key); \ 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> op_ret = sys_lremovexattr (filler->real_path, key); 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr>> op_ret = sys_lremove...
2017 Jul 07
2
[Gluster-devel] gfid and volume-id extended attributes lost
...has: > 0 if (!strcmp (GFID_XATTR_KEY, name)) > { > > > 1 gf_msg (this->name, GF_LOG_WARNING, 0, > P_MSG_XATTR_NOT_REMOVED, > 2 "Remove xattr called on gfid for file %s", > real_path); > 3 op_ret = -1; > > 4 goto out; > > 5 } > > 6 if (!strcmp (GF_XATTR_VOL_ID_KEY, name)) > { > 7 gf_msg (this->name, GF_LOG_WARNING, 0, > P_MSG_XATTR_NOT_REMOVED, > 8 "Remove xattr called on...
2017 Jul 07
3
[Gluster-devel] gfid and volume-id extended attributes lost
...happen in the I/O path: posix_removexattr() has: 0 if (!strcmp (GFID_XATTR_KEY, name)) { 1 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 2 "Remove xattr called on gfid for file %s", real_path); 3 op_ret = -1; 4 goto out; 5 } 6 if (!strcmp (GF_XATTR_VOL_ID_KEY, name)) { 7 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 8 "Remove xattr called on volume-id for file %s", 9 real_path); 10...
2017 Nov 30
2
Problems joining new gluster 3.10 nodes to existing 3.8
....432426] I [MSGID: 106490] [glusterd-handler.c:2954:__glusterd_handle_probe_query] 0-glusterd: Received probe from uuid: 4baff5cf-6e81-4b2e-b31f-be725b2da4b3 [2017-11-30 20:12:25.432490] I [MSGID: 106493] [glusterd-handler.c:3017:__glusterd_handle_probe_query] 0-glusterd: Responded to elkpinfglt07, op_ret: 0, op_errno: 0, ret: 0 [2017-11-30 20:12:25.436435] I [MSGID: 106490] [glusterd-handler.c:2608:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: 4baff5cf-6e81-4b2e-b31f-be725b2da4b3 [2017-11-30 20:12:25.436683] E [MSGID: 106010] [glusterd-utils.c:2938:glusterd_compare_fr...
2017 Jul 07
0
[Gluster-devel] gfid and volume-id extended attributes lost
...happen in the I/O path: posix_removexattr() has: 0 if (!strcmp (GFID_XATTR_KEY, name)) { 1 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 2 "Remove xattr called on gfid for file %s", real_path); 3 op_ret = -1; 4 goto out; 5 } 6 if (!strcmp (GF_XATTR_VOL_ID_KEY, name)) { 7 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 8 "Remove xattr called on volume-id for file %s", 9...
2017 Jul 07
0
[Gluster-devel] gfid and volume-id extended attributes lost
...IT_OBJECTS_KEY); 3 6102 xlators/mgmt/glusterd/src/glusterd-utils.c <<glusterd_check_and_set_brick_xattr>> sys_lremovexattr (path, "trusted.glusterfs.test"); 4 80 xlators/storage/posix/src/posix-handle.h <<REMOVE_PGFID_XATTR>> op_ret = sys_lremovexattr (path, key); \ 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> op_ret = sys_lremovexattr (filler->real_path, key); 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr>> op_ret = sys_lremove...
2017 Dec 01
0
Problems joining new gluster 3.10 nodes to existing 3.8
...] > [glusterd-handler.c:2954:__glusterd_handle_probe_query] 0-glusterd: > Received probe from uuid: 4baff5cf-6e81-4b2e-b31f-be725b2da4b3 > [2017-11-30 20:12:25.432490] I [MSGID: 106493] > [glusterd-handler.c:3017:__glusterd_handle_probe_query] 0-glusterd: > Responded to elkpinfglt07, op_ret: 0, op_errno: 0, ret: 0 > [2017-11-30 20:12:25.436435] I [MSGID: 106490] > [glusterd-handler.c:2608:__glusterd_handle_incoming_friend_req] > 0-glusterd: Received probe from uuid: > 4baff5cf-6e81-4b2e-b31f-be725b2da4b3 > [2017-11-30 20:12:25.436683] E [MSGID: 106010] > [glusterd-ut...
2017 Jul 08
2
[Gluster-devel] gfid and volume-id extended attributes lost
...102 xlators/mgmt/glusterd/src/glusterd-utils.c > <<glusterd_check_and_set_brick_xattr>> > sys_lremovexattr (path, "trusted.glusterfs.test"); > 4 80 xlators/storage/posix/src/posix-handle.h > <<REMOVE_PGFID_XATTR>> > op_ret = sys_lremovexattr (path, key); \ > 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> > op_ret = sys_lremovexattr (filler->real_path, key); > 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr>> >...
2017 Jul 10
0
[Gluster-devel] gfid and volume-id extended attributes lost
...usterd/src/glusterd-utils.c >> <<glusterd_check_and_set_brick_xattr>> >> sys_lremovexattr (path, "trusted.glusterfs.test"); >> 4 80 xlators/storage/posix/src/posix-handle.h >> <<REMOVE_PGFID_XATTR>> >> op_ret = sys_lremovexattr (path, key); \ >> 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> >> op_ret = sys_lremovexattr (filler->real_path, key); >> 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr>> >&g...
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
...utils.c >>> <<glusterd_check_and_set_brick_xattr>> >>> sys_lremovexattr (path, "trusted.glusterfs.test"); >>> 4 80 xlators/storage/posix/src/posix-handle.h >>> <<REMOVE_PGFID_XATTR>> >>> op_ret = sys_lremovexattr (path, key); \ >>> 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> >>> op_ret = sys_lremovexattr (filler->real_path, key); >>> 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr&gt...
2017 Jul 07
0
[Gluster-devel] gfid and volume-id extended attributes lost
...happen in the I/O path: posix_removexattr() has: 0 if (!strcmp (GFID_XATTR_KEY, name)) { 1 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 2 "Remove xattr called on gfid for file %s", real_path); 3 op_ret = -1; 4 goto out; 5 } 6 if (!strcmp (GF_XATTR_VOL_ID_KEY, name)) { 7 gf_msg (this->name, GF_LOG_WARNING, 0, P_MSG_XATTR_NOT_REMOVED, 8 "Remove xattr called on volume-id for file %s", 9...
2017 Jul 10
0
[Gluster-devel] gfid and volume-id extended attributes lost
...> <<glusterd_check_and_set_brick_xattr>> >>>> sys_lremovexattr (path, "trusted.glusterfs.test"); >>>> 4 80 xlators/storage/posix/src/posix-handle.h >>>> <<REMOVE_PGFID_XATTR>> >>>> op_ret = sys_lremovexattr (path, key); \ >>>> 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> >>>> op_ret = sys_lremovexattr (filler->real_path, key); >>>> 6 5101 xlators/storage/posix/src/posix.c <<posix_re...
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
...IT_OBJECTS_KEY); 3 6102 xlators/mgmt/glusterd/src/glusterd-utils.c <<glusterd_check_and_set_brick_xattr>> sys_lremovexattr (path, "trusted.glusterfs.test"); 4 80 xlators/storage/posix/src/posix-handle.h <<REMOVE_PGFID_XATTR>> op_ret = sys_lremovexattr (path, key); \ 5 5026 xlators/storage/posix/src/posix.c <<_posix_remove_xattr>> op_ret = sys_lremovexattr (filler->real_path, key); 6 5101 xlators/storage/posix/src/posix.c <<posix_removexattr>> op_ret = sys_lremove...
2017 Sep 20
1
"Input/output error" on mkdir for PPC64 based client
...0x3fff9ebd69b0] (--> /usr/lib64/glusterfs/3.10.5/xlator/protocol/client.so(+0x182e0)[0x3fff939182e0] ))))) 0-: 10.50.80.104:49152: ping timer event already removed [2017-09-20 13:34:23.346070] D [MSGID: 0] [dht-common.c:1002:dht_revalidate_cbk] 0-gv0-dht: revalidate lookup of / returned with op_ret 0 [Structure needs cleaning] [2017-09-20 13:34:23.347612] D [MSGID: 0] [dht-common.c:2699:dht_lookup] 0-gv0-dht: Calling fresh lookup for /tempdir3 on gv0-replicate-0 [2017-09-20 13:34:23.348013] D [MSGID: 0] [client-rpc-fops.c:2936:client3_3_lookup_cbk] 0-stack-trace: stack-address: 0x3fff88001...
2017 Dec 21
1
seeding my georeplication
...ication. Unfortunately, the gsync-sync-gfid program isn't working. On all the files it reports that they failed and I see the following in the fuse log: [2017-12-21 16:36:37.171846] D [MSGID: 0] [dht-common.c:997:dht_revalidate_cbk] 0-video-backup-dht: revalidate lookup of /path returned with op_ret 0 [Invalid argument] [2017-12-21 16:36:37.172352] D [fuse-helpers.c:650:fuse_ignore_xattr_set] 0-glusterfs-fuse: allowing setxattr: key [glusterfs.gfid.heal], client pid [0] [2017-12-21 16:36:37.172457] D [logging.c:1953:_gf_msg_internal] 0-logging-infra: Buffer overflow of a buffer whose size lim...