Skip to content

Commit e007182

Browse files
committed
api: storage_volume_from_migration
Signed-off-by: Piotr Resztak <[email protected]>
1 parent 489081b commit e007182

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
@@ -2795,3 +2795,7 @@ This is limited to bridged networks as OVN doesn't support flexible enough SNAT
27952795
## `memory_hotplug`
27962796

27972797
This adds memory hotplugging for VMs, allowing them to add memory at runtime without rebooting.
2798+
2799+
## `storage_volume_from_migration`
2800+
2801+
Introduce `CreateStoragePoolVolumeFromMigration`, which returns an operation object unlike `CreateStoragePoolVolume`.

internal/version/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ var APIExtensions = []string{
480480
"server_logging",
481481
"network_forward_snat",
482482
"memory_hotplug",
483+
"storage_volume_from_migration",
483484
}
484485

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

0 commit comments

Comments
 (0)