ceph-mirror/debian/ceph-mgr-cli-api.postinst
Kefu Chai fab568213a debian, rpm: add ceph-mgr-cli-api package
cli_api is a new module in this release (not previously shipped in
ceph-mgr-modules-core), so it gets its own package without any
Breaks/Replaces or Obsoletes against the old monolithic package.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
2026-06-01 16:00:26 +08:00

11 lines
126 B
Bash

#!/bin/sh
set -e
case "$1" in
configure)
deb-systemd-invoke try-restart ceph-mgr.target
;;
esac
#DEBHELPER#