[Bugs] [Bug 1409202] Warning messages throwing when EC volume offline brick comes up are difficult to understand for end user.

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 16 06:01:54 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1409202



--- Comment #6 from Sunil Kumar Acharya <sheggodu at redhat.com> ---
ec_bin() converts the hexadecimal values shown in message to bit flags. 

For example your log currently shows:

[2017-02-16 03:02:40.455644] W [MSGID: 122053]
[ec-common.c:116:ec_check_status] 0-mainvol-disperse-1: Operation failed on
some subvolumes (up=3F, mask=3F, remaining=0, good=39, bad=6)

After applying the patch it would look something like:

[--------------------------] W [MSGID: 122053]
[ec-common.c:116:ec_check_status] 0-mainvol-disperse-1: Operation failed on
some subvolumes (up=111111, mask=111111, remaining=000000, good=111001,
bad=000110)


Which indicates that 2nd and 3rd brick(count flags from right to left) in
0-mainvol-disperse-1 are bad.

-- 
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=4ps8o6Nztm&a=cc_unsubscribe


More information about the Bugs mailing list