]> git.proxmox.com Git - pve-manager.git/commit
ceph: mon create: fix not starting monitor if no public_addr is in conf
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Jun 2019 11:22:27 +0000 (13:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jun 2019 12:23:23 +0000 (14:23 +0200)
commit78f99813bbee37ff0286ff36f58be4790d0f8fdb
tree9c15ce083db16b8f288144fd8d8894c4eef6140c
parent696a8cac2d685eeafb6891059a637b4a0bc5d3e3
ceph: mon create: fix not starting monitor if no public_addr is in conf

when there is no 'public_network' in the config, the monitor
can only find an ip if it is given explicitly, either via commandline
(not possible with systemd) or via the ceph.conf

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