Bug 1633563
Summary: | purge playbooks don't clean /var/lib/ceph/* properly | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Guillaume Abrioux <gabrioux> |
Component: | Ceph-Ansible | Assignee: | Guillaume Abrioux <gabrioux> |
Status: | CLOSED ERRATA | QA Contact: | subhash <vpoliset> |
Severity: | medium | Docs Contact: | Bara Ancincova <bancinco> |
Priority: | unspecified | ||
Version: | 3.1 | CC: | aschoen, ceph-eng-bugs, ceph-qe-bugs, gabrioux, gmeno, jharriga, kdreyer, nthomas, rperiyas, sankarshan, tchandra |
Target Milestone: | z1 | ||
Target Release: | 3.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-ansible-3.1.8-1.el7cp Ubuntu: ceph-ansible_3.1.8-2redhat1 | Doc Type: | Bug Fix |
Doc Text: |
.Files in `/var/lib/ceph/` are now properly removed when purging clusters
The Ansible playbook for purging clusters did not properly remove files in the `/var/lib/ceph/` directory. Consequently, when trying to redeploy a containerized cluster, Ansible assumed that a cluster was already running and tried to join it because the Monitor container detected some existing files in the `/var/lib/ceph/<cluster-name>-<monitor-name>/` directory. With this update, the files in `/var/lib/ceph/` are properly removed, and redeploying a cluster works as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-09 01:00:34 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: | 1584264, 1641792 |
Description
Guillaume Abrioux
2018-09-27 09:52:57 UTC
followed below steps to reproduce ,no longer see the issue,moving to verified state. Steps to Reproduce: 1. Deploy a containerized cluster 2. Run purge-docker-cluster.yml 3. Try to redeploy a containerized cluster Gets deployed fine. [ubuntu@magna021 ceph-ansible]$ rpm -qa | grep ansible ceph-ansible-3.1.9-1.el7cp.noarch ansible-2.4.6.0-1.el7ae.noarch *** Bug 1642026 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:3530 |