Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. TASK [Perform online data migrations] ************************************************************************************
  2. fatal: [ctrl1_cinder_api_container-89d1d454]: FAILED! => {"changed": false, "cmd": ["/openstack/venvs/cinder-19.1.1/bin/cinder-manage", "db", "online_data_migrations"], "delta": "0:01:03.284151", "end": "2020-06-02 12:33:19.672247", "msg": "non-zero return code", "rc": 2, "start": "2020-06-02 12:32:16.388096", "stderr": "", "stderr_lines": [], "stdout": "Running batches of 50 until complete.\nError attempting to run shared_targets_online_data_migration\n+--------------------------------------------+--------------+-----------+\n| Migration | Total Needed | Completed |\n+--------------------------------------------+--------------+-----------+\n| attachment_specs_online_data_migration | 0 | 0 |\n| backup_service_online_migration | 0 | 0 |\n| service_uuids_online_data_migration | 0 | 0 |\n| shared_targets_online_data_migration | 0 | 0 |\n| volume_service_uuids_online_data_migration | 0 | 0 |\n+--------------------------------------------+--------------+-----------+\nSome migrations failed unexpectedly. Check log for details.", "stdout_lines": ["Running batches of 50 until complete.", "Error attempting to run shared_targets_online_data_migration", "+--------------------------------------------+--------------+-----------+", "| Migration | Total Needed | Completed |", "+--------------------------------------------+--------------+-----------+", "| attachment_specs_online_data_migration | 0 | 0 |", "| backup_service_online_migration | 0 | 0 |", "| service_uuids_online_data_migration | 0 | 0 |", "| shared_targets_online_data_migration | 0 | 0 |", "| volume_service_uuids_online_data_migration | 0 | 0 |", "+--------------------------------------------+--------------+-----------+", "Some migrations failed unexpectedly. Check log for details."]}
  3.  
  4.  
  5.  
  6. root@ctrl1_cinder_api_container-89d1d454:~# /openstack/venvs/cinder-19.1.1/bin/cinder-manage --log-file migrate.log db online_data_migrations
  7. Running batches of 50 until complete.
  8. Error attempting to run shared_targets_online_data_migration
  9. +--------------------------------------------+--------------+-----------+
  10. | Migration | Total Needed | Completed |
  11. +--------------------------------------------+--------------+-----------+
  12. | attachment_specs_online_data_migration | 0 | 0 |
  13. | backup_service_online_migration | 0 | 0 |
  14. | service_uuids_online_data_migration | 0 | 0 |
  15. | shared_targets_online_data_migration | 0 | 0 |
  16. | volume_service_uuids_online_data_migration | 0 | 0 |
  17. +--------------------------------------------+--------------+-----------+
  18. Some migrations failed unexpectedly. Check log for details.
  19.  
  20.  
  21.  
  22. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage [req-4bfa454d-0829-4c7a-93f5-4642e76de7e2 - - - - -] Error attempting to run shared_targets_online_data_migration: MessagingTimeout: Timed out waiting for a reply to message ID e34e5d33d6d445c6b2be558bb064e002
  23. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage Traceback (most recent call last):
  24. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/cmd/manage.py", line 354, in _run_migration
  25. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage found, done = migration_meth(ctxt, count)
  26. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/cmd/manage.py", line 128, in shared_targets_online_data_migration
  27. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage non_shared_hosts, total_vols_to_update = _get_non_shared_target_hosts(ctxt)
  28. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/cmd/manage.py", line 111, in _get_non_shared_target_hosts
  29. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage capabilities = rpcapi.get_capabilities(ctxt, service.host, True)
  30. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/rpcapi.py", line 341, in get_capabilities
  31. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage return cctxt.call(ctxt, 'get_capabilities', discover=discover)
  32. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 178, in call
  33. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage retry=self.retry)
  34. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send
  35. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage retry=retry)
  36. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send
  37. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage call_monitor_timeout, retry=retry)
  38. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 634, in _send
  39. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage call_monitor_timeout)
  40. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 520, in wait
  41. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage message = self.waiters.get(msg_id, timeout=timeout)
  42. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 397, in get
  43. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage 'to message ID %s' % msg_id)
  44. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage MessagingTimeout: Timed out waiting for a reply to message ID e34e5d33d6d445c6b2be558bb064e002
  45. 2020-06-03 06:35:22.657 5303 ERROR cinder.cmd.manage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement