]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm/assemble: Don't stop array after creating it
authorXiao Ni <xni@redhat.com>
Tue, 3 Jun 2025 00:49:29 +0000 (08:49 +0800)
committerXiaoNi87 <xni@redhat.com>
Wed, 4 Jun 2025 03:23:18 +0000 (11:23 +0800)
commitea4cdaea1a553685444a3fb39aae6b2cfee387ef
tree262554e136711f18b4930c5adfc328ca3bd63e0b
parent0550fb37839866bb11ec139780d75f97d0765cfb
mdadm/assemble: Don't stop array after creating it

It stops the array which is just created. From the comment it wants to
stop the array if it has no content. But it hasn't added member disks,
so it's a clean array. It's meaningless to do it.

Signed-off-by: Xiao Ni <xni@redhat.com>
Assemble.c