1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/man
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
..
clvmd.8 Add manpage reference for clvmd -T that got missed out when I 2006-12-11 14:06:25 +00:00
dmsetup.8.in Add recent reporting options to dmsetup man page. 2007-01-29 19:35:24 +00:00
lvchange.8 Add --ignoremonitoring to disable all dmeventd interaction. 2007-06-18 14:14:33 +00:00
lvconvert.8 This patch changes the arguments that specify the mirror 2007-08-01 21:01:06 +00:00
lvcreate.8 This patch changes the arguments that specify the mirror 2007-08-01 21:01:06 +00:00
lvdisplay.8 Trivial fix to lvdisplay man pg to recommend lvs 2007-07-24 11:29:55 +00:00
lvextend.8 Free memory in _raw_read_mda_header() error paths. 2007-01-09 21:12:41 +00:00
lvm.8 Add stub for pvck, a command to check physical volume consistency. 2007-03-30 21:00:26 +00:00
lvm.conf.5 add preferred_names to man page. 2007-04-26 17:14:57 +00:00
lvmchange.8 Some new features. 2002-11-18 14:04:08 +00:00
lvmdiskscan.8 Add/update some man pages. 2003-11-14 16:17:55 +00:00
lvmdump.8 mention new env vars on man page 2006-11-23 17:44:15 +00:00
lvreduce.8 Add some missing bounds checks on 32 bit extent counters. 2006-11-10 18:24:11 +00:00
lvremove.8 Add note to lvremove man page: volumes must be inactive on 2006-11-06 14:11:40 +00:00
lvrename.8 Some new features. 2002-11-18 14:04:08 +00:00
lvresize.8 Add some missing bounds checks on 32 bit extent counters. 2006-11-10 18:24:11 +00:00
lvs.8 Update lists of attribute characters in man pages. 2007-03-27 13:35:33 +00:00
lvscan.8 Some new features. 2002-11-18 14:04:08 +00:00
Makefile.in Add stub for pvck, a command to check physical volume consistency. 2007-03-30 21:00:26 +00:00
pvchange.8 Document metadata tagging. 2004-03-22 15:08:50 +00:00
pvck.8 Update pvck to read labels on disk, with flexible --labelsector 2007-04-25 20:03:16 +00:00
pvcreate.8 Fix default value of metadatacopies in documentation (2->1). 2005-03-03 21:52:58 +00:00
pvdisplay.8 Update some man pages. 2004-11-12 15:59:09 +00:00
pvmove.8 Correct -b and -P on a couple of man pages. 2007-02-13 16:04:01 +00:00
pvremove.8 Some new features. 2002-11-18 14:04:08 +00:00
pvresize.8 pvresize man 2005-10-31 15:49:07 +00:00
pvs.8 Update reporting man pages. 2007-01-18 22:33:24 +00:00
pvscan.8 Some new features. 2002-11-18 14:04:08 +00:00
vgcfgbackup.8 vgcfgbackup -f accepts template with %s for VG name. 2004-06-19 18:55:29 +00:00
vgcfgrestore.8 pre-release 2007-06-15 20:46:04 +00:00
vgchange.8 Add --ignoremonitoring to disable all dmeventd interaction. 2007-06-18 14:14:33 +00:00
vgck.8 Imported man pages from LVM1 with some quick LVM2 updates. 2002-01-04 20:35:19 +00:00
vgconvert.8 Some new features. 2002-11-18 14:04:08 +00:00
vgcreate.8 Add --clustered to man pages. 2007-01-23 13:08:34 +00:00
vgdisplay.8 Update some man pages. 2004-11-12 15:59:09 +00:00
vgexport.8 Add/update some man pages. 2003-11-14 16:17:55 +00:00
vgextend.8 Some new features. 2002-11-18 14:04:08 +00:00
vgimport.8 Add/update some man pages. 2003-11-14 16:17:55 +00:00
vgmerge.8 Some new features. 2002-11-18 14:04:08 +00:00
vgmknodes.8 Add/update some man pages. 2003-11-14 16:17:55 +00:00
vgreduce.8 vgreduce --removemissing to remove missing PVs & deps & make VG consistent 2003-01-17 21:04:26 +00:00
vgremove.8 Improve a vgremove error message. 2004-11-18 19:45:53 +00:00
vgrename.8 pre-release 2007-06-15 20:46:04 +00:00
vgs.8 Update lists of attribute characters in man pages. 2007-03-27 13:35:33 +00:00
vgscan.8 fix lvm.conf (5) refs 2006-08-18 22:35:59 +00:00
vgsplit.8 Fix vgsplit man page title. 2004-12-09 16:58:31 +00:00