Hi everyone,<br><br>I'm trying to configure a multi-node installation. Here is a brief overview.<br><br>1) controller - api+network+scheduler+novnc+glance+keystone (nova.conf - <a href="http://paste.openstack.org/show/17470/" target="_blank">http://paste.openstack.org/show/17470/</a>)<br>

2) compute node (nova.conf - <a href="http://paste.openstack.org/show/17469" target="_blank">http://paste.openstack.org/show/17469</a>)<br>3) volume node(single)<br><br>Compute and vnc are working fine. I'm able to create and delete volumes. Iscsi discovery from the compute nodes is working too. But when I try to attach a volume, the compute node tries to connect to the controller node instead of volume and hence crashes with the following error.<br>


<br>2012-05-14 17:32:13 TRACE nova.rpc.amqp ProcessExecutionError: Unexpected error while running command.<br>2012-05-14 17:32:13 TRACE nova.rpc.amqp Command: sudo nova-rootwrap iscsiadm -m node -T iqn.2010-10.org.openstack:volume-00000003 -p controller:3260 --rescan<br>


2012-05-14 17:32:13 TRACE nova.rpc.amqp Exit code: 255<br>2012-05-14 17:32:13 TRACE nova.rpc.amqp Stdout: ''<br>2012-05-14 17:32:13 TRACE nova.rpc.amqp Stderr: 'iscsiadm: No portal found.\n'<br><br>Any suggestions?<br>

<br>Kind Regards,<br>Shashank Sahni<br>