[Openstack] Exception during message handling on Cinder

claudio marques claudio at onesource.pt
Wed Jul 10 10:17:22 UTC 2013


Hi
I also found a problem a while a go with creating or managing volumes. After some research I could solve it by doing the following:
vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py
remove line 388
385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,386                                         0, volume_path, chap_auth,387                                         check_exit_code=False) <-- close here the method388                                         old_name=old_name) --> (remove this line)
restart all cinder services
cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i restart; done
If that doesn't help, try to see your iscsitarget is up and running. See the logs.
Hope it help's
Cheer's
Claudio Marques
claudio at onesource.pthttp://www.onesource.pt/


Date: Wed, 10 Jul 2013 16:36:49 +0700
From: mahardika.gilang at andalabs.com
To: openstack at lists.launchpad.net
Subject: [Openstack] Exception during message handling on Cinder


  

    
  
  
    Hi, i've got this Error message in cinder-volume.log

    

    ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume
    id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.

    ERROR [cinder.volume.manager] volume
    volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed

    ERROR [cinder.openstack.common.rpc.amqp] Exception during message
    handling

    

    i have check on cinder.conf, api-paste.ini files, let me know if you
    guys need my config file

    please help me out of this

    thanks

    -- 

      Regards,

      Mahardhika Gilang

      

      PT. Andalabs Technology
      

      Gedung Gravira

      Jl. Cideng Barat no. 54

      Jakarta Pusat 10150

      

      HP : 0852 139 55861

      Email : mahardika.gilang at andalabs.com 
  


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack at lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130710/c008454d/attachment.html>


More information about the Openstack mailing list