[Bugs] [Bug 1464317] New: DHT: Pass errno as an argument to gf_msg
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jun 23 05:17:03 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1464317
Bug ID: 1464317
Summary: DHT: Pass errno as an argument to gf_msg
Product: GlusterFS
Version: 3.10
Component: distribute
Assignee: bugs at gluster.org
Reporter: anraj at redhat.com
CC: anraj at redhat.com, bugs at gluster.org,
nbalacha at redhat.com
Depends On: 1454701, 1464316
+++ This bug was initially created as a clone of Bug #1464316 +++
+++ This bug was initially created as a clone of Bug #1454701 +++
Description of problem:
Several calls to gf_msg in the dht-rebalance.c file do not pass the errno as an
argument to the gf_msg call. Instead strerror(errno) becomes part of the
message.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
The errno (where available) should be passed as an arg to gf_msg which will
automatically print the err string.
Additional info:
--- Additional comment from Worker Ant on 2017-06-05 04:47:30 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#1) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-05 07:35:30 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#2) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-06 03:14:10 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#3) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-06 05:01:23 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#4) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-06 05:17:37 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#5) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-06 05:27:47 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#6) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-19 12:25:40 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#7) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-19 22:17:23 EDT ---
REVIEW: https://review.gluster.org/17464 (dht: passing the errno as an argument
to gf_msg) posted (#8) for review on master by ankitraj
--- Additional comment from Worker Ant on 2017-06-20 08:32:03 EDT ---
COMMIT: https://review.gluster.org/17464 committed in master by Jeff Darcy
(jeff at pl.atyp.us)
------
commit ee9a2f01adb6c089f4579c5e0b7f5eed335dd0df
Author: AnkitRaj <anraj at redhat.com>
Date: Mon Jun 5 14:11:43 2017 +0530
dht: passing the errno as an argument to gf_msg
There are many calls in gf_msg where errno
is needed to pass as an argument instead of
strerrno(error)
Change-Id: I15048a5e0b41f9752a2023afe8470eca6f2cd383
Bug: 1454701
Signed-off-by: AnkitRaj <anraj at redhat.com>
Reviewed-on: https://review.gluster.org/17464
Smoke: Gluster Build System <jenkins at build.gluster.org>
Reviewed-by: MOHIT AGRAWAL <moagrawa at redhat.com>
Reviewed-by: N Balachandran <nbalacha at redhat.com>
Tested-by: N Balachandran <nbalacha at redhat.com>
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
Reviewed-by: Karthik U S <ksubrahm at redhat.com>
Reviewed-by: Jeff Darcy <jeff at pl.atyp.us>
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1454701
[Bug 1454701] DHT: Pass errno as an argument to gf_msg
https://bugzilla.redhat.com/show_bug.cgi?id=1464316
[Bug 1464316] DHT: Pass errno as an argument to gf_msg
--
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