Message ID | 20240318151930.8218-1-mariusz.tkaczyk@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mdadm: Fix --detail --export issue | expand |
On Mon, 18 Mar 2024 16:19:28 +0100 Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> wrote: > Commit 60c19530dd7c ("Detail: remove duplicated code") introduced > regression catched by 00confnames because generated UUID was different > than expected. This patchset fixes the issue. > > Mariusz Tkaczyk (2): > mdadm: set swapuuid in all handlers > mdadm: Fix native --detail --export > > Cc: Xiao Ni <xni@redhat.com> > Cc: Jes Sorensen <jes@trained-monkey.org> > > Detail.c | 26 +++++++++++++++++++++++++- > mdadm.h | 3 +-- > super-ddf.c | 11 ++++++----- > super-intel.c | 17 +++++++++-------- > super0.c | 2 ++ > util.c | 24 +++++++++++++----------- > 6 files changed, 56 insertions(+), 27 deletions(-) > Applied! Thanks, Mariusz