summaryrefslogtreecommitdiffstats
path: root/tools/lvchange.c
Commit message (Expand)AuthorAgeFilesLines
* RAID: Properly handle resync of RAID LVsJonathan Brassow2012-09-111-14/+37
* cleanup: Restructure code that handles mirror resyncingJonathan Brassow2012-09-111-29/+86
* cleanup: Reduce indentation by short-circuiting functionJonathan Brassow2012-09-111-43/+55
* config: add silent modeAlasdair G Kergon2012-08-251-1/+1
* thin: discardZdenek Kabelac2012-08-231-1/+1
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-071-14/+14
* thin: mention discard/zero in lvchange errmsgAlasdair G Kergon2012-08-071-5/+4
* args: increase major:minor limit to 4095:1048575Peter Rajnoha2012-08-061-2/+9
* thin: add lvchange for discard and zero changeZdenek Kabelac2012-07-181-1/+87
* activate: skip manual activation for --sysinit -aayPeter Rajnoha2012-07-101-0/+7
* lvchange: add --activate ay (autoactivate)Peter Rajnoha2012-06-281-0/+6
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-13/+12
* Update and fix monitoring of thin pool devicesZdenek Kabelac2012-03-231-1/+2
* Switch pvscan --cache major:minor to --major --minor.Alasdair Kergon2012-03-061-0/+8
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-151-6/+1
* Do not allow users to change permissions on RAID sub-LVs.Jonathan Earl Brassow2011-12-011-0/+8
* Allow to activate snapshotZdenek Kabelac2011-11-181-5/+22
* Thin removing limitation on activation of pool device.Zdenek Kabelac2011-11-031-6/+0
* Thin avoids need of having writable VG for activationZdenek Kabelac2011-11-031-4/+0
* Thin creation without activationZdenek Kabelac2011-10-301-0/+4
* Thin works only with exclusive activationZdenek Kabelac2011-10-281-1/+3
* Thin pool activation changeZdenek Kabelac2011-10-281-0/+6
* Remove incorrect requirement for -j or -m from lvchange error message.Alasdair Kergon2011-09-051-4/+2
* 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