Something changed in the nova-volume ubuntu packages instalation.<br>I'd never had problems with nova-volume, but in my last two setups i cannot attach volume and vm. Logs do not show any problem, so no clue why this problem.<br>
<br><div class="gmail_quote">2012/5/31 Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br><br>Any one know what is the problem or it is another bug?<br><br>REgards,<br>Milind<br><br><div class="gmail_quote">On Thu, May 31, 2012 at 12:22 PM, William Herry <span dir="ltr"><<a href="mailto:william.herry.china@gmail.com" target="_blank">william.herry.china@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#3333ff"><font><font face="tahoma,sans-serif">I can't tell what's wrong about your config, let others help you<br>

</font></font></font><div><div class="h5"><div><div><br><div class="gmail_quote">On Thu, May 31, 2012 at 2:50 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Just ran command... here is the output...<br><br>root@ucmaster:/var/log/upstart# nova --debug  volume-create  --display_name=novavol5 --display_description=volumenova5 1<br>


connect: (ucmaster, 5000)<br>send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: ucmaster:5000\r\nContent-Length: 117\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-novaclient\r\n\r\n{"auth": {"tenantName": "openstackDemo", "passwordCredentials": {"username": "adminUser", "password": "secretword"}}}'<br>



reply: 'HTTP/1.1 200 OK\r\n'<br>header: Content-Type: application/json<br>header: Vary: X-Auth-Token<br>header: Date: Thu, 31 May 2012 06:42:50 GMT<br>header: Transfer-Encoding: chunked<br>connect: (ucmaster, 8776)<br>



send: u'POST /v1/68124ec3a778447093eba446aa896105/volumes HTTP/1.1\r\nHost: ucmaster:8776\r\nContent-Length: 131\r\nx-auth-project-id: openstackDemo\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: b0b433d2506145d0b4f5ab8e1fcb6478\r\nuser-agent: python-novaclient\r\ncontent-type: application/json\r\n\r\n{"volume": {"snapshot_id": null, "display_name": "novavol5", "volume_type": null, "display_description": "volumenova5", "size": 1}}'<br>



reply: 'HTTP/1.1 200 OK\r\n'<br>header: X-Compute-Request-Id: req-58d480c3-f729-4670-8c86-74ef9991993a<br>header: Content-Type: application/json<br>header: Content-Length: 274<br>header: Date: Thu, 31 May 2012 06:42:50 GMT<br>



root@ucmaster:/var/log/upstart# clear<div><div><br><br><br><br><br>
<br><div class="gmail_quote">On Thu, May 31, 2012 at 12:12 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<br><div><div><br>
<br><div class="gmail_quote">On Thu, May 31, 2012 at 12:08 PM, William Herry <span dir="ltr"><<a href="mailto:william.herry.china@gmail.com" target="_blank">william.herry.china@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<font color="#3333ff"><font><font face="tahoma,sans-serif">I can't see any unusual log<br><br>try:<br><br></font></font></font><font style="font-family:courier new,monospace" color="#3333ff"><font> </font></font><span style="font-family:courier new,monospace">nova <span style="color:rgb(255,102,102)">--debug</span> volume-create --display_name=novavol4 --display_description=volumenova4 1
</span><br><div><div><br><br><div class="gmail_quote">On Thu, May 31, 2012 at 2:33 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I did that and issued following command.<br><br>nova volume-create --display_name=novavol4 --display_description=volumenova4 1<br><br>I have attached relevant part of log.<br><br>Regards,<br>Milind<div><div>
<br><br><div class="gmail_quote">
On Thu, May 31, 2012 at 11:48 AM, William Herry <span dir="ltr"><<a href="mailto:william.herry.china@gmail.com" target="_blank">william.herry.china@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<font color="#3333ff"><font><font face="tahoma,sans-serif">add debug=true to /etc/nova/nova.conf and restart service(nova-volume I think)<br></font></font></font><div><div><br><div class="gmail_quote">
On Thu, May 31, 2012 at 2:16 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In which config file?<div><div><br><br><div class="gmail_quote">On Thu, May 31, 2012 at 11:43 AM, William Herry <span dir="ltr"><<a href="mailto:william.herry.china@gmail.com" target="_blank">william.herry.china@gmail.com</a>></span> wrote:<br>









<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#3333ff"><font><font face="tahoma,sans-serif">have you add debug=true to config file<br></font></font></font><div>









<div><br><div class="gmail_quote">On Thu, May 31, 2012 at 2:11 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is nothing in the logs :(<div><div><br><br><br><div class="gmail_quote">On Thu, May 31, 2012 at 11:37 AM, William Herry <span dir="ltr"><<a href="mailto:william.herry.china@gmail.com" target="_blank">william.herry.china@gmail.com</a>></span> wrote:<br>











<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#3333ff"><font><font face="tahoma,sans-serif">you should check logs to see what's going on<br></font></font></font><br>











<div class="gmail_quote"><div><div>On Thu, May 31, 2012 at 1:50 PM, Milind <span dir="ltr"><<a href="mailto:milindkpatil@gmail.com" target="_blank">milindkpatil@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Hi,<br><br>I am not able to resolve this error quite frustrated :(, it gets stuck at volume creation with status as "Creating"<br>












<br><img src="" alt=""><br>
<br><br>Regards,<br>Milind<br></div></div></blockquote></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote>
</div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></div></div></blockquote></div></blockquote></div>-- <br><b>Alisson Pontes</b><br><br>