We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ab531 commit 9018362Copy full SHA for 9018362
doc/api-extensions.md
@@ -2656,3 +2656,7 @@ The following configuration options have been added:
2656
* `initial.gid`
2657
* `initial.mode`
2658
* `initial.uid`
2659
+
2660
+## `storage_live_migration`
2661
2662
+This adds support for virtual-machines live-migration between storage pools.
internal/version/api.go
@@ -451,6 +451,7 @@ var APIExtensions = []string{
451
"cluster_rebalance",
452
"custom_volume_refresh_exclude_older_snapshots",
453
"storage_initial_owner",
454
+ "storage_live_migration",
455
}
456
457
// APIExtensionsCount returns the number of available API extensions.
0 commit comments