summaryrefslogtreecommitdiffstats
path: root/tools/lvchange.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some trailing whitespace so git won't complain.Dave Wysochanski2009-04-221-1/+1
|
* Move metadata backup call after vg_commit.Milan Broz2009-04-211-28/+24
| | | | | | | | | | | | The backup() call store metadata from memory. But in cluster backup() call performs remote nodes metadata backup and it reads data from disk. For metadata backup consistency, patch moves all backup() calls after vg_commit. (Moreover, some tools already do that this way.)
* Fix vgrename using UUID in case there are VGs with the same name.Peter Rajnoha2008-12-191-4/+1
|
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
| | | | | | | | Very simple / crude method of removing 'is_static' from initialization. Why should we require an application tell us whether it is linked statically or dynamically to libLVM? If the application is linked statically, but libraries exist and dlopen() calls succeed, why do we care if it's statically linked?
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-1/+1
| | | | | the counts of visible LVs from user's perspective consistently throughout the code.
* Change lvchange exit status to indicate if any part of the operation failed.Alasdair Kergon2008-07-311-1/+10
|
* Improve/Fix read ahead 'auto' calculation for stripe_sizeZdenek Kabelac2008-06-181-2/+5
| | | | | Fix lvchange output for -r auto setting if auto is already set Add testcase for read ahead
* Temporarily disable dmeventd mirror monitoring during lvchange --resync.Alasdair Kergon2008-05-211-0/+7
|
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-4/+4
| | | | Should be no functional change.
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
|
* Use stack return macros throughout.Alasdair Kergon2008-01-301-52/+26
|
* Refactor mirror log attachment code.Alasdair Kergon2008-01-261-24/+11
|
* Fix internal metadata corruption in lvchange --resync.Alasdair Kergon2008-01-261-0/+4
|
* Various lvconvert/polldaemon-related fixes from NEC. See lvm-develAlasdair Kergon2008-01-101-0/+14
| | | | for original patches & explanations.
* round readahead to multiple of page size in toolsAlasdair Kergon2007-12-051-0/+8
|
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-4/+4
|
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-4/+4
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* Add --ignoremonitoring to disable all dmeventd interaction.Alasdair Kergon2007-06-181-1/+1
|
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-151-0/+9
| | | | | loops and to pvcreate.c, lvchange.c and lvresize.c to handle interrupted prompts.
* lvm.static no longer interacts with dmeventd unless explicitly asked to.Alasdair Kergon2007-01-241-2/+5
|
* register->monitor etc.Alasdair Kergon2007-01-191-22/+8
|
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-121-2/+4
|
* Prevent permission changes on active mirrors.Alasdair Kergon2007-01-101-0/+8
|
* fix last check-in: lv->size is in sectorsAlasdair Kergon2006-11-031-1/+1
|
* Fix mirror log LV writing to set all bits in whole LV.Alasdair Kergon2006-11-021-1/+1
|
* try forcesync -> resyncAlasdair Kergon2006-10-241-5/+5
|
* fix forcesync local active detectionAlasdair Kergon2006-10-241-4/+5
|
* Add lvchange --forcesync.Alasdair Kergon2006-10-231-5/+162
|
* Retain activation state after changing LV minor number with --force.Alasdair Kergon2006-10-131-9/+8
|
* Fix activation logic in lvchange --persistent.Alasdair Kergon2006-07-101-19/+8
|
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-121-4/+47
| | | | | Propagate --monitor around cluster. Filter LCK_NONBLOCK in clvmd lock_vg.
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+3
| | | | | | | Fix some memory leaks in error paths found by coverity. Use C99 struct initialisers. Move DEFS into configure.h. Clean-ups to remove miscellaneous compiler warnings.
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-1/+1
| | | | Simplify dev_manager_info().
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-17/+17
|
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-1/+12
| | | | | | Suppress hidden LVs from reports unless --all is given. Use square brackets for hidden LVs in reports. Centralise restrictions on LV names.
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+6
|
* Add clustered attribute so vgchange can identify clustered VGs w/o locking.Alasdair Kergon2005-03-211-0/+7
|
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-1/+1
|
* Add local activation support.Alasdair Kergon2004-06-161-13/+34
|
* xxchange -ae to activation exclusivelyAlasdair Kergon2004-05-241-4/+3
|
* Rename allocation policies; add --alloc to cmdline; LV inherits from VG.Alasdair Kergon2004-05-181-35/+27
|
* stray spaceAlasdair Kergon2004-05-051-1/+1
|
* Separate out polldaemon.Alasdair Kergon2004-05-051-7/+13
|
* Revise internal locking semantics.Alasdair Kergon2004-05-051-19/+28
|
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
|
* and another typoAlasdair Kergon2004-03-261-1/+1
|
* typoAlasdair Kergon2004-03-261-1/+1
|
* lvchange --refreshAlasdair Kergon2004-03-261-3/+18
|
* taggingAlasdair Kergon2004-03-081-18/+72
|