Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 KB | None | 0 0
  1. [root@nailgun ~]# fuel node
  2. id | status | name | cluster | ip | mac | roles | pending_roles | online
  3. ---|--------|---------------------|---------|------------|-------------------|------------|---------------|-------
  4. 2 | ready | slave-05_compute | 1 | 10.108.0.4 | 06:0c:8a:6d:29:4c | compute | | True
  5. 3 | ready | slave-03_controller | 1 | 10.108.0.5 | 22:e9:09:bd:b1:42 | controller | | True
  6. 4 | ready | slave-01_controller | 1 | 10.108.0.6 | 52:87:ba:07:3f:4b | controller | | True
  7. 1 | ready | slave-02_controller | 1 | 10.108.0.3 | ee:22:96:34:cd:4b | controller | | True
  8. 5 | ready | slave-04_compute | 1 | 10.108.0.7 | c2:23:ac:46:62:44 | compute | | True
  9.  
  10. [root@nailgun ~]# ssh node-2
  11. Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
  12. Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-43-generic x86_64)
  13.  
  14. * Documentation: https://help.ubuntu.com/
  15. Last login: Thu Dec 18 20:12:31 2014 from 10.108.0.2
  16. root@node-2:~# ps axu | grep cinder
  17. root 12372 0.0 0.0 9388 932 pts/2 S+ 12:17 0:00 grep --color=auto cinder
  18. root@node-2:~# logout
  19. Connection to node-2 closed.
  20. [root@nailgun ~]# ssh node-1
  21. Warning: Permanently added 'node-1' (RSA) to the list of known hosts.
  22. Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-43-generic x86_64)
  23.  
  24. * Documentation: https://help.ubuntu.com/
  25. New release '14.04.1 LTS' available.
  26. Run 'do-release-upgrade' to upgrade to it.
  27.  
  28. Last login: Fri Dec 19 12:16:55 2014 from 10.108.0.2
  29. root@node-1:~# ps axu | grep cinder
  30. root 14798 0.0 0.0 9388 932 pts/15 S+ 12:17 0:00 grep --color=auto cinder
  31. cinder 20109 1.1 2.0 230300 52688 ? Ss Dec18 14:54 /usr/bin/python /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf --log-file=/var/log/cinder/cinder-scheduler.log
  32. cinder 23708 0.8 0.6 155436 17856 ? Ss Dec18 11:15 /usr/bin/python /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf --log-file=/var/log/cinder/cinder-api.log
  33. cinder 23870 0.5 2.6 262820 68964 ? S Dec18 6:51 /usr/bin/python /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf --log-file=/var/log/cinder/cinder-api.log
  34.  
  35.  
  36.  
  37.  
  38. [root@nailgun ~]# for i in 1 2 3 4 5; do ssh node-$i grep -r 393a5c50-aec1-4f21-8544-1f036b955026 /var/log/; done
  39. Warning: Permanently added 'node-1' (RSA) to the list of known hosts.
  40. /var/log/upstart/cinder-api.log:2014-12-19 12:42:40.921 23870 AUDIT cinder.api.v1.volumes [req-1e747677-addd-4e74-bcbf-c8cde9151eea 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  41. /var/log/cinder/cinder-api.log:2014-12-19 12:42:40.921 23870 AUDIT cinder.api.v1.volumes [req-1e747677-addd-4e74-bcbf-c8cde9151eea 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  42. /var/log/cinder-all.log:<156>Dec 19 12:42:40 node-1 cinder-api 2014-12-19 12:42:40.921 23870 AUDIT cinder.api.v1.volumes [req-1e747677-addd-4e74-bcbf-c8cde9151eea 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  43. Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
  44. Warning: Permanently added 'node-3' (RSA) to the list of known hosts.
  45. /var/log/upstart/cinder-api.log:2014-12-19 12:44:45.905 18260 AUDIT cinder.api.v1.volumes [req-d6e14e06-918f-40c0-99a9-8b80405b35dc 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  46. /var/log/cinder/cinder-api.log:2014-12-19 12:44:45.905 18260 AUDIT cinder.api.v1.volumes [req-d6e14e06-918f-40c0-99a9-8b80405b35dc 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  47. /var/log/cinder-all.log:<156>Dec 19 12:44:45 node-3 cinder-api 2014-12-19 12:44:45.905 18260 AUDIT cinder.api.v1.volumes [req-d6e14e06-918f-40c0-99a9-8b80405b35dc 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2014, 12, 19, 12, 41, 10), 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1L, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': u'error', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9), 'attach_status': u'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': []}
  48. Warning: Permanently added 'node-4' (RSA) to the list of known hosts.
  49. /var/log/upstart/cinder-scheduler.log:2014-12-19 12:41:09.483 10219 DEBUG cinder.volume.flows.common [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] Updating volume: 393a5c50-aec1-4f21-8544-1f036b955026 with {'status': 'error'} due to: No valid host was found. error_out_volume /usr/lib/python2.7/dist-packages/cinder/volume/flows/common.py:87
  50. /var/log/upstart/cinder-api.log:2014-12-19 12:41:09.395 18403 AUDIT cinder.api.v1.volumes [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': 'nova', 'terminated_at': None, 'reservations': ['9fabeaa2-58f4-4e18-b8c5-e411a94653fe', '37a1dad0-47eb-4c25-9f37-839ee2986a13'], 'updated_at': None, 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': '393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': 'creating', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9, 196459), 'attach_status': 'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': [], 'metadata': {}}
  51. /var/log/cinder-all.log:<156>Dec 19 12:41:09 node-4 cinder-api 2014-12-19 12:41:09.395 18403 AUDIT cinder.api.v1.volumes [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': 'nova', 'terminated_at': None, 'reservations': ['9fabeaa2-58f4-4e18-b8c5-e411a94653fe', '37a1dad0-47eb-4c25-9f37-839ee2986a13'], 'updated_at': None, 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': '393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': 'creating', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9, 196459), 'attach_status': 'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': [], 'metadata': {}}
  52. /var/log/cinder-all.log:<159>Dec 19 12:41:09 node-4 cinder-scheduler 2014-12-19 12:41:09.483 10219 DEBUG cinder.volume.flows.common [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] Updating volume: 393a5c50-aec1-4f21-8544-1f036b955026 with {'status': 'error'} due to: No valid host was found. error_out_volume /usr/lib/python2.7/dist-packages/cinder/volume/flows/common.py:87
  53. /var/log/cinder/cinder-scheduler.log:2014-12-19 12:41:09.483 10219 DEBUG cinder.volume.flows.common [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] Updating volume: 393a5c50-aec1-4f21-8544-1f036b955026 with {'status': 'error'} due to: No valid host was found. error_out_volume /usr/lib/python2.7/dist-packages/cinder/volume/flows/common.py:87
  54. /var/log/cinder/cinder-api.log:2014-12-19 12:41:09.395 18403 AUDIT cinder.api.v1.volumes [req-8514a5ad-8219-4cfe-b86f-7ffa2cb8c5d5 9bff8ec20bea4e6ebde354cf81211b86 a2b1f496c6bc4c1fa1d1fb88626c63e1 - - -] vol={'migration_status': None, 'availability_zone': 'nova', 'terminated_at': None, 'reservations': ['9fabeaa2-58f4-4e18-b8c5-e411a94653fe', '37a1dad0-47eb-4c25-9f37-839ee2986a13'], 'updated_at': None, 'provider_geometry': None, 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': '393a5c50-aec1-4f21-8544-1f036b955026', 'size': 1, 'user_id': u'9bff8ec20bea4e6ebde354cf81211b86', 'attach_time': None, 'attached_host': None, 'display_description': None, 'volume_admin_metadata': [], 'encryption_key_id': None, 'project_id': u'a2b1f496c6bc4c1fa1d1fb88626c63e1', 'launched_at': None, 'scheduled_at': None, 'status': 'creating', 'volume_type_id': None, 'deleted': False, 'provider_location': None, 'host': None, 'source_volid': None, 'provider_auth': None, 'display_name': None, 'instance_uuid': None, 'bootable': False, 'created_at': datetime.datetime(2014, 12, 19, 12, 41, 9, 196459), 'attach_status': 'detached', 'volume_type': None, '_name_id': None, 'volume_metadata': [], 'metadata': {}}
  55. Warning: Permanently added 'node-5' (RSA) to the list of known hosts.
  56. [root@nailgun ~]# ssh node-1
  57. Warning: Permanently added 'node-1' (RSA) to the list of known hosts.
  58. Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-43-generic x86_64)
  59.  
  60. * Documentation: https://help.ubuntu.com/
  61. New release '14.04.1 LTS' available.
  62. Run 'do-release-upgrade' to upgrade to it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement