Commit 83de389
committed
CA-347560: Add VM.import_metadata_async
This is a variant of `VM.import_metadata` that always queues the operation and
returns a task id immediately (like most VM operations). This is useful, once
the original (synchronous) function may block for longer periods while other
operations on the VM complete.
Signed-off-by: Rob Hoes <[email protected]>1 parent 9e23539 commit 83de389
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
814 | 821 | | |
815 | 822 | | |
816 | 823 | | |
| |||
0 commit comments