openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20818
Re: Folsom - Volume attach to a server in second compute node
I believe you should check this one https://bugs.launchpad.net/nova/+bug/922232/comments/11
You should search compute logs for <ip>:3260 and ensure iSCSI target server is accessible:
iscsiadm --mode discovery --type sendtargets --portal <ip>:3260 -d 8
Пятница, 8 февраля 2013, 12:42 -05:00 от AK Sathiya <ak_misc@xxxxxxxxxxx>:
>Hello Openstackers, I have setup the openstack folsom and added additional compute node. I am successfully able to create a VM on the second compute node, but could not attach a volume (I have configured Cinder) to the VM created on the second compute node.
>
>When I attach the volume, the status still says 'Attaching' when I do the cinder list. No errors in cinder logs or nova compute logs. No errors in Nova compute logs in the second compute node.
>
>What am I missing?
>
>Is there a document explaining how I could attach a volume to a VM on the secondary node?
>
>Any help is appreciated.
>
>AK
>_______________________________________________
>Mailing list: https://launchpad.net/~openstack
>Post to : openstack@xxxxxxxxxxxxxxxxxxx
>Unsubscribe : https://launchpad.net/~openstack
>More help : https://help.launchpad.net/ListHelp
>
References