mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
profile: add thin-generic.profile
The thin-generic.profile contains settings for thin/thin pool volumes suitable for generic environment/use containing default settings. This allows users to change the global lvm.conf settings at will and still keep the original settings for volumes that have this thin profile assigned already.
This commit is contained in:
parent
cf4d5ead02
commit
8e0687ca69
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.107 -
|
Version 2.02.107 -
|
||||||
==================================
|
==================================
|
||||||
|
Add thin-generic configuration profile for generic thin settings.
|
||||||
Fix crash when reporting of empty labels on pvs.
|
Fix crash when reporting of empty labels on pvs.
|
||||||
Use retry_deactivation also when cleaning orphan devices.
|
Use retry_deactivation also when cleaning orphan devices.
|
||||||
Prompt when setting the VG cluster attr if the cluster is not setup.
|
Prompt when setting the VG cluster attr if the cluster is not setup.
|
||||||
|
@ -19,7 +19,7 @@ CONFSRC=example.conf
|
|||||||
CONFDEST=lvm.conf
|
CONFDEST=lvm.conf
|
||||||
|
|
||||||
PROFILE_TEMPLATES=command_profile_template.profile metadata_profile_template.profile
|
PROFILE_TEMPLATES=command_profile_template.profile metadata_profile_template.profile
|
||||||
PROFILES=$(PROFILE_TEMPLATES) $(srcdir)/thin-performance.profile
|
PROFILES=$(PROFILE_TEMPLATES) $(srcdir)/thin-generic.profile $(srcdir)/thin-performance.profile
|
||||||
|
|
||||||
include $(top_builddir)/make.tmpl
|
include $(top_builddir)/make.tmpl
|
||||||
|
|
||||||
|
4
conf/thin-generic.profile
Normal file
4
conf/thin-generic.profile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
allocation {
|
||||||
|
thin_pool_chunk_size_policy = "generic"
|
||||||
|
thin_pool_zero = 1
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user