]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/LVMPlugin.pm
Fix #1858: lvm_find_free_diskname check for base
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 6 Aug 2018 14:01:15 +0000 (16:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 7 Aug 2018 10:14:11 +0000 (12:14 +0200)
commitca552c7639808018b50d70944006560a5a2f0ee5
tree24d9ac3f6cd3a4057fcba65fb8995f3a61f55b44
parentf15ac9b5a86a57d5484bed392857c93d2e9cb0cf
Fix #1858: lvm_find_free_diskname check for base

lvm_find_free_diskname only checked for existing volumes starting with 'vm-',
and not with 'base-'.

Unify implementation with other Plugins.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/Storage/LVMPlugin.pm