I haven't tested yet but with the scsi driver "block device names switch from /dev/vdX to /dev/sdX" which probably breaks prepare_cinder_volume.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
prepare_cinder_volume: recognize /dev/sda as a primary volume | operations/puppet | production | +1 -1 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | dcaro | T275354 Puppet failures on many canary machines | |||
Resolved | dcaro | T275376 Cloudvirt instances failing to start | |||
Resolved | Bstorm | T275430 Large images cloned to /var/lib/nova/instances/_base filling up disk on hypervisors | |||
Resolved | Bstorm | T275585 Clean-up hard-coded references to /dev/vda and friends after changing qemu block drivers | |||
Resolved | Andrew | T275586 Update prepare_cinder_volume to handle attached devices under |
Event Timeline
Comment Actions
prepare_cinder_volume turns out to work fine with /dev/sdX devices; the only place that vda was hard-coded was in identifying the root device. The attached patch handles that.
Comment Actions
Change 666662 had a related patch set uploaded (by Andrew Bogott; owner: Andrew Bogott):
[operations/puppet@production] prepare_cinder_volume: recognize /dev/sda as a primary volume
Comment Actions
Change 666662 merged by Andrew Bogott:
[operations/puppet@production] prepare_cinder_volume: recognize /dev/sda as a primary volume