Sorry to self quote; but I've actually discovered that this bug only happens when you attach DVD ISOs. Does anyone know why it would happen with DVD isos but not CD ISOs? From: Drew Weaver [mailto:drew.weaver at thenap.com] Sent: Monday, June 2, 2014 1:11 PM To: openstack at lists.openstack.org Subject: [Openstack] Long standing bug inquiry Hello there, I am a somewhat new user to openstack and I've hit this bug: https://bugs.launchpad.net/nova/+bug/1231874 I will note that I only seem to hit this bug when I use certain ISO files as the 'boot' image. (in this case it's a 4.2GB Windows 2012 R2 ISO) Doing this in MySQL appears to fix the problem for that particular instance: update instances SET root_device_name = '/dev/vda' where id = 70 limit 1; but it doesn't fix the underlying problem of the instances being created incorrectly to begin with. Has anyone come up with a permanent solution to this yet? Thanks, -Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140602/1092c10d/attachment.html>