* stable-2.02 - build: make generate
@ 2020-05-19 9:38 Marian Csontos
0 siblings, 0 replies; 4+ messages in thread
From: Marian Csontos @ 2020-05-19 9:38 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7ea50a47d15dea016f252a5940c6aa5c0d598bb6
Commit: 7ea50a47d15dea016f252a5940c6aa5c0d598bb6
Parent: bac7d5951dd3b5b04d4532b342c1034802f0d466
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Mon May 11 18:01:15 2020 +0200
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Tue May 19 11:38:23 2020 +0200
build: make generate
---
conf/example.conf.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 38855e933..29b0df497 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -326,6 +326,12 @@ devices {
# Enabling this setting allows the VG to be used as usual even with
# uncertain devices.
allow_changes_with_duplicate_pvs = 0
+
+ # Configuration option devices/allow_mixed_block_sizes.
+ # Allow PVs in the same VG with different logical block sizes.
+ # When allowed, the user is responsible to ensure that an LV is
+ # using PVs with matching block sizes when necessary.
+ allow_mixed_block_sizes = 1
}
# Configuration section allocation.
^ permalink raw reply related [flat|nested] 4+ messages in thread* stable-2.02 - build: make generate
@ 2019-09-24 8:52 Marian Csontos
0 siblings, 0 replies; 4+ messages in thread
From: Marian Csontos @ 2019-09-24 8:52 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=444dedea2355b42000f60b4ca0eb4a2f027123aa
Commit: 444dedea2355b42000f60b4ca0eb4a2f027123aa
Parent: 92f1c888e0881f3defb4d0220d89f6225be70f7d
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Tue Sep 24 10:38:22 2019 +0200
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Tue Sep 24 10:38:22 2019 +0200
build: make generate
---
man/lvchange.8_pregen | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/man/lvchange.8_pregen b/man/lvchange.8_pregen
index 26a6297..5c3b6e5 100644
--- a/man/lvchange.8_pregen
+++ b/man/lvchange.8_pregen
@@ -340,7 +340,9 @@ required, after which the others are optional.
.br
-
-Resyncronize a mirror or raid LV.
+Resyncronize a mirror or raid LV.
+.br
+Use to reset 'R' attribute on a not initially synchronized LV.
.br
.P
\fBlvchange\fP \fB--resync\fP \fIVG\fP|\fILV\fP\fI_mirror_raid\fP|\fITag\fP|\fISelect\fP ...
^ permalink raw reply related [flat|nested] 4+ messages in thread
* stable-2.02 - build: make generate
@ 2019-08-27 15:11 Marian Csontos
0 siblings, 0 replies; 4+ messages in thread
From: Marian Csontos @ 2019-08-27 15:11 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=3954034b1577c21be18acd2f8e1904c3181c6c19
Commit: 3954034b1577c21be18acd2f8e1904c3181c6c19
Parent: ad86cda4d79704dcce13d98cd9579baab56b7e7b
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Tue Aug 27 17:10:05 2019 +0200
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Tue Aug 27 17:10:52 2019 +0200
build: make generate
---
man/lvconvert.8_pregen | 70 ++++++++++++++++++++++++++----------------------
1 files changed, 38 insertions(+), 32 deletions(-)
diff --git a/man/lvconvert.8_pregen b/man/lvconvert.8_pregen
index a47127b..e6de8f0 100644
--- a/man/lvconvert.8_pregen
+++ b/man/lvconvert.8_pregen
@@ -354,6 +354,44 @@ Convert LV to striped.
.RE
-
+Convert LV to type mirror (also see type raid1),
+.br
+.P
+\fBlvconvert\fP \fB--type\fP \fBmirror\fP \fILV\fP
+.br
+.RS 4
+.ad l
+[ \fB-m\fP|\fB--mirrors\fP [\fB+\fP|\fB-\fP]\fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB-I\fP|\fB--stripesize\fP \fISize\fP[k|UNIT] ]
+.ad b
+.br
+.ad l
+[ \fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT] ]
+.ad b
+.br
+.ad l
+[ \fB-i\fP|\fB--interval\fP \fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB--stripes\fP \fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB--mirrorlog\fP \fBcore\fP|\fBdisk\fP ]
+.ad b
+.br
+[ COMMON_OPTIONS ]
+.RE
+.br
+.RS 4
+[ \fIPV\fP ... ]
+.RE
+-
+
Convert LV to raid or change raid layout
.br
(a specific raid level must be used, e.g. raid1).
@@ -1472,38 +1510,6 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.SH ADVANCED USAGE
Alternate command forms, advanced command usage, and listing of all valid syntax for completeness.
.P
-Convert LV to type mirror (also see type raid1),
-.br
-(also see lvconvert --mirrors).
-.br
-.P
-\fBlvconvert\fP \fB--type\fP \fBmirror\fP \fILV\fP
-.br
-.RS 4
-.ad l
-[ \fB-m\fP|\fB--mirrors\fP [\fB+\fP|\fB-\fP]\fINumber\fP ]
-.ad b
-.br
-.ad l
-[ \fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT] ]
-.ad b
-.br
-.ad l
-[ \fB-i\fP|\fB--interval\fP \fINumber\fP ]
-.ad b
-.br
-.ad l
-[ \fB--mirrorlog\fP \fBcore\fP|\fBdisk\fP ]
-.ad b
-.br
-[ COMMON_OPTIONS ]
-.RE
-.br
-.RS 4
-[ \fIPV\fP ... ]
-.RE
--
-
Change the region size of an LV.
.br
.P
^ permalink raw reply related [flat|nested] 4+ messages in thread
* stable-2.02 - build: make generate
@ 2019-03-22 10:01 Marian Csontos
0 siblings, 0 replies; 4+ messages in thread
From: Marian Csontos @ 2019-03-22 10:01 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=717957ddc5bcca529a4fe830e272c678a935e2ee
Commit: 717957ddc5bcca529a4fe830e272c678a935e2ee
Parent: 9b04851fc574ce9cffd30a51d2b750955239f316
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Fri Mar 22 11:00:13 2019 +0100
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Fri Mar 22 11:01:04 2019 +0100
build: make generate
---
conf/example.conf.in | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/conf/example.conf.in b/conf/example.conf.in
index e6f3462..38855e9 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -185,6 +185,20 @@ devices {
# present on the system. sysfs must be part of the kernel and mounted.)
sysfs_scan = 1
+ # Configuration option devices/scan_lvs.
+ # Scan LVM LVs for layered PVs, allowing LVs to be used as PVs.
+ # When 1, LVM will detect PVs layered on LVs, and caution must be
+ # taken to avoid a host accessing a layered VG that may not belong
+ # to it, e.g. from a guest image. This generally requires excluding
+ # the LVs with device filters. Also, when this setting is enabled,
+ # every LVM command will scan every active LV on the system (unless
+ # filtered), which can cause performance problems on systems with
+ # many active LVs. When this setting is 0, LVM will not detect or
+ # use PVs that exist on LVs, and will not allow a PV to be created on
+ # an LV. The LVs are ignored using a built in device filter that
+ # identifies and excludes LVs.
+ scan_lvs = 0
+
# Configuration option devices/multipath_component_detection.
# Ignore devices that are components of DM multipath devices.
multipath_component_detection = 1
@@ -1113,6 +1127,16 @@ global {
# When enabled, an LVM command that changes PVs, changes VG metadata,
# or changes the activation state of an LV will send a notification.
notify_dbus = 1
+
+ # Configuration option global/io_memory_size.
+ # The amount of memory in KiB that LVM allocates to perform disk io.
+ # LVM performance may benefit from more io memory when there are many
+ # disks or VG metadata is large. Increasing this size may be necessary
+ # when a single copy of VG metadata is larger than the current setting.
+ # This value should usually not be decreased from the default; setting
+ # it too low can result in lvm failing to read VGs.
+ # This configuration option has an automatic default value.
+ # io_memory_size = 8192
}
# Configuration section activation.
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-19 9:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 9:38 stable-2.02 - build: make generate Marian Csontos
-- strict thread matches above, loose matches on Subject: below --
2019-09-24 8:52 Marian Csontos
2019-08-27 15:11 Marian Csontos
2019-03-22 10:01 Marian Csontos
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.