Re: [pve-devel] [PATCH storage 6/9] ovf: implement rudimentary boot order

2024-04-17 Thread Dominik Csapak
On 4/17/24 13:54, Fiona Ebner wrote: Am 16.04.24 um 15:18 schrieb Dominik Csapak: simply add all parsed disks to the boot order in the order we encounter them (similar to the esxi plugin). Signed-off-by: Dominik Csapak --- src/PVE/Storage/OVF.pm| 6 ++ src/test/run_ovf_tests.pl | 3

Re: [pve-devel] [PATCH storage 6/9] ovf: implement rudimentary boot order

2024-04-17 Thread Fiona Ebner
Am 16.04.24 um 15:18 schrieb Dominik Csapak: > simply add all parsed disks to the boot order in the order we encounter > them (similar to the esxi plugin). > > Signed-off-by: Dominik Csapak > --- > src/PVE/Storage/OVF.pm| 6 ++ > src/test/run_ovf_tests.pl | 3 +++ > 2 files changed, 9 in

[pve-devel] [PATCH storage 6/9] ovf: implement rudimentary boot order

2024-04-16 Thread Dominik Csapak
simply add all parsed disks to the boot order in the order we encounter them (similar to the esxi plugin). Signed-off-by: Dominik Csapak --- src/PVE/Storage/OVF.pm| 6 ++ src/test/run_ovf_tests.pl | 3 +++ 2 files changed, 9 insertions(+) diff --git a/src/PVE/Storage/OVF.pm b/src/PVE/St