|
Bugzilla – Full Text Bug Listing |
| Summary: | lvm lvcreate rejects the --mirrorlog option for mirrored logical volumes | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Forgotten User 7XRNh5WElB <forgotten_7XRNh5WElB> |
| Component: | Basesystem | Assignee: | Dong Mao Zhang <dmzhang> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 13.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User 7XRNh5WElB
2014-05-23 16:49:15 UTC
lvm2 now use md-raid1 as default for mirrored device. use: lvcreate -L 512m -n testlv -m 1 --nosync testvg $a $b to create a md-raid1 mirrored device. use: lvcreate -L 512m -n testlv -m 1 --nosync --type mirror --mirrorlog core testvg $a $b to create a dm-mirror device. Aha, thanks, Dong Mao Zhang! I didn't expect such a change. Sorry for reporting a non-bug. I'll close it as invalid, hope that's ok. |