Bug 1806814

Summary: [ceph-ansible] add-osd.yml sets noup and then restart osds in containerized environment
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: James Biao <jbiao>
Component: DocumentationAssignee: ceph-docs <ceph-docs>
Status: CLOSED DUPLICATE QA Contact: Tejas <tchandra>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.2CC: aschoen, ceph-eng-bugs, gabrioux, kdreyer, nthomas, vashastr, ykaul
Target Milestone: z5   
Target Release: 3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Known Issue
Doc Text:
Cause: add-osd.yml sets noup and then restart osds in containerized environment Consequence: playbook will never be successful because of the osd is 'noup' Workaround (if any): use the main playbook with --limit osds instead of add-osd.yml Result:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-21 02:45:44 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:

Description James Biao 2020-02-25 05:13:25 UTC
Description of problem:

add-osd.yml always sets noup and calls handler to restart osds. As expect, the restarted osd will never be up and the playbook hangs then timeout.

by manually unset noup, the playbook will continue and eventually succeed.
it happens 100% in containerized deployment

Version-Release number of selected component (if applicable):
ceph-ansible-3.2.38-1.el7cp.noarch

How reproducible:
always

Steps to Reproduce:
1. run add-osd.yml in containerized deployment
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Guillaume Abrioux 2020-03-03 09:24:27 UTC
*** Bug 1809198 has been marked as a duplicate of this bug. ***

Comment 5 Guillaume Abrioux 2020-03-16 13:52:14 UTC
*** Bug 1813886 has been marked as a duplicate of this bug. ***

Comment 9 James Biao 2020-09-21 02:45:44 UTC

*** This bug has been marked as a duplicate of bug 1816023 ***