Skip to content

Commit 9018362

Browse files
presztakstgraber
authored andcommitted
api: Add storage_live_migration extension
Signed-off-by: Piotr Resztak <[email protected]>
1 parent 81ab531 commit 9018362

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/api-extensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,3 +2656,7 @@ The following configuration options have been added:
26562656
* `initial.gid`
26572657
* `initial.mode`
26582658
* `initial.uid`
2659+
2660+
## `storage_live_migration`
2661+
2662+
This adds support for virtual-machines live-migration between storage pools.

internal/version/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ var APIExtensions = []string{
451451
"cluster_rebalance",
452452
"custom_volume_refresh_exclude_older_snapshots",
453453
"storage_initial_owner",
454+
"storage_live_migration",
454455
}
455456

456457
// APIExtensionsCount returns the number of available API extensions.

0 commit comments

Comments
 (0)