rexray / rexray

REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads

Home Page:http://rexray.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[cinder] /dev/vdX not found

ppiecuch opened this issue · comments

Summary

During re-attach (never happens during vm installation/provisiong) cinder volumes are attaching to non-existing devices, eg. /dev/vdd, /dev/vde (only two devices exist: /dev/vda and /dev/vdb) or these block devices are not created during attachment (everything is fine when I attach from the OpenStack GUI)

I am using my company's Rackspace OpenStack installation.

I have read many earliers threads related to similar problem - but they were about mismatch between existing device and reported one. Also I am running centos distribution and have only /dev/disk/by-uuid/ (no /by-id that I have seen in many PRs)

My current workaround is to attach the volume from GUI, so the device is recreated, but maybe there is a way to do this directly from rexray.

Regard