[pve-devel] [PATCH qemu-server v2 4/6] tests: add migration alias check
Fiona Ebner
f.ebner at proxmox.com
Mon May 22 16:25:14 CEST 2023
Am 12.05.23 um 14:40 schrieb Aaron Lauterer:
> @@ -355,6 +382,13 @@ my $source_vdisks = {
> 'vmid' => '111',
> 'volid' => 'local-zfs:vm-111-disk-0',
> },
> + {
> + 'ctime' => '1589277334',
> + 'format' => 'raw',
> + 'size' => 4294967296,
> + 'vmid' => '123',
> + 'volid' => 'local-zfs:vm-123-disk-0',
> + },
A disk should also be added to alias-zfs. And actually, let's not make
alias-zfs reference "rpool/data", but add a second alias-zfs-2 or
something. Otherwise, we would need to add all disks currently in
local-zfs to alias-zfs too, to stay consistent with what we model.
> {
> 'format' => 'raw',
> 'name' => 'vm-4567-disk-0',
More information about the pve-devel
mailing list