de-fuzz puppet-ceph patches
Problem: - Centos 7.5 upgraded puppet-cephs. - Porting of puppet-cephs patches did not resolve and 'fuzz' in the line numbers of the patches. - If puppet-ceph is built by rpm 4.11, or default version of rpm until 4.14 is compiled, a fuzzy patch results in the creating of an .orig file. - Packaging of puppet-cephs failes due to the unexpected, and unpackaged .orig file Solution: Safest solution is to de-fuzz our puppet-cephs patches. Story: 2003389 Task: 26755 Change-Id: I479131bd9aa5d1d8149912851180c40522ac6b1a Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
parent
0c4b868072
commit
919da082af
@ -1,4 +1,4 @@
|
|||||||
From 89e1781309a8415d65c50c13c18742a92c970362 Mon Sep 17 00:00:00 2001
|
From 570520c5197dd36c3e4a7956d5916426fb75856a Mon Sep 17 00:00:00 2001
|
||||||
From: Don Penney <don.penney@windriver.com>
|
From: Don Penney <don.penney@windriver.com>
|
||||||
Date: Tue, 7 Feb 2017 15:49:02 -0500
|
Date: Tue, 7 Feb 2017 15:49:02 -0500
|
||||||
Subject: [PATCH] Newton rebase fixes
|
Subject: [PATCH] Newton rebase fixes
|
||||||
@ -9,10 +9,10 @@ Subject: [PATCH] Newton rebase fixes
|
|||||||
2 files changed, 7 insertions(+), 4 deletions(-)
|
2 files changed, 7 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/manifests/mon.pp b/manifests/mon.pp
|
diff --git a/manifests/mon.pp b/manifests/mon.pp
|
||||||
index 5f7138f..543d044 100644
|
index fa99df5..b3458d6 100644
|
||||||
--- a/manifests/mon.pp
|
--- a/manifests/mon.pp
|
||||||
+++ b/manifests/mon.pp
|
+++ b/manifests/mon.pp
|
||||||
@@ -100,10 +100,13 @@ define ceph::mon (
|
@@ -99,10 +99,13 @@ define ceph::mon (
|
||||||
}
|
}
|
||||||
# Everything else that is supported by puppet-ceph should run systemd.
|
# Everything else that is supported by puppet-ceph should run systemd.
|
||||||
} else {
|
} else {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From b245ba801e8dccffe6df30b448d307b9c332a8bf Mon Sep 17 00:00:00 2001
|
From c9a5520620d313c08e7f751f3469ec5f4c220486 Mon Sep 17 00:00:00 2001
|
||||||
From: Daniel Badea <daniel.badea@windriver.com>
|
From: Daniel Badea <daniel.badea@windriver.com>
|
||||||
Date: Thu, 23 Mar 2017 08:04:31 +0000
|
Date: Thu, 23 Mar 2017 08:04:31 +0000
|
||||||
Subject: [PATCH] ceph jewel rebase
|
Subject: [PATCH] ceph jewel rebase
|
||||||
@ -10,10 +10,10 @@ Subject: [PATCH] ceph jewel rebase
|
|||||||
3 files changed, 29 insertions(+), 11 deletions(-)
|
3 files changed, 29 insertions(+), 11 deletions(-)
|
||||||
|
|
||||||
diff --git a/manifests/mon.pp b/manifests/mon.pp
|
diff --git a/manifests/mon.pp b/manifests/mon.pp
|
||||||
index 543d044..ad92061 100644
|
index b3458d6..17cb925 100644
|
||||||
--- a/manifests/mon.pp
|
--- a/manifests/mon.pp
|
||||||
+++ b/manifests/mon.pp
|
+++ b/manifests/mon.pp
|
||||||
@@ -107,6 +107,7 @@ define ceph::mon (
|
@@ -106,6 +106,7 @@ define ceph::mon (
|
||||||
start => "service ceph start mon.${id}",
|
start => "service ceph start mon.${id}",
|
||||||
stop => "service ceph stop mon.${id}",
|
stop => "service ceph stop mon.${id}",
|
||||||
status => "service ceph status mon.${id}",
|
status => "service ceph status mon.${id}",
|
||||||
|
Loading…
Reference in New Issue
Block a user