Bug 1946902
| Summary: | Add a note in upgrade guide to backup /etc/ssh and restore post host reprovisioning | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> |
| Component: | Documentation | Assignee: | Disha Walvekar <dwalveka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | SATHEESARAN <sasundar> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhhiv-1.8 | CC: | rcyriac, rhs-bugs, storage-doc, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | RHHI-V 1.8.z Batch Update 4 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-29 05:49:03 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
SATHEESARAN
2021-04-07 08:19:24 UTC
Hi Sas, I have made the changes as per the description of the bug if you can please verify the same. LINK - https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html-single/upgrading_red_hat_hyperconverged_infrastructure_for_virtualization/index?lb_target=preview#backing_up_the_gluster_configurations Thank you! -Disha Walvekar P.S- Keeping the bug in a MODIFIED state as we do not have all the ACKS yet. All ACKS are in place now, moving this bug to ON QA, please check comment 1. I have made the changes as per the description of the bug if you can please verify the same. LINK - https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html-single/upgrading_red_hat_hyperconverged_infrastructure_for_virtualization/index?lb_target=preview#backing_up_the_gluster_configurations Thank you! Hi Sas, I have made the suggested changes as: CHANGE 1: Section 4.4.8 Point-3, just remove first lines of the command. Current content: 3. Extract the SSH keys. # mkdir /archive # tar -xvf /root/rhvh-host-host1.example.com.tar.gz -C /archive/ # tar -xvf /root/host1.example.com-etc-ssh.tar.gz -C /archive/ Proposed content:3. Extract the SSH keys. # tar -xvf /root/host1.example.com-etc-ssh.tar.gz -C /archive/ ----------------------------------------------------------------------- CHANGE 2: Section 4.4.10 Existing content:Copy the gluster configuration tar files from the backup host to the newly installed host and untar the content. # scp root.com:/backupdir/rhvh-node-<hostname>-backup.tar.gz /root/ # scp root.com:/backupdir/<hostname>-etc-ssh.tar.gz /root/ # tar -xvf /root/rhvh-host-<hostname>-backup.tar.gz -C /archive/ # tar -xvf /root/<hostname>-etc-ssh.tar.gz -C /archive/ proposed content: ------------------------------------------------------------------------------------------------------------------------------------ Copy the gluster configuration tar files and SSH keyfiles from the backup host to the newly installed host and untar the content. # scp root.com:/backupdir/rhvh-node-<hostname>-backup.tar.gz /root/ # scp root.com:/backupdir/<hostname>-etc-ssh.tar.gz /root/ # mkdir /archive # tar -xvf /root/rhvh-host-<hostname>-backup.tar.gz -C /archive/ # tar -xvf /root/<hostname>-etc-ssh.tar.gz -C /archive/ ------------------------------------------------------------------------------------------------------------------ LINK - https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html-single/upgrading_red_hat_hyperconverged_infrastructure_for_virtualization/index?lb_target=preview#restore-files If you can please verify these changes. Thank you! -Disha Walvekar Verified with the internal doc link. The content looks good |