]> git.proxmox.com Git - pve-access-control.git/commit
pveum: work around unavailable API2:Pools module
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 17:46:53 +0000 (19:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 17:48:50 +0000 (19:48 +0200)
commit3470fad8c190ab0d7e5fc719448d16dfa0716b58
tree4b409b8a08edb561a317d6e3161bfffeb8e9afd3
parentd4c9a54e35727c58e5453a7af721a56022789a45
pveum: work around unavailable API2:Pools module

commit 42ade84744ab60ff8e452d3e562a36dd3da2b810 added the pool
subcommands, reusing the PVE::API2::Pool module. But that module has
to live in pve-manager and is not available here, most of the time
not a real issue (but always ugly), on bootstrapping this becomes a
blocker though...

So, for now add a hack and do not hard depend on the modules
availability...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLI/pveum.pm