Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use Jira Cloud for all bug tracking management.
| Summary: |
"openstack overcloud update converge" fails (RHOSP13 minor update) with file not found: /etc/ceph/ceph.mon.keyring |
| Product: |
[Red Hat Storage] Red Hat Ceph Storage
|
Reporter: |
Eduard Barrera <ebarrera> |
| Component: |
Ceph-Ansible | Assignee: |
Guillaume Abrioux <gabrioux> |
| Status: |
CLOSED
WONTFIX
|
QA Contact: |
Yogev Rabl <yrabl> |
| Severity: |
medium
|
Docs Contact: |
|
| Priority: |
unspecified
|
|
|
| Version: |
3.2 | CC: |
aschoen, ceph-eng-bugs, fpantano, gabrioux, gfidente, gmeno, johfulto, lbezdick, mburns, mflusche, nthomas, pkundal, sankarshan
|
| Target Milestone: |
rc | |
|
| Target Release: |
3.* | |
|
| Hardware: |
Unspecified | |
|
| OS: |
Unspecified | |
|
| Whiteboard: |
|
|
Fixed In Version:
|
|
Doc Type:
|
If docs needed, set a value
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2019-05-22 12:47:07 UTC
|
Type:
|
Bug
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
| Bug Depends On: |
|
|
|
| Bug Blocks: |
1578730
|
|
|
| Attachments: |
|
Description of problem: This is a hyperconverged deployment rhosp11 upgraded to 12 then 13(august), and now to 13 latest. When trying to update to the latest version we got the following error: 2019-04-07 13:03:58,839 p=29384 u=mistral | failed: [192.168.24.10] (item=[u'/etc/ceph/ceph.mon.keyring', {'_ansible_parsed': True, u'stat': {u'exists': False}, '_ansible_item_result': True, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_delegated_host': u'localhost', 'ansible_host': u'localhost'}, u'changed': False, 'failed': False, 'item': u'/etc/ceph/ceph.mon.keyring', u'invocation': {u'module_args' : {u'checksum_algorithm': u'sha1', u'get_checksum': True, u'follow': False, u'path': u'/tmp/file-mistral-action40pAWK/eb2bb192-b1c9-11e6-9205-525400330666//etc/ceph/ceph.mon.keyring', u'get_md5': None, u'get_mime': True, u'get_attributes': True}}, 'failed_when_result': False, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/ceph/ceph.mon.keyring'}]) => {"changed": false, "item": ["/etc/ceph/ceph.mon.keyring", {"_ansible_delegated_vars": {"ansible_delegated_host": "localhost", "ansible_host": "localhost"}, "_ansible_ignore_errors": null, "_ansible_item_label": "/etc/ceph/ceph.mon.keyring", "_ansible_item_result": true, "_ansible_no_log": false, "_ansible_parsed": true, "changed": false, "failed": false, "failed_when_result": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/tmp/file-mistral-action40pAWK/eb2bb192-b1c9-11e6-9205-525400330666//etc/ceph/ceph.mon.keyring"}}, "item": "/etc/ceph/ceph.mon.keyring", "stat": {"exists": false}}], "msg": "file not found: /etc/ceph/ceph.mon.keyring"} --- but if we look a few hours before the file was there: 2019-04-07 11:31:39,678 p=3577 u=mistral | TASK [ceph-mon : stat for ceph config and keys] ******************************** 2019-04-07 11:31:39,678 p=3577 u=mistral | Sunday 07 April 2019 11:31:39 +0300 (0:00:00.237) 0:04:29.449 ********** 2019-04-07 11:31:39,897 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/etc/ceph/ceph.client.admin.keyring) 2019-04-07 11:31:40,072 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/etc/ceph/ceph.mon.keyring) 2019-04-07 11:31:40,241 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/var/lib/ceph/bootstrap-osd/ceph.keyring) 2019-04-07 11:31:40,423 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/var/lib/ceph/bootstrap-rgw/ceph.keyring) 2019-04-07 11:31:40,640 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/var/lib/ceph/bootstrap-mds/ceph.keyring) 2019-04-07 11:31:40,829 p=3577 u=mistral | ok: [192.168.24.10 -> localhost] => (item=/var/lib/ceph/bootstrap-rbd/ceph.keyring) Version-Release number of selected component (if applicable): OSP13 How reproducible: unsure Steps to Reproduce: 1. This is a hyperconverged deployment rhosp11 upgraded to 12 then 13(august), and now to 13 latest. 2. check produre on comments below 3. Actual results: Update fail "msg": "file not found: /etc/ceph/ceph.mon.keyring"} Expected results: Update finish successfully Additional info: