Skip to content

Commit efb096f

Browse files
committed
Merge pull request #166 from thomassa/xenprep
Error VBD_XENPREP_CD_IN_USE, not XENPREP_IN_PROGRESS
2 parents db633bb + 0e08332 commit efb096f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xapi/futures/xenprep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: XenPrep
33
layout: default
44
design_doc: true
5-
revision: 1
5+
revision: 2
66
status: proposed
77
---
88

@@ -48,7 +48,7 @@ If `xenprep_start` is called on a VM already undergoing xenprep, the call will r
4848
If the VM does not have an empty virtual CD drive, the call will fail with a suitable error.
4949

5050
#### Cancellation
51-
While xenprep is in progress, any request to eject the xenprep ISO (except from inside the guest) will be rejected with a new error "XENPREP_IN_PROGRESS".
51+
While xenprep is in progress, any request to eject the xenprep ISO (except from inside the guest) will be rejected with a new error "VBD_XENPREP_CD_IN_USE".
5252

5353
There will be a new XenAPI call `VM.xenprep_abort` which will:
5454

0 commit comments

Comments
 (0)