Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Templates should check glance image metadata for block driver used #373

Open
donnydavis opened this issue Jul 15, 2017 · 1 comment · May be fixed by #391
Open

RFE: Templates should check glance image metadata for block driver used #373

donnydavis opened this issue Jul 15, 2017 · 1 comment · May be fixed by #391

Comments

@donnydavis
Copy link
Contributor

common_functions.sh statically uses virtio, and when /dev/disk/by-id fails it looks for the exsistance of /dev/vda /dev/vdb

If you are using a different driver such as virtio-scsi these devices are mounted as /dev/sda /dev/sdb

This is usually done when Ceph is the backend for Openstack which is a pretty common use case, so in common_functions.sh could we add a check for /dev/sda /dev/sdb?

This would also help support future bare metal ironic deployments of Openshift on Openstack

@jfcoz
Copy link

jfcoz commented Jul 20, 2017

Can you check if #375 resolve your problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants