Re: device parameter errors out while attaching a volume in openstack

2015-10-01 Thread anu
Hi Markos, Setting device parameter to None resolved the error. Openstack is now automatically assigning a device. driver.attach_volume(instances[0], volumes[0], device = None) However omitting device parameter resulted in same error. -- Greetings Anu Bhaskar On Thu, 01 Oct

Re: device parameter errors out while attaching a volume in openstack

2015-10-01 Thread Markos Gogoulos
Hi, I haven't used these functions, but I see on http://developer.openstack.org/api-ref-compute-v2-ext.html the device parameter should be provided as "Name of the device such as, /dev/vdb. Omit or set this parameter to null for auto-assignment, if supported. If you specify this parameter, the de