[pve-devel] applied: [PATCH ceph] Add patch for failing prerm scripts

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Feb 7 12:06:09 CET 2020


On 2/7/20 11:55 AM, Dominic Jäger wrote:
> Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
> ---
>  ...12-Remove-failing-actions-from-prerm.patch | 164 ++++++++++++++++++
>  patches/series                                |   1 +
>  2 files changed, 165 insertions(+)
>  create mode 100644 patches/0012-Remove-failing-actions-from-prerm.patch
> 
> diff --git a/patches/0012-Remove-failing-actions-from-prerm.patch b/patches/0012-Remove-failing-actions-from-prerm.patch
> new file mode 100644
> index 000000000..0a557eda2
> --- /dev/null
> +++ b/patches/0012-Remove-failing-actions-from-prerm.patch
> @@ -0,0 +1,164 @@
> +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
> +From: =?UTF-8?q?Dominic=20J=C3=A4ger?= <d.jaeger at proxmox.com>
> +Date: Mon, 3 Feb 2020 11:57:22 +0100
> +Subject: [PATCH] Remove failing actions from prerm
> +MIME-Version: 1.0
> +Content-Type: text/plain; charset=UTF-8
> +Content-Transfer-Encoding: 8bit
> +
> +The first part of the script fails (/sbin/stop doesn't exist and invoke-rc.d
> +fails) and doesn't let us continue to #DEBHELPER#. #DEBHELPER#, however, gets
> +replaced by a systemd call that successfully stops the ceph services.
> +
> +Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
> +---
> + debian/ceph-base.prerm | 17 -----------------
> + debian/ceph-mds.prerm  | 17 -----------------
> + debian/ceph-mgr.prerm  | 17 -----------------
> + debian/ceph-mon.prerm  | 17 -----------------
> + debian/ceph-osd.prerm  | 17 -----------------
> + 5 files changed, 85 deletions(-)
> +

applied, thanks!





More information about the pve-devel mailing list