]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Ceph.pm
pveceph: create mgr with mon, use nodename for id
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 26 Jul 2017 09:11:51 +0000 (11:11 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Jul 2017 12:45:07 +0000 (14:45 +0200)
commitc05ff7b4dedcc85390b7b948674be7bfe77612c1
tree692573dd0f1ec35e78aa8a3e759cc0158f4fc4b9
parent61516423adf0cfd0b82fec81b469be23c73743cc
pveceph: create mgr with mon, use nodename for id

we now want to add a ceph-mgr daemon to every node where a ceph-mon
daemon runs, as per ceph documentation recommendation, because in
luminous the mgr daemons will not be automatically created/started
with a monitor anymore

we also give the createmon an optional id parameter, so that one
can set a custom id, and make the creation/removal of the manager
optional but the default

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Ceph.pm
PVE/CephTools.pm