]> git.proxmox.com Git - librados2-perl.git/commit
fix #1950: use /etc/pve/ceph.conf as default
authorTim Marx <t.marx@proxmox.com>
Mon, 10 Dec 2018 11:52:28 +0000 (12:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 Dec 2018 15:13:59 +0000 (16:13 +0100)
commite57969deb0e97c32d12b33c8b3f130c46843ea64
tree83cf930c493f1d99def87d58a5569559f2aac20a
parentac526fae88946813add1f6d25c00175e5e8992a5
fix #1950: use /etc/pve/ceph.conf as default

If there is no symlink between '/etc/ceph/ceph.conf -> /etc/pve/ceph.conf',
executing a RADOS command results in an exception.
For example on a cluster node where no monitor is configured and no
'pveceph init' was performed, this leads to unexpected conditions. On such a
node, if you check the monitor tab in GUI the monitors are correctly displayed,
but they seem to have no quorum, because actually the RADOS command didn't return.

Signed-off-by: Tim Marx <t.marx@proxmox.com>
PVE/RADOS.pm