mrc0mmand / rpms / lvm2

Forked from rpms/lvm2 2 years ago
Clone

Blame SOURCES/lvm2-build-make-generate.patch

f8f52d
 conf/example.conf.in | 10 ++++++++++
f8f52d
 1 file changed, 10 insertions(+)
f8f52d
f8f52d
diff --git a/conf/example.conf.in b/conf/example.conf.in
f8f52d
index b37e0b2..fec779b 100644
f8f52d
--- a/conf/example.conf.in
f8f52d
+++ b/conf/example.conf.in
f8f52d
@@ -1125,6 +1125,16 @@ global {
f8f52d
 	# When enabled, an LVM command that changes PVs, changes VG metadata,
f8f52d
 	# or changes the activation state of an LV will send a notification.
f8f52d
 	notify_dbus = 1
f8f52d
+
f8f52d
+	# Configuration option global/io_memory_size.
f8f52d
+	# The amount of memory in KiB that LVM allocates to perform disk io.
f8f52d
+	# LVM performance may benefit from more io memory when there are many
f8f52d
+	# disks or VG metadata is large. Increasing this size may be necessary
f8f52d
+	# when a single copy of VG metadata is larger than the current setting.
f8f52d
+	# This value should usually not be decreased from the default; setting
f8f52d
+	# it too low can result in lvm failing to read VGs.
f8f52d
+	# This configuration option has an automatic default value.
f8f52d
+	# io_memory_size = 8192
f8f52d
 }
f8f52d
 
f8f52d
 # Configuration section activation.