From: Dominik Csapak
this patch adds the create-/destroymgr commands to the api and pveceph,
so that advanced users can split monitor and manager daemons
Signed-off-by: Dominik Csapak
(cherry picked from commit ad9411c9480aa8f9b5fdbf677e0fb4a1e6997cb7)
---
PVE/API2/Ceph.pm | 87 +
The s/mgrid/id/ renaming was only done partially, see minor comments
below.
Once fixed the rest looks good for me now.
On 07/26/2017 10:42 AM, Dominik Csapak wrote:
this patch adds the create-/destroymgr commands to the api and pveceph,
so that advanced users can split monitor and manager daemon
this patch adds the create-/destroymgr commands to the api and pveceph,
so that advanced users can split monitor and manager daemons
Signed-off-by: Dominik Csapak
---
changes from v1:
* corrected the id regex
* optimized the id assignment and dropped the unnecessary die
* removed the hunk which b