lp://staging/~vcs-imports/lvm2/main
- Get this branch:
- bzr branch lp://staging/~vcs-imports/lvm2/main
Branch merges
Branch information
Import details
This branch is an import of the CVS module LVM2 from :pserver:cvs:cvs@sources.redhat.com:/cvs/lvm2.
Last successful import was .
Recent revisions
- 2054. By meyering
-
Avoid static link failure with some SELinux libraries.
Author: Jim Meyering <email address hidden>
- 2053. By meyering
-
Diagnose invalid PE values given on the pvmove command line (64-bit systems).
* tools/toollib.c (xstrtouint32): New function.
(_parse_pes): Use xstrtouint32; don't cast strtoul's unsigned
long to uint32_t. Detect overflow.Author: Jim Meyering <email address hidden>
- 2052. By wysochanski
-
Undo previous checkin - output format not good, info already available in other form(s)
- 2050. By meyering
-
Include strerror string in dev_open_flags' stat failure message.
* lib/device/dev-io.c (dev_open_flags):
Use log_sys_error after failed stat to report strerror(errno).
Use a slightly different diagnostic to report mismatched device number.