]> git.proxmox.com Git - pve-manager.git/commit
api: ceph pool create: replace left-over complex error handling
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Apr 2021 15:34:22 +0000 (17:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Apr 2021 15:34:23 +0000 (17:34 +0200)
commita91bd3c3707c0352670497e17a4edd7667055cd7
treee11cf00d07b24977d650ffad200c28c501b08374
parent27cc48c2123233912365026b330ee38df2c93102
api: ceph pool create: replace left-over complex error handling

this was from the time where we had a loop here to add two storages,
one for KRDB-only and one for KRBD-never. Nowadays we can handle the
mixed case just fine, but the patch dropping that forget to cleanup
the error handling..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph/Pools.pm