summaryrefslogtreecommitdiff
path: root/conf/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove badly placed `@`Marian Csontos2018-12-181-2/+2
|
* makefiles: quite installZdenek Kabelac2018-12-171-4/+5
|
* build: install VDO small allocation profileZdenek Kabelac2018-07-091-1/+2
| | | | | | Profile shows all VDO configurables. Usable with: lvcreate --metadataprofile vdo-small ...
* build: libdm preload dir is no longer neededZdenek Kabelac2018-07-091-2/+2
| | | | Since we do not build lvm code with libdm, drop preload.
* lvmconfig: Add options to produce file preambleAlasdair G Kergon2017-08-051-2/+2
| | | | | Use --withgeneralpreamble and --withlocalpreamble instead of concatenating files.
* conf: Add missing prefix to installation directory.Alasdair G Kergon2017-04-131-2/+2
| | | | | Our Makefiles also support systems that set the installation prefix at configuration time - the use of DESTDIR is not required.
* conf: add lvmdbusd.profilePeter Rajnoha2016-08-091-1/+2
|
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* configure: relocate configure.hZdenek Kabelac2015-09-111-2/+1
| | | | | | | | | | Commit 9403edbb93a2c337df790408e9ff3d26566b7443 move location of configure.h and lvm-version.h. Let's try even better place then /conf dir which should be left for user configurable files. Put these files right into include dir.
* configure: relocate generated headersZdenek Kabelac2015-09-071-1/+2
| | | | | | | | | | | | | | | Relocate generated configure.h and lvm-version.h outside of compilable .c source tree. The reason is behind - when compiling in builddir != srcdir the generated file in lib/misc/configure.h was used for all compiled source file except ones located in lib/misc dir - those would have used configure.h file located in this dir - if there have existed one (i.e. from some other build) This problem was only visible, when srcdir == buildir was used before trying to use srcdri != builddir (as configure.h appeared then in srcdir).
* cache: introduce mq and smq profilesZdenek Kabelac2015-08-121-2/+6
| | | | | | | Add 2 demo profiles for mq and smq policies. Show all support profilable params. Use with: lvcreate --policy cache-mq ....
* make: use lvmconfig ... --withspaces when generating lvm.conf and lvmlocal.confPeter Rajnoha2015-06-241-2/+2
|
* refactor: dumpconfig: keep --withcomments to display full comment and use ↵Peter Rajnoha2015-04-291-2/+2
| | | | --withsummary for one line summary
* conf: Avoid temp files when generating config.Alasdair G Kergon2015-04-281-7/+3
|
* make: autoconfisms for generateDavid Teigland2015-04-221-3/+3
|
* make: let generate use the just built libdmDavid Teigland2015-04-221-2/+2
|
* config: remove duplication of settingsDavid Teigland2015-04-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The specific config settings have been removed from the lvm.conf(5) man page, and replaced with a description of how to use lvm dumpconfig to view the settings. The sample lvm.conf and lvmlocal.conf files are now generated: example.conf.base - initial ungenerated part of the file example.conf.gen - generated portion from dumpconfig example.conf.in - combination of .base and .gen files example.conf - result of configure processing .in file lvmlocal.conf.base - initial ungenerated part of the file lvmlocal.conf.gen - generated portion from dumpconfig lvmlocal.conf.in - combination of .base and .gen files lvmlocal.conf - result of configure processing .in file Do not edit the .in files, but edit config_settings.h or the .base files, and then use 'make generate' to create the new .in files. - configure with options - make creates tools/lvm - make generate uses tools/lvm to create example.conf.in and lvmlocal.conf.in by combining .base files with dumpconfig output. - configure with same options as above creates example.conf and lvmlocal.conf from .in files
* config: Rename allow_system_id to extra_system_ids.Alasdair G Kergon2015-02-231-2/+11
| | | | | | Add warnings to the config file templates and briefly document each value. Configure lvmlocal.conf and install in /etc/lvm.
* profile: add thin-generic.profilePeter Rajnoha2014-06-131-1/+1
| | | | | | | | 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.
* profiles: remove default.profile and add ↵Peter Rajnoha2014-05-211-3/+3
| | | | | | | | | | | | {command,metadata}_profile_template.profile The "default.profile" name was misleading. It's actually a helper *template* that can be used for copying and further editing to create a new profile. Also, we have separate command and metadata profiles now so the templates are separated as well - we can't mix profile settings from one group with another - such profile is rejected by lvm tools.
* Makefile: fix build in non src dirZdenek Kabelac2013-11-191-1/+1
| | | | Fix 'make install' from builddir != srcdir.
* profile: add thin-performance.profilePeter Rajnoha2013-09-251-1/+1
| | | | | | Define a "performance" profile for thin pools which is exactly: - allocation/thin_pool_zero = 0 - thin_pool_chunk_size_calculation = "performance"
* configure: fix install location of profile dirZdenek Kabelac2013-07-031-2/+2
| | | | | | | | Seems like we have a bit overcomplicated set of options for deducing individual install dirs. This patch fixes installation issues with DESTDIR, but the whole set of configure options should be simplified.
* profile: add default.profile and install itPeter Rajnoha2013-07-021-2/+11
| | | | | | The default.profile contains all settings that are customizable by a profile. This default profile can be copied across to create new profiles.
* conf: add separate 'conf' dir for config filesPeter Rajnoha2013-07-021-0/+31