Bug 1634093
| Summary: | Need procedure to upgrade from RHCS dashboard 2.y/3.0 to RHCS Dashboard 3.1 | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Mike Hackett <mhackett> | |
| Component: | Documentation | Assignee: | ceph-docs <ceph-docs> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Madhavi Kasturi <mkasturi> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 3.1 | CC: | assingh, branto, ceph-eng-bugs, gmeno, jbrier, kdreyer, mhackett, mkasturi, pcuzner, rperiyas, tchandra, vumrao, zcerza | |
| Target Milestone: | z1 | |||
| Target Release: | 3.1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1638125 (view as bug list) | Environment: | ||
| Last Closed: | 2018-11-08 15:49:32 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: | 1638125 | |||
|
Description
Mike Hackett
2018-09-28 18:15:05 UTC
Document - https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html-single/installation_guide_for_red_hat_enterprise_linux/#upgrading-a-red-hat-ceph-storage-cluster Section - If upgrading from Red Hat Ceph Storage 3.0 to 3.1 and using Red Hat Ceph Storage Dashboard, Issue: Followed the steps mentioned 1. If the cephmetrics-ansible package isn’t already updated, update it: 2. Change to the /usr/share/cephmetrics-ansible/ directory. 3. Purge the existing cephmetrics installation. The purging of the cluster is failing at TASK remove containers, as 3.0 cephmetrics did not have contianer deployment. Playbook fails with error at TASK [Remove containers] TASK [Remove containers] ****************************************************************************************************************************************************************************************** failed: [magna012.ceph.redhat.com] (item=grafana-server) => {"changed": false, "item": "grafana-server", "msg": "Failed to import docker-py - No module named docker. Try `pip install docker-py`"} failed: [magna012.ceph.redhat.com] (item=prometheus) => {"changed": false, "item": "prometheus", "msg": "Failed to import docker-py - No module named docker. Try `pip install docker-py`"} to retry, use: --limit @/usr/share/cephmetrics-ansible/purge.retry Change: Alter the sequence of steps as follows 1. Change to the /usr/share/cephmetrics-ansible/ directory. 2. Purge the existing cephmetrics installation. 3. If the cephmetrics-ansible package isn’t already updated, update it: Change to --> Update the cephmetrics-ansible package 4. Install the updated Red Hat Ceph Storage Dashboard Moving this BZ to assigned. *** Bug 1638125 has been marked as a duplicate of this bug. *** |