Blame SOURCES/Revert-mdadm-grow-reshape-would-be-stuck-from-raid1-.patch

2c1b57
From 2cfe6f7c646ebc25043f7607f5756edad0bc3071 Mon Sep 17 00:00:00 2001
2c1b57
From: Jes Sorensen <Jes.Sorensen@gmail.com>
2c1b57
Date: Tue, 11 Apr 2017 11:30:23 -0400
2c1b57
Subject: [RHEL7.5 PATCH 069/169] Revert "mdadm/grow: reshape would be
2c1b57
 stuck from raid1 to raid5"
2c1b57
2c1b57
This reverts commit 5b2846684ef5172eccc432e3520b79efbc2abba5.
2c1b57
2c1b57
This was a red herring and shouldn't have been applied in the first
2c1b57
place.
2c1b57
2c1b57
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
2c1b57
---
2c1b57
 systemd/mdadm-grow-continue@.service | 2 +-
2c1b57
 1 file changed, 1 insertion(+), 1 deletion(-)
2c1b57
2c1b57
diff --git a/systemd/mdadm-grow-continue@.service b/systemd/mdadm-grow-continue@.service
2c1b57
index 882bc0b..5c667d2 100644
2c1b57
--- a/systemd/mdadm-grow-continue@.service
2c1b57
+++ b/systemd/mdadm-grow-continue@.service
2c1b57
@@ -10,7 +10,7 @@ Description=Manage MD Reshape on /dev/%I
2c1b57
 DefaultDependencies=no
2c1b57
 
2c1b57
 [Service]
2c1b57
-ExecStart=BINDIR/mdadm --grow --continue /dev/%i
2c1b57
+ExecStart=BINDIR/mdadm --grow --continue /dev/%I
2c1b57
 StandardInput=null
2c1b57
 StandardOutput=null
2c1b57
 StandardError=null
2c1b57
-- 
2c1b57
2.7.4
2c1b57