[pve-devel] [PATCH manager v2 2/3] pveceph: add createmgr/destroymgr commands

2017-08-14 Thread Alwin Antreich
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 +

Re: [pve-devel] [PATCH manager v2 2/3] pveceph: add createmgr/destroymgr commands

2017-07-26 Thread Thomas Lamprecht
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

[pve-devel] [PATCH manager v2 2/3] pveceph: add createmgr/destroymgr commands

2017-07-26 Thread 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 --- changes from v1: * corrected the id regex * optimized the id assignment and dropped the unnecessary die * removed the hunk which b