]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Fix wrong bitmap output for cluster raid
authorGuoqing Jiang <gqjiang@suse.com>
Mon, 7 Mar 2016 09:31:02 +0000 (17:31 +0800)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 7 Mar 2016 20:21:02 +0000 (15:21 -0500)
commitb138214fac104472eb09666a56cd70e2b9d4b01c
treed0e7ad62410ebbec6272c1b906949d9ad72c034d
parent942e1cdb4a6a5be02672bc686169c679e775c2be
Fix wrong bitmap output for cluster raid

For cluster raid, we need to displays bitmap related
contents from different bitmaps which are based on node
num. So bitmap_file_open and locate_bitmap are changed a
little bit for the purpose.

Reported-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Fixes: b98043a2f8 ("Show all bitmaps while examining bitmap")
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
bitmap.c
mdadm.h
super0.c
super1.c