Bug 1990166
| Summary: | Documented instructions for cinder volume boot are incorrect resulting in Failed to start switch root | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jason Paroly <jparoly> |
| Component: | documentation | Assignee: | Alex McLeod <amcleod> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16.2 (Train) | CC: | amcleod, dmacpher, eharney, jamsmith, jkreger, lmarsh, mariel, pbabbar, sbaker |
| Target Milestone: | --- | Keywords: | Documentation, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature: Booting from cinder volume for OSP 16.1 and 16.2 (e.g. https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2-beta/html/bare_metal_provisioning/booting-from-cinder-volumes)
Reason: The existing instructions are incorrect.
Result:
Step 3-xii needs to be removed, then the guestfish command at step 5-iii needs to be replace with the guestfish command in comment #30:
guestfish -a /tmp/images/{{ dib_image }} -m /dev/sda3 sh "mount /dev/sda2 /boot/efi && rm /boot/grub2/grubenv && /sbin/grub2-mkconfig -o /boot/grub2/grub.cfg && cp /boot/grub2/grub.cfg /boot/efi/EFI/redhat/grub.cfg && grubby --update-kernel=ALL --args=\"rd.iscsi.firmware=1\" && cp /boot/grub2/grubenv /boot/efi/EFI/redhat/grubenv"
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-02-11 12:53:52 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: | |||
|
Comment 14
Jason Paroly
2021-08-12 15:39:19 UTC
*** Bug 1990505 has been marked as a duplicate of this bug. *** Now that we have a working CI job its time to update the documentation: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2-beta/html/bare_metal_provisioning/booting-from-cinder-volumes It looks like step 3-xii needs to be removed, then the guestfish command at step 5-iii needs to be replace with the guestfish command in comment #30 Just a note that this fix will be needed on 16.1 documentation also Merged to main and 16.2 |