Signed-off-by: Fiona Ebner <[email protected]>
---
New in v2.
src/PVE/QemuServer/Blockdev.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/PVE/QemuServer/Blockdev.pm b/src/PVE/QemuServer/Blockdev.pm
index bedf0584..ce9dc63d 100644
--- a/src/PVE/QemuServer/Blockdev.pm
+++ b/src/PVE/QemuServer/Blockdev.pm
@@ -355,7 +355,7 @@ sub generate_drive_blockdev {
}
# for fleecing and TPM backup, this is already the top node
- return $child if $options->{fleecing} || $options->{'tpm-backup'};
+ return $child if $options->{fleecing} || $options->{'tpm-backup'} ||
$options->{'no-throttle'};
# this is the top filter entry point, use $drive-drive_id as nodename
return {
@@ -403,6 +403,8 @@ Parameters:
=item C<< $options->{fleecing} >>: Generate and attach a block device for
backup fleecing.
+=item C<< $options->{'no-throttle'} >>: Do not insert a throttle node as the
top node.
+
=item C<< $options->{'read-only'} >>: Attach the image as read-only
irrespective of the
configuration in C<$drive>.
--
2.47.2
_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel