mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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>
11 lines
126 B
Bash
11 lines
126 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
case "$1" in
|
|
configure)
|
|
deb-systemd-invoke try-restart ceph-mgr.target
|
|
;;
|
|
esac
|
|
|
|
#DEBHELPER#
|