From 16ffa0ba7637108908104bbd74b5a9357d08c9b8 Mon Sep 17 00:00:00 2001 From: Pawel Marczewski Date: Mon, 20 Jan 2020 09:44:33 +0100 Subject: [PATCH] Document admin.vm.volume.ImportWithSize See QubesOS/qubes-core-admin#309. --- developer/services/admin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/services/admin-api.md b/developer/services/admin-api.md index 8a85c7a0..84d659a4 100644 --- a/developer/services/admin-api.md +++ b/developer/services/admin-api.md @@ -131,6 +131,7 @@ to set the policy using current mechanism. | `admin.vm.volume.Revert` | vm | volume | snapshot | - | id. | | `admin.vm.volume.Resize` | vm | volume | size_in_bytes | - | id. | | `admin.vm.volume.Import` | vm | volume | raw volume data | - | id. | +| `admin.vm.volume.ImportWithSize` | vm | volume | `\n` | - | new version of `admin.vm.volume.Import`, allows new volume to be different size | | `admin.vm.volume.CloneFrom` | vm | volume | - | token, to be used in `admin.vm.volume.CloneTo` | obtain a token to copy `volume` of `vm`;
the token is one time use only, it's invalidated by `admin.vm.volume.CloneTo`, even if the operation fails | | `admin.vm.volume.CloneTo` | vm | volume | token, obtained with `admin.vm.volume.CloneFrom` | - | copy volume pointed by a token to `volume` of `vm` | | `admin.vm.Start` | vm | - | - | - | @@ -323,4 +324,3 @@ destination_path: ncftpput -u my-ftp-username -p my-ftp-pass -c my-ftp-server /d [admin-api-architecture]: /attachment/wiki/AdminAPI/admin-api-architecture.svg -