]> git.proxmox.com Git - pve-manager.git/commit
ceph: add PUT 'flags' api call
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 23 Jul 2019 07:52:26 +0000 (09:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 08:23:31 +0000 (10:23 +0200)
commit3139a36e12c80f65e085d1c54052abd3649d8300
tree3147fd3384c65f36494062b1cb07a2ab80e18c35
parenteacc058fbc5b8aed2f0c79cdb9ce5834cadcf4d0
ceph: add PUT 'flags' api call

this api call can set multiple flags at once, but does this in a
worker since this can take quiet some time

also we only set/unset flags that are not already set/unset (respectively)

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