Bug 128380
Summary: | pvcreate overwrites partition when wildcarding command line options | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Dave Horner <david> |
Component: | lvm | Assignee: | Heinz Mauelshagen <heinzm> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0 | CC: | agk |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-08-31 13:33:39 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
Dave Horner
2004-07-22 13:28:10 UTC
Always use 'echo' to check how the shell will expand what you type: echo pvcreate /dev/hda[9-11] gives pvcreate /dev/hda1 To understand this, read the man page for your shell eg the 'Pattern Matching' section of 'man bash'. |