mbox series

[0/2] mdadm: Fix --detail --export issue

Message ID 20240318151930.8218-1-mariusz.tkaczyk@linux.intel.com (mailing list archive)
Headers show
Series mdadm: Fix --detail --export issue | expand

Message

Mariusz Tkaczyk March 18, 2024, 3:19 p.m. UTC
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(-)

Comments

Mariusz Tkaczyk March 22, 2024, 11:18 a.m. UTC | #1
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