New Question

Revision history [back]

click to hide/show revision 1
initial version

Hello, I have opened an issue here to track this problem: https://github.com/cloudbase/cloudbase-init/issues/200.

Currently, the search order is not deterministic because of an issue with the config file read library and how Python implements it.

Are there any disk devices or other disks attached to the VM?

For the moment, one thing that can help is to make sure that the hdd config drive location is disabled.

I am working now on a patch to either make sure we have a way to preserve the desired order or to just search in a predefined order: cdrom, then hdd.

Thanks.