Skip to content

Commit 27952ef

Browse files
committed
CNV-22128: Fix for bandwidthPerMigration default value
1 parent e47b149 commit 27952ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/virt-live-migration-limits-reftable.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
|`bandwidthPerMigration`
2424
|Bandwidth limit of each migration, in MiB/s.
25-
|64Mi
25+
|0 ^[1]^
2626

2727
|`completionTimeoutPerGiB`
2828
|The migration is canceled if it has not completed in this time, in seconds
@@ -36,3 +36,7 @@ not completed migration in 4800 seconds. If the `Migration Method` is
3636
time, in seconds.
3737
|150
3838
|===
39+
[.small]
40+
--
41+
1. The default value of `0` is unlimited.
42+
--

0 commit comments

Comments
 (0)