Bug 733574
| Summary: | Root/RootBackup mount problem | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Mohua Li <moli> |
| Component: | ovirt-node | Assignee: | Mike Burns <mburns> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | cshao, gouyang, leiwang, mburns, ovirt-maint, ycui |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-30 18:00:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This is a consequence of the change made in Bug 675868 *** This bug has been marked as a duplicate of bug 675868 *** |
Description of problem: after booted to the system, at the "grub" mount point /dev/.initramfs/live, we found it's empty, actually it's not empty, after manually mount the installed disk with guest fish, ├── Root │ ├── grub │ │ ├── device.map │ │ ├── e2fs_stage1_5 │ │ ├── grub.conf │ │ ├── stage1 │ │ └── stage2 │ ├── initrd0.img │ ├── LiveOS │ │ └── squashfs.img │ ├── lost+found │ ├── version │ └── vmlinuz0 although didn't have any function problem, but it might make the user hard to debug some boot problem, Version-Release number of selected component (if applicable): rhev-hypervisor 6.2-0.14 How reproducible: always Steps to Reproduce: 1.installed rhev-hypervisor 2.login to check the grub.conf 3.guestfish to mount the file image, to check the Root partition Actual results: didn't find grub.conf in rhev-hypervisor Expected results: could find grub.conf in rhev-hypervisor system Additional info: