--- src/PVE/LXC.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 33fca55..364c761 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -2363,6 +2363,8 @@ sub create_disks { $conf->{$ms} = print_ct_mountpoint($mountpoint, $ms eq 'rootfs'); } else { # use specified/existing volid + $conf->{$ms} = print_ct_mountpoint($mountpoint, $ms eq 'rootfs'); + push @$vollist, $volid; } }); -- 2.1.4
_______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel