File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2795,3 +2795,7 @@ This is limited to bridged networks as OVN doesn't support flexible enough SNAT
2795
2795
## ` memory_hotplug `
2796
2796
2797
2797
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 ` .
Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ var APIExtensions = []string{
480
480
"server_logging" ,
481
481
"network_forward_snat" ,
482
482
"memory_hotplug" ,
483
+ "storage_volume_from_migration" ,
483
484
}
484
485
485
486
// APIExtensionsCount returns the number of available API extensions.
You can’t perform that action at this time.
0 commit comments