]> git.proxmox.com Git - pve-storage.git/commit
rbd: get path: allow fake override of fsid in scfg for some regression tests
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 16:17:56 +0000 (18:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 16:17:58 +0000 (18:17 +0200)
commit78638b3deaac57fa17e4e92588ee85bba53c9834
treec61c5c198864713e302bc4595f849a1bbf4484f1
parentcd58a6912553792e2def734dc81f09098ca5d87a
rbd: get path: allow fake override of fsid in scfg for some regression tests

to avoid calls into RADOS connect, that trigger RPCEnv not
initialized breakage in regression tests, but wouldn't really work
otherwise either

in the future the RBD $scfg could actually support this (or similarly
named) property, to safe on storage addition and then avoid frequent
mon commands

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/RBDPlugin.pm