]> git.proxmox.com Git - pve-storage.git/commit
Addition to fix #1895, skip image if no owner
authorAlwin Antreich <a.antreich@proxmox.com>
Fri, 7 Sep 2018 08:52:23 +0000 (10:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Sep 2018 11:51:18 +0000 (13:51 +0200)
commitaa14def420369ef14a6f9926e336679c6e5a41ef
tree1f8ac6de7833cd91c47d6db0b59e1f4eaad343d9
parent1be93fe2fdaf157eaec97b426aa2f08246b76b8b
Addition to fix #1895, skip image if no owner

Non conforming image names are not ignored anymore by the new rbd_ls
implementation, this patch adds the old behaviour.

This fix is a temporary workaround and should be removed, once the new
image name parser is ready.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/Storage/RBDPlugin.pm