mirror of
https://git.proxmox.com/git/ceph.git
synced 2025-08-15 05:10:36 +00:00
add patch to remove init.d ceph script
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
b401eea3a8
commit
5c1f85d9fc
28
patches/0010-remove-legacy-init.d-ceph-script.patch
Normal file
28
patches/0010-remove-legacy-init.d-ceph-script.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dominik Csapak <d.csapak@proxmox.com>
|
||||||
|
Date: Fri, 28 Jun 2019 16:31:34 +0200
|
||||||
|
Subject: [PATCH 10/10] remove legacy init.d ceph script
|
||||||
|
|
||||||
|
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
||||||
|
---
|
||||||
|
debian/ceph-base.install | 1 -
|
||||||
|
debian/ceph-base.maintscript | 1 +
|
||||||
|
2 files changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/debian/ceph-base.install b/debian/ceph-base.install
|
||||||
|
index 24731dc89d..7f7c56c4bc 100644
|
||||||
|
--- a/debian/ceph-base.install
|
||||||
|
+++ b/debian/ceph-base.install
|
||||||
|
@@ -1,4 +1,3 @@
|
||||||
|
-etc/init.d/ceph
|
||||||
|
lib/systemd/system/ceph-crash.service
|
||||||
|
usr/bin/ceph-crash
|
||||||
|
usr/bin/ceph-debugpack
|
||||||
|
diff --git a/debian/ceph-base.maintscript b/debian/ceph-base.maintscript
|
||||||
|
index 196dc08413..180b7dfde4 100644
|
||||||
|
--- a/debian/ceph-base.maintscript
|
||||||
|
+++ b/debian/ceph-base.maintscript
|
||||||
|
@@ -1,2 +1,3 @@
|
||||||
|
+rm_conffile /etc/init.d/ceph 14.2.1-pve1 ceph-base
|
||||||
|
rm_conffile /etc/logrotate.d/ceph
|
||||||
|
rm_conffile /etc/logrotate.d/ceph.logrotate
|
@ -4,3 +4,4 @@
|
|||||||
0007-debian-rules-ship-Ceph-changelog-as-upstream-changel.patch
|
0007-debian-rules-ship-Ceph-changelog-as-upstream-changel.patch
|
||||||
0008-ceph-volume-lvm.zap-fix-cleanup-for-db-partitions.patch
|
0008-ceph-volume-lvm.zap-fix-cleanup-for-db-partitions.patch
|
||||||
0009-remove-legacy-pve-ceph-osd-activation-script-in-post.patch
|
0009-remove-legacy-pve-ceph-osd-activation-script-in-post.patch
|
||||||
|
0010-remove-legacy-init.d-ceph-script.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user