]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Create.c
Don't create bitmap for raid5 with journal disk
authorXiao Ni <xni@redhat.com>
Tue, 15 Sep 2020 07:44:42 +0000 (15:44 +0800)
committerJes Sorensen <jsorensen@fb.com>
Wed, 14 Oct 2020 15:24:39 +0000 (11:24 -0400)
commit2ce091724031e18f522994ffd1e5eb0dc404bcba
treec85645b11bf2a1f0eee0bc474a3ef948872850b9
parent64bf4dff34301a4b44883a8bc03f7835faef121e
Don't create bitmap for raid5 with journal disk

Journal disk and bitmap can't exist at the same time. It needs to check if the raid
has a journal disk when creating bitmap.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Create.c