mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
make: generate
This commit is contained in:
parent
5e060b8fa7
commit
ff6022d400
@ -126,6 +126,8 @@ lvchange \(em Change the attributes of logical volume(s)
|
||||
\fB--sysinit\fP
|
||||
.br
|
||||
\fB-t\fP|\fB--test\fP
|
||||
.br
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
\fB-v\fP|\fB--verbose\fP
|
||||
.br
|
||||
@ -202,6 +204,8 @@ required, after which the others are optional.
|
||||
\fB--\fP[\fBraid\fP]\fBminrecoveryrate\fP \fISize\fP[k|UNIT]
|
||||
.br
|
||||
\fB--\fP[\fBraid\fP]\fBmaxrecoveryrate\fP \fISize\fP[k|UNIT]
|
||||
.br
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
\fB--\fP[\fBraid\fP]\fBwritebehind\fP \fINumber\fP
|
||||
.br
|
||||
@ -545,12 +549,13 @@ See \fBlvmcache\fP(7) for more information.
|
||||
.HP
|
||||
\fB--cachesettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable values for a cache LV in "Key = Value" form.
|
||||
Repeat this option to specify multiple values.
|
||||
(The default values should usually be adequate.)
|
||||
The special string value \fBdefault\fP switches
|
||||
settings back to their default kernel values and removes
|
||||
them from the list of settings stored in LVM metadata.
|
||||
Specifies tunable kernel options for dm-cache or dm-writecache LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --cachesettings for each option being set.
|
||||
These settings override the default kernel behaviors which are
|
||||
usually adequate. To remove cachesettings and revert to the default
|
||||
kernel behaviors, use --cachesettings 'default' for dm-cache or
|
||||
an empty string --cachesettings '' for dm-writecache.
|
||||
See \fBlvmcache\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
@ -752,7 +757,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
@ -927,6 +933,17 @@ error messages in multi-stage operations if a tool relies on reading
|
||||
back metadata it believes has changed but hasn't.
|
||||
.
|
||||
.HP
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable VDO options for VDO LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --vdosettings for each option being set.
|
||||
These settings override the default VDO behaviors.
|
||||
To remove vdosettings and revert to the default
|
||||
VDO behaviors, use --vdosettings 'default'.
|
||||
See \fBlvmvdo\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
\fB-v\fP|\fB--verbose\fP ...
|
||||
.br
|
||||
Set verbose level. Repeat from 1 to 4 times to increase the detail
|
||||
|
@ -155,6 +155,8 @@ lvconvert \(em Change logical volume layout
|
||||
\fB--usepolicies\fP
|
||||
.br
|
||||
\fB--vdopool\fP \fILV\fP
|
||||
.br
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
\fB-v\fP|\fB--verbose\fP
|
||||
.br
|
||||
@ -742,6 +744,8 @@ Convert LV to type vdopool.
|
||||
.br
|
||||
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
|
||||
.br
|
||||
[ \fB--vdosettings\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
@ -1064,12 +1068,13 @@ The name of a cache pool.
|
||||
.HP
|
||||
\fB--cachesettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable values for a cache LV in "Key = Value" form.
|
||||
Repeat this option to specify multiple values.
|
||||
(The default values should usually be adequate.)
|
||||
The special string value \fBdefault\fP switches
|
||||
settings back to their default kernel values and removes
|
||||
them from the list of settings stored in LVM metadata.
|
||||
Specifies tunable kernel options for dm-cache or dm-writecache LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --cachesettings for each option being set.
|
||||
These settings override the default kernel behaviors which are
|
||||
usually adequate. To remove cachesettings and revert to the default
|
||||
kernel behaviors, use --cachesettings 'default' for dm-cache or
|
||||
an empty string --cachesettings '' for dm-writecache.
|
||||
See \fBlvmcache\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
@ -1303,7 +1308,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
@ -1535,6 +1541,17 @@ The name of a VDO pool LV.
|
||||
See \fBlvmvdo\fP(7) for more information about VDO usage.
|
||||
.
|
||||
.HP
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable VDO options for VDO LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --vdosettings for each option being set.
|
||||
These settings override the default VDO behaviors.
|
||||
To remove vdosettings and revert to the default
|
||||
VDO behaviors, use --vdosettings 'default'.
|
||||
See \fBlvmvdo\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
\fB-v\fP|\fB--verbose\fP ...
|
||||
.br
|
||||
Set verbose level. Repeat from 1 to 4 times to increase the detail
|
||||
@ -1808,6 +1825,8 @@ Convert LV to type vdopool.
|
||||
.br
|
||||
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
|
||||
.br
|
||||
[ \fB--vdosettings\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
|
@ -157,6 +157,8 @@ lvcreate \(em Create a logical volume
|
||||
\fB--vdo\fP
|
||||
.br
|
||||
\fB--vdopool\fP \fILV\fP
|
||||
.br
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
\fB-v\fP|\fB--verbose\fP
|
||||
.br
|
||||
@ -537,6 +539,8 @@ Create a LV that returns VDO when used.
|
||||
.br
|
||||
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
|
||||
.br
|
||||
[ \fB--vdosettings\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
@ -927,12 +931,13 @@ The name of a cache pool.
|
||||
.HP
|
||||
\fB--cachesettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable values for a cache LV in "Key = Value" form.
|
||||
Repeat this option to specify multiple values.
|
||||
(The default values should usually be adequate.)
|
||||
The special string value \fBdefault\fP switches
|
||||
settings back to their default kernel values and removes
|
||||
them from the list of settings stored in LVM metadata.
|
||||
Specifies tunable kernel options for dm-cache or dm-writecache LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --cachesettings for each option being set.
|
||||
These settings override the default kernel behaviors which are
|
||||
usually adequate. To remove cachesettings and revert to the default
|
||||
kernel behaviors, use --cachesettings 'default' for dm-cache or
|
||||
an empty string --cachesettings '' for dm-writecache.
|
||||
See \fBlvmcache\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
@ -1190,7 +1195,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosync\fP
|
||||
@ -1438,6 +1444,17 @@ The name of a VDO pool LV.
|
||||
See \fBlvmvdo\fP(7) for more information about VDO usage.
|
||||
.
|
||||
.HP
|
||||
\fB--vdosettings\fP \fIString\fP
|
||||
.br
|
||||
Specifies tunable VDO options for VDO LVs.
|
||||
Use the form 'option=value' or 'option1=value option2=value', or
|
||||
repeat --vdosettings for each option being set.
|
||||
These settings override the default VDO behaviors.
|
||||
To remove vdosettings and revert to the default
|
||||
VDO behaviors, use --vdosettings 'default'.
|
||||
See \fBlvmvdo\fP(7) for more information.
|
||||
.
|
||||
.HP
|
||||
\fB-v\fP|\fB--verbose\fP ...
|
||||
.br
|
||||
Set verbose level. Repeat from 1 to 4 times to increase the detail
|
||||
@ -1966,6 +1983,8 @@ Create a VDO LV with VDO pool.
|
||||
.br
|
||||
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
|
||||
.br
|
||||
[ \fB--vdosettings\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
@ -1996,6 +2015,8 @@ Create a VDO LV with VDO pool.
|
||||
.br
|
||||
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
|
||||
.br
|
||||
[ \fB--vdosettings\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
|
@ -278,7 +278,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -423,7 +423,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosync\fP
|
||||
|
@ -254,7 +254,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -181,7 +181,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--polloperation\fP \fBpvmove\fP|\fBconvert\fP|\fBmerge\fP|\fBmerge_thin\fP
|
||||
|
@ -261,7 +261,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -24,7 +24,7 @@ lvmdevices \(em Manage the devices file
|
||||
.br
|
||||
\fB-d\fP|\fB--debug\fP
|
||||
.br
|
||||
\fB--deldev\fP \fIPV\fP
|
||||
\fB--deldev\fP \fIString\fP
|
||||
.br
|
||||
\fB--delpvid\fP \fIString\fP
|
||||
.br
|
||||
@ -152,6 +152,7 @@ is used for dm crypt devices, reported by sysfs.
|
||||
.IP \[bu] 2
|
||||
.B md_uuid
|
||||
is used for md devices, reported by sysfs.
|
||||
.IP \[bu] 2
|
||||
.B lvmlv_uuid
|
||||
is used if a PV is placed on top of an lvm LV, reported by sysfs.
|
||||
.IP \[bu] 2
|
||||
@ -226,10 +227,12 @@ Add a device to the devices file.
|
||||
Remove a device from the devices file.
|
||||
.br
|
||||
.P
|
||||
\fBlvmdevices\fP \fB--deldev\fP \fIPV\fP
|
||||
\fBlvmdevices\fP \fB--deldev\fP \fIString\fP|\fIPV\fP
|
||||
.br
|
||||
.RS 4
|
||||
.ad l
|
||||
[ \fB--deviceidtype\fP \fIString\fP ]
|
||||
.br
|
||||
[ COMMON_OPTIONS ]
|
||||
.ad b
|
||||
.RE
|
||||
@ -346,9 +349,11 @@ Set debug level. Repeat from 1 to 6 times to increase the detail of
|
||||
messages sent to the log file and/or syslog (if configured).
|
||||
.
|
||||
.HP
|
||||
\fB--deldev\fP \fIPV\fP
|
||||
\fB--deldev\fP \fIString\fP
|
||||
.br
|
||||
Remove a device from the devices file.
|
||||
When used alone, --deldev specifies a device name.
|
||||
When used with --deviceidtype, --deldev specifies a device id.
|
||||
.
|
||||
.HP
|
||||
\fB--delpvid\fP \fIString\fP
|
||||
@ -420,7 +425,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -162,7 +162,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -220,7 +220,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -204,7 +204,8 @@ metadata/record_lvs_history is enabled.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -175,7 +175,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -376,7 +376,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosync\fP
|
||||
|
@ -264,7 +264,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -180,7 +180,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -248,7 +248,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -435,7 +435,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -319,7 +319,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--norestorefile\fP
|
||||
|
@ -266,7 +266,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -271,7 +271,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -164,7 +164,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -153,7 +153,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -254,7 +254,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -469,7 +469,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -197,7 +197,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -291,7 +291,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -694,7 +694,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -169,7 +169,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -206,7 +206,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -313,7 +313,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB-s\fP|\fB--physicalextentsize\fP \fISize\fP[m|UNIT]
|
||||
|
@ -258,7 +258,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -194,7 +194,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -237,7 +237,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -189,7 +189,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -179,7 +179,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -193,7 +193,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -167,7 +167,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--poolmetadataspare\fP \fBy\fP|\fBn\fP
|
||||
|
@ -169,7 +169,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -265,7 +265,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -170,7 +170,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--noudevsync\fP
|
||||
|
@ -194,7 +194,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--profile\fP \fIString\fP
|
||||
|
@ -251,7 +251,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--nosuffix\fP
|
||||
|
@ -168,7 +168,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--notifydbus\fP
|
||||
|
@ -255,7 +255,8 @@ perform standard hint file invalidation where appropriate.
|
||||
.HP
|
||||
\fB--nolocking\fP
|
||||
.br
|
||||
Disable locking.
|
||||
Disable locking. Use with caution, concurrent commands may produce
|
||||
incorrect results.
|
||||
.
|
||||
.HP
|
||||
\fB--poolmetadataspare\fP \fBy\fP|\fBn\fP
|
||||
|
Loading…
Reference in New Issue
Block a user