Am 30.06.25 um 12:15 schrieb Fabian Grünbichler:
> On June 27, 2025 5:57 pm, Fiona Ebner wrote:
>> +my sub fleecing_node_name {
>> +my ($type, $drive_id) = @_;
>> +
>> +if ($type eq 'fmt') {
>> +return "drive-$drive_id-fleecing"; # this is the top node for
>> fleecing
>> +} els
On June 27, 2025 5:57 pm, Fiona Ebner wrote:
> Signed-off-by: Fiona Ebner
> ---
> src/PVE/QemuConfig.pm | 12 ++---
> src/PVE/QemuServer/Blockdev.pm | 45 +++---
> src/PVE/VZDump/QemuServer.pm | 26
> 3 files changed, 59 insertions(+
Signed-off-by: Fiona Ebner
---
src/PVE/QemuConfig.pm | 12 ++---
src/PVE/QemuServer/Blockdev.pm | 45 +++---
src/PVE/VZDump/QemuServer.pm | 26
3 files changed, 59 insertions(+), 24 deletions(-)
diff --git a/src/PVE/QemuConfig.pm b/