I’m going to boot an instance from an exist volume, which is a windows 2016 migrated from vmware. So the bus must set to ‘ide’ mode.
This volume c4a54dff-eec0-4a97-b77a-17c23c62dcf4
has been cloned so it’s bootable.
openstack server create xyz --flavor 4 --nic net-id=7b57ee99-136f-4aa7-b3fe-a4958ec8c644 --volume c4a54dff-eec0-4a97-b77a-17c23c62dcf4 --block-device uuid=c4a54dff-eec0-4a97-b77a-17c23c62dcf4,source_type=volume,destination_type=volume,disk_bus=ide
No volume with a name or ID of 'c4a54dff-eec0-4a97-b77a-17c23c62dcf4,source_type=volume,destination_type=volume,disk_bus=ide' exists.
I tried above command with no luck.
my openstack cli is openstack 5.4.0
.
Hope someone could give me the right command.