summaryrefslogtreecommitdiffstats
path: root/tools/lvchange.c
Commit message (Expand)AuthorAgeFilesLines
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-291-2/+2
* Add change_tag to toollib.Alasdair Kergon2011-01-241-17/+3
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-6/+12
* Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.Mike Snitzer2010-10-261-1/+5
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-171-0/+1
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-6/+6
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-161-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Refactor the handles_missing_pv logic in lvchange.Petr Rockai2010-06-281-15/+14
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-061-4/+13
* Do not allow {vg|lv}change --ignoremonitoring if on clustered VG.Mike Snitzer2010-03-291-1/+1
* Improve activation monitoring option processingMike Snitzer2010-03-231-4/+5
* Refactor lvchange_tag() to call lv_change_tag() library function.Dave Wysochanski2010-02-241-19/+2
* . update documentation for --poll in the vgchange and lvchange man pagesMike Snitzer2010-01-061-0/+7
* Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer2010-01-051-2/+4
* Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer2010-01-051-4/+33
* Fix tools to report error when stopped by user.Milan Broz2009-12-031-2/+2
* minor code comment updateZdenek Kabelac2009-11-041-1/+1
* Don't attempt to restart pvmoves when deactivating LVs in vgchange.Alasdair Kergon2009-09-291-13/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-12/+36
* Make lvchange --refresh only take a read lock on volume group.Petr Rockai2009-08-131-3/+2
* Remove lockingfailed().Petr Rockai2009-07-151-6/+0
* Take just a read lock when activating in lvchange.Petr Rockai2009-07-151-1/+2
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-151-3/+9
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-1/+1
* Round readahead more inteligently and print warning.Milan Broz2009-06-061-3/+6
* Fix convert polling to ignore LV with different UUID.Milan Broz2009-06-011-9/+1
* Suppress 'removed' messages displayed when internal LVs are removed.Alasdair Kergon2009-05-271-1/+7
* Use lock query instead of activate_lv_exclMilan Broz2009-05-201-9/+9
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
* Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).Alasdair Kergon2009-04-251-1/+2
* 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
* 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
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-1/+1
* 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
* 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
* 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
* 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