summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* systemd: integrate lvm2 activation generator with conf+makePeter Rajnoha2012-07-311-1/+8
|
* configure: default tmpfile dir in PREFIX/lib/tmpfiles.dPeter Rajnoha2012-07-161-2/+2
| | | | | SYSCONFDIR (the /etc) contains overrides to system-wide settings. System-wide settings are in PREFIX/lib/tmpfiles.d by default
* configure: autoreconfPeter Rajnoha2012-06-271-34/+110
|
* veritysetup: Remove code as now in cryptsetup.Alasdair G Kergon2012-06-111-425/+2
| | | | | The veritysetup code has moved to the cryptsetup package. http://code.google.com/p/cryptsetup/
* Add missing pkg initZdenek Kabelac2012-05-101-1/+2
|
* Rename verity dirAlasdair Kergon2012-03-261-2/+2
|
* First veritysetup version using configure --with-veritysetup.Alasdair Kergon2012-03-241-2/+425
|
* Update configure changeZdenek Kabelac2012-03-141-2/+2
| | | | | Always define THIN_CHECK_CMD define - since for now we compile thin code in more places.
* Add --with-thin-check configure optionZdenek Kabelac2012-03-141-0/+68
| | | | | If specified - use given path without test (Path could be empty) If autodetection is in use - check for command in available PATH.
* Allow cluster mirrors to handle the absence of the checkpoint lib (libSaCkpt).Jonathan Earl Brassow2012-02-291-21/+12
| | | | | | | | | | | | The OpenAIS checkpoint library is going away; therefore, cmirrord must operate without it. The algorithms the handle the timing of when to send a checkpoint, the determination of what to send, and which ongoing cluster requests are relevent with respect to the checkpoints are unaffected. We need only replace the functions that actually perform the storing/transmitting and retrieving/receiving of the checkpoint data. Rather than store the checkpoint data in an OpenAIS checkpoint file, we simply transmit it along with the message that notifies the incoming node that the checkpoint is ready.
* Reflect new file locations, include file updates etc.Alasdair Kergon2012-02-281-2/+10
|
* Add LVMetaD init script.Peter Rajnoha2012-02-241-1/+2
|
* Use DEFAULT_RUN_DIR instead of hardcoded value in lvmetad systemd unitsPeter Rajnoha2012-02-231-1/+2
| | | | | and add ExecStartPost=vgscan to actually run the first scan that will fill the metadata daemon with metadata information.
* Add LVMetaD systemd units.Peter Rajnoha2012-02-231-1/+2
|
* Add configure --with-tmpfilesdir and lvm2 tmpfiles.d configuration file itself.Peter Rajnoha2012-02-221-1/+17
| | | | | | | | | | | /etc/tmpfiles.d directory holds configuration files for temporary/volatile files and directories that should be automatically managed. For example, if we have some parts of the fs hierarchy on tmpfs, we'd like to recreate some files or directories on every boot so they're always prepared for use. Systemd can read such configuration files. For now, the lock and run directory are the ones that are most probably placed on tmpfs. If this is the case, we can install the configuration by 'make install_tmpfiles_configuration'.
* Check whether udev supports built-in blkid.Peter Rajnoha2012-02-201-0/+15
| | | | | | Built-in blkid is supported since udev v176 - set the UDEV_HAS_BUILTIN_BLKID variable appropriately so we can use it in the rules to call the built-in blkid conditionaly.
* autoreconfPeter Rajnoha2012-02-151-0/+28
|
* Add configure --with-systemdsystemunitdir.Peter Rajnoha2012-02-131-0/+22
|
* Update autoconf.Milan Broz2012-02-131-0/+6
|
* Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio)Alasdair Kergon2012-01-311-5/+114
|
* Fix metad help.Alasdair Kergon2012-01-231-1/+1
|
* Thin add dmeventd supportZdenek Kabelac2011-12-211-1/+2
| | | | | This is basic version with still few unresolved issue mainly in case, when the pool resize is failing.
* Autoreconf.Petr Rockai2011-12-111-7/+96
|
* Add CUnit testing supportZdenek Kabelac2011-11-211-82/+9
| | | | Regenerate configure for unit test support.
* Make dmsetup.static and lvm.static build when dmeventd is disabled.Alasdair Kergon2011-11-141-1/+5
| | | | | | | | udev may also need to be disabled if you didn't build it statically too. dmeventd.static could be fixed with some more work but I don't really see the point: without dlopen() it's useless, and if you have dlopen(), why not support normal shared libraries too?
* Use Makefile for daemmons/common library.Zdenek Kabelac2011-09-241-1/+2
| | | | | | | | | Next iteration for better fit of lvmetad compilation. Move build of libdaemon.a into common subdir Makefile. libdaemon.a is device-mapper target. Build and install lvmetad as lvm2 target.
* CLVMD support for LVM_CLVMD_BINARY and LVM_BINARYZdenek Kabelac2011-09-241-2/+8
| | | | | | | | Read 2 environmental vars to learn about overide position for CLVMD and LVM binaries. We support LVM_BINARY in other script - and this way we could easily test restart in our test-suite.
* Autoreconf for lvmetad patchZdenek Kabelac2011-08-311-1/+20
|
* Initial code layout for thin provisioning targetZdenek Kabelac2011-08-241-1/+29
| | | | | | | Only registers init_thin_segtype Option --with-thin=internal needed for compilation. For now useful only for developememt!
* Drop CCS* variables no longer used.Alasdair Kergon2011-08-121-4/+0
|
* pre-release fixes incl make distclean and configure --with-raid=none/sharedAlasdair Kergon2011-08-111-1/+2
|
* Add dmeventd monitoring for RAID devices.Jonathan Earl Brassow2011-08-111-1/+2
|
* autoreconfAlasdair Kergon2011-08-091-259/+3
|
* Remove support for the original dm ioctl interface version 1.Alasdair Kergon2011-08-091-0/+7
| | | | | Leave the basic support for multiple versions in case we have a new version in future.
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-1/+32
| | | | | | | | | | | | | Implementation described in doc/lvm2-raid.txt. Basic support includes: - ability to create RAID 1/4/5/6 arrays - ability to delete RAID arrays - ability to display RAID arrays Notable missing features (not included in this patch): - ability to clean-up/repair failures - ability to convert RAID segment types - ability to monitor RAID segment types
* autoreconfPeter Rajnoha2011-07-281-1/+5
|
* Add missing pkg_config_init check with --enable-udev_sync.Alasdair Kergon2011-04-281-0/+3
|
* autoreconfPeter Rajnoha2011-04-221-37/+91
|
* Add configure option --with-device-nodes-onZdenek Kabelac2011-02-041-0/+26
| | | | | | | | | | Make configurable default behaviour how to deal with device node creates. With udev system natural options should be 'resume'. For older systems where user expect there is node in /dev/mapper immediately after dmsetup create --notable - use 'create' FIXME: Code needs fixing passing this flag through udev cookie.
* pre-releaseAlasdair Kergon2011-01-101-0/+13
|
* Using Fedora 14's autoreconf.Alasdair Kergon2011-01-071-10767/+2740
|
* Update configure.Milan Broz2010-12-131-0/+146
|
* forgotten to regenerate last time configure.in was updatedAlasdair Kergon2010-11-091-93/+19
|
* Update configure after last change.Milan Broz2010-08-231-3/+27
|
* Update configure for snitm changesDave Wysochanski2010-08-201-0/+20
|
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-161-1/+177
|
* Fix configure to supply DEFAULT_RUN_DIR to Makefiles.Alasdair Kergon2010-07-311-0/+2
|
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-0/+17
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=614248 [CVE-2010-2526]
* update configureAlasdair Kergon2010-07-211-1/+110
|
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-77/+62
| | | | | | Switch dmeventd to use dm_create_lockfile and drop duplicate code. Allow clvmd pidfile to be configurable. Switch cmirrord and clvmd to use dm_create_lockfile.