[Bugs] [Bug 1218031] GlusterD crashes on NetBSD when running mgmt_v3-locks.t test
bugzilla at redhat.com
bugzilla at redhat.com
Wed May 6 17:47:29 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1218031
--- Comment #4 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/10426 committed in release-3.7 by Vijay
Bellur (vbellur at redhat.com)
------
commit 141ec83ea6e33934d029f030efab48f334a78d72
Author: Kaushal M <kaushal at redhat.com>
Date: Tue Apr 28 18:42:41 2015 +0530
glusterd: Use uint32_t for peerinfo generation number
Using a uint64_t for the peerinfo generation number was overkill for how
the generation number is used within GlusterD. It also prevented
GlusterD from running on 32-bit architechtures, as uatomic_add_return
doesn't support 64-bit values on 32-bit architechtures.
This change was developed on the git branch at [1]. This commit is a
combination of the following commits on the development branch.
b78dba4 Use 32-bit generation number
2c37e4b Change other generation number variables to uint32_t
[1]: https://github.com/kshlm/glusterfs/tree/urcu
Change-Id: I0f310f56a4fb97d6bcbc23255a379ed5bb1ed9e1
BUG: 1218031
Signed-off-by: Kaushal M <kaushal at redhat.com>
Reviewed-on: http://review.gluster.org/10426
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=916jY3c3fZ&a=cc_unsubscribe
More information about the Bugs
mailing list