Guest User

Untitled

a guest
Aug 2nd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. 2013-08-02 12:51:01 INFO [cinder.volume.manager] volume volume-ffbf4fe8-d0af-4d4d-9df8-fe8bbdf2f08d: creating
  2. 2013-08-02 12:51:02 ERROR [cinder.volume.manager] volume volume-ffbf4fe8-d0af-4d4d-9df8-fe8bbdf2f08d: create failed
  3. 2013-08-02 12:51:02 ERROR [cinder.openstack.common.rpc.amqp] Exception during message handling
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/rpc/amqp.py", line 430, in _process_data
  6. rval = self.proxy.dispatch(ctxt, version, method, **args)
  7. File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/rpc/dispatcher.py", line 133, in dispatch
  8. return getattr(proxyobj, method)(ctxt, **kwargs)
  9. File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 288, in create_volume
  10. LOG.error(_("volume %s: create failed"), volume_ref['name'])
  11. File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
  12. self.gen.next()
  13. File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 281, in create_volume
  14. model_update = self.driver.create_export(context, volume_ref)
  15. File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py", line 487, in create_export
  16. chap_auth)
  17. File "/usr/lib/python2.7/dist-packages/cinder/volume/iscsi.py", line 225, in create_iscsi_target
  18. self._new_target(name, tid, **kwargs)
  19. File "/usr/lib/python2.7/dist-packages/cinder/volume/iscsi.py", line 284, in _new_target
  20. **kwargs)
  21. File "/usr/lib/python2.7/dist-packages/cinder/volume/iscsi.py", line 73, in _run
  22. self._execute(self._cmd, *args, run_as_root=True, **kwargs)
  23. File "/usr/lib/python2.7/dist-packages/cinder/utils.py", line 190, in execute
  24. cmd=' '.join(cmd))
  25. ProcessExecutionError: Unexpected error while running command.
  26. Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf ietadm --op new --tid=1 --params Name=iqn.2010-10.org.openstack:volume-ffbf4fe8-d0af-4d4d-9df8-fe8bbdf2f08d
  27. Exit code: 239
  28. Stdout: ''
  29. Stderr: 'File exists.\n'
  30. 2013-08-02 12:51:04 INFO [cinder.volume.manager] Updating volume status
  31. 2013-08-02 12:51:17 INFO [cinder.volume.manager] Updating volume status
Advertisement
Add Comment
Please, Sign In to add comment