mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Recently, mdadm has started (correctly) rejecting the "chunk" parameter for RAID1; see e.g. <https://bugzilla.redhat.com/show_bug.cgi?id=1987170>. Update the documentation accordingly, and in the mdadm test case, move the "chunk:65536" parameter from a RAID1 creation command to a RAID5 one. Suggested-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20220217142944.8213-1-lersek@redhat.com> Acked-by: Richard W.M. Jones <rjones@redhat.com>