]> git.proxmox.com Git - pve-manager.git/commit
ceph: services: do not create rados object in get_services_info
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 18 Jun 2019 13:42:48 +0000 (15:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 18 Jun 2019 14:17:35 +0000 (16:17 +0200)
commite7e615768f7e9c6e32cb97fc9963ea1654d9de4f
tree2917c77823be3a10d959fbc95edbb75cdb3edaba
parent3e4c0f06e73a5cda7ff9698ff7cc253b528cc01f
ceph: services: do not create rados object in get_services_info

we always gave one, and the only reason why it could be undef
is that we could not connect, so it makes no sense to try again
and add unecessary time to the api call

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