Bug 140329
| Summary: | Duplicate ext3 label created while installing to multiple disks | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob Allison <rallison> |
| Component: | lvm2 | Assignee: | Alasdair Kergon <agk> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | amit_bhutani, nobody+pnasrat, notting |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHBA-2005-192 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-01-05 17:26:14 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: | |||
|
Description
Bob Allison
2004-11-22 12:18:17 UTC
This is because the pvcreate on sda1 isn't wiping out the ext3 metadata. I assume that "dd if=/dev/zero of=/dev/sda bs=1024 count=?" will clear this out to eliminate the message, but how much so I need to clear? So pvcreate needs to check for this and optionally wipe it. Suggest we add the -Z option to pvcreate [like lvcreate], with default value 'yes' unless 'restorefile' or 'uuid' are specified. In CVS, will get rolled up into next release. BTW the ext label to wipe is in sector 2 ie wipe 512 bytes at 1024 *** Bug 144827 has been marked as a duplicate of this bug. *** *** Bug 145082 has been marked as a duplicate of this bug. *** An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2005-192.html |