mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
parent
a67c484fac
commit
83b5cb3ed5
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.110 -
|
Version 2.02.110 -
|
||||||
==================================
|
==================================
|
||||||
|
Fix typo breaking configure --with-lvm1=shared.
|
||||||
Modify lvresize code to handle raid/mirrors and physical extents.
|
Modify lvresize code to handle raid/mirrors and physical extents.
|
||||||
Allow conversion of raid1 LV into a snapshot LV or snapshot origin LV.
|
Allow conversion of raid1 LV into a snapshot LV or snapshot origin LV.
|
||||||
Cleanly error when creating RAID with stripe size < PAGE_SIZE.
|
Cleanly error when creating RAID with stripe size < PAGE_SIZE.
|
||||||
|
@ -271,7 +271,7 @@ AC_ARG_WITH(lvm1,
|
|||||||
AC_MSG_RESULT($LVM1)
|
AC_MSG_RESULT($LVM1)
|
||||||
|
|
||||||
case "$LVM1" in
|
case "$LVM1" in
|
||||||
none|share) ;;
|
none|shared) ;;
|
||||||
internal) AC_DEFINE([LVM1_INTERNAL], 1,
|
internal) AC_DEFINE([LVM1_INTERNAL], 1,
|
||||||
[Define to 1 to include built-in support for LVM1 metadata.]) ;;
|
[Define to 1 to include built-in support for LVM1 metadata.]) ;;
|
||||||
*) AC_MSG_ERROR([--with-lvm1 parameter invalid]) ;;
|
*) AC_MSG_ERROR([--with-lvm1 parameter invalid]) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user