[pve-devel] [PATCH qemu-server v2 4/6] tests: add migration alias check

Aaron Lauterer a.lauterer at proxmox.com
Wed May 24 16:41:04 CEST 2023



On 5/22/23 16:25, Fiona Ebner wrote:
> 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.
> 

good point. will do :)
>>   	{
>>   	    'format' => 'raw',
>>   	    'name' => 'vm-4567-disk-0',
> 





More information about the pve-devel mailing list