1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00
Jonathan Earl Brassow 19583d115c This patch changes the arguments that specify the mirror
log type.  Previously, we had a '--corelog' argument that
would change the default type from 'disk' to 'core'.  I
think that creates too much confusion - especially when
doing conversions on mirrors.

The new argument '--log' takes either "disk" or "core"
as a parameter.  This could be expanded in the future
for additional logging types as well.

Examples:
# Creating a 2-way mirror
$> lvcreate -m1 ... # implicitly use default disk logging
$> lvcreate -m1 --log disk ... # explicit disk logging
$> lvcreate -m1 --log core ... # specify core logging
$> lvcreate -m1 --corelog ... # old way still works

# Conversion examples
$> lvconvert --log core ... # convert to core logging
$> lvconvert --log disk ... # convert to disk logging
$> lvconvert -mX --corelog ... # old way still works
$> lvconvert -mX ... # old way of converting to disk logging still works

Changes are reflected in the man pages.
2007-08-01 21:01:06 +00:00
..
2007-04-26 17:14:57 +00:00
2002-11-18 14:04:08 +00:00
2003-11-14 16:17:55 +00:00
2006-11-23 17:44:15 +00:00
2002-11-18 14:04:08 +00:00
2002-11-18 14:04:08 +00:00
2004-03-22 15:08:50 +00:00
2004-11-12 15:59:09 +00:00
2002-11-18 14:04:08 +00:00
2005-10-31 15:49:07 +00:00
2007-01-18 22:33:24 +00:00
2002-11-18 14:04:08 +00:00
2007-06-15 20:46:04 +00:00
2002-11-18 14:04:08 +00:00
2007-01-23 13:08:34 +00:00
2004-11-12 15:59:09 +00:00
2003-11-14 16:17:55 +00:00
2002-11-18 14:04:08 +00:00
2003-11-14 16:17:55 +00:00
2002-11-18 14:04:08 +00:00
2003-11-14 16:17:55 +00:00
2004-11-18 19:45:53 +00:00
2007-06-15 20:46:04 +00:00
2006-08-18 22:35:59 +00:00
2004-12-09 16:58:31 +00:00