Bug 120449
| Summary: | FC2 release notes -- LVM2 updates | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alasdair Kergon <agk> |
| Component: | fedora-release | Assignee: | Ed Bailey <ed> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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-04-18 20:52:25 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114398 | ||
|
Description
Alasdair Kergon
2004-04-08 20:42:31 UTC
Thanks for the feedback -- added... There's been another change - we've moved the new lvm2 commands from
/sbin to /usr/sbin. Suggested replacement bullet points:
The full set of LVM2 commands is now installed in /usr/sbin. In
boot environments where /usr is not available you should prefix each
command with "/sbin/lvm.static" (/sbin/lvm.static vgchange -ay, for
example).
The new LVM2 commands (such as both /usr/sbin/vgchange -ay and
/sbin/lvm.static vgchange -ay) detect if you are running a 2.4 kernel
and transparently invoke the old LVM1 commands if appropriate. The
LVM1 commands have been renamed to end with ".lvm1" (for example
/sbin/vgchange.lvm1 -ay). LVM1 commands work only with 2.4 kernels,
not 2.6 ones.
Alasdair -- thanks for the feedback! I changed things around a bit;
how does this sound?
* The full set of LVM2 commands is now installed in /usr/sbin/. In
boot environments where /usr/ is not available, it is necessary to
prefix each command with /sbin/lvm.static (/sbin/lvm.static vgchange
-ay, for example).
In environments where /usr/ is available, it is no longer
necessary to prefix each command with lvm (/usr/sbin/lvm vgchange -ay
becomes /usr/sbin/vgchange -ay, for example).
* The new LVM2 commands (such as /usr/sbin/vgchange -ay and
/sbin/lvm.static vgchange -ay) detect if you are running a 2.4 kernel,
and transparently invoke the old LVM1 commands if appropriate. The
LVM1 commands have been renamed to end with ".lvm1" (for example,
/sbin/vgchange.lvm1 -ay).
Note
LVM1 commands work only with 2.4 kernels. It is not possible to
use LVM1 commands while running a 2.6 kernel.
Refer to /usr/share/doc/lvm2*/WHATS_NEW for more information on LVM2.
Fine by me. Super -- thanks! |