Boot-from-Volume Provisioning and Failure Recovery
Overview
Prerequisites
Create a VM from a Boot Volume
Option 1 — Create a New Boot Volume from an Image at Launch Time
pcdctl server create \
--flavor <FLAVOR_NAME> \
--image <IMAGE_UUID> \
--boot-from-volume <SIZE_GB> \
--volume-type <VOLUME_TYPE_NAME> \
--network <NETWORK_UUID> \
<VM_NAME>Option 2 — Boot from an Existing Volume
Verify Successful Provisioning
Diagnose "Volume Provisioning Works but VM-from-Volume Fails"
Check Compute Service Logs
Log Pattern
Meaning
Check Persistent Storage Service Logs
Verify the Volume Type Is Correct
Recover from Partial Creation
Step 1 — Delete the Failed VM
Step 2 — Check and Reset the Boot Volume State
Step 3 — Retry the VM Launch
Considerations for Boot-from-Volume VMs
Volume Deletion on VM Deletion
Snapshots of Boot-from-Volume VMs
Live Migration of Boot-from-Volume VMs
Next Steps
Last updated
Was this helpful?
