summaryrefslogtreecommitdiffstats
path: root/tools/vgchange.c
Commit message (Expand)AuthorAgeFilesLines
* vgchange: fix -aay to activate proper volumesPeter Rajnoha2012-09-121-6/+3
* config: add silent modeAlasdair G Kergon2012-08-251-9/+9
* cleanup: use proper activation_change_tZdenek Kabelac2012-08-231-1/+2
* activate: skip manual activation for --sysinit -aayPeter Rajnoha2012-07-101-0/+7
* vgchange: add --activate ay option (autoactivate)Peter Rajnoha2012-06-281-0/+6
* activate: add autoactivation hooksPeter Rajnoha2012-06-281-17/+14
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-13/+13
* Update and fix monitoring of thin pool devicesZdenek Kabelac2012-03-231-7/+5
* Using enum types for enumsZdenek Kabelac2012-02-281-3/+3
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-151-6/+0
* Thin revert code for exclusive pool activationZdenek Kabelac2011-11-071-4/+0
* Thin avoids need of having writable VG for activationZdenek Kabelac2011-11-031-6/+0
* Thin creation without activationZdenek Kabelac2011-10-301-0/+6
* Thin works only with exclusive activationZdenek Kabelac2011-10-281-4/+4
* Thin pool activation changeZdenek Kabelac2011-10-281-0/+4
* Ensure thin LVs take an exclusive activationZdenek Kabelac2011-10-221-1/+4
* Fix vgchange activation of snapshot with virtual origin.Milan Broz2011-09-141-0/+4
* Support break for vgchange and vgrefresh operationZdenek Kabelac2011-09-071-0/+6
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-111-1/+1
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-021-0/+6
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-041-0/+10
* Add change_tag to toollib.Alasdair Kergon2011-01-241-25/+2
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-6/+13
* Update VG metadata only once in vgchange when making multiple changes.Alasdair Kergon2010-10-291-275/+154
* Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.Mike Snitzer2010-10-261-9/+38
* Don't take write lock in vgchange --refresh, --poll or --monitor.Alasdair Kergon2010-10-251-1/+4
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-3/+3
* Monitor origin -real device below snapshot instead of overlay device. (brassow)Alasdair Kergon2010-08-171-1/+1
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-161-15/+16
* Remove unneeded "active" variable in vgchange_monitoring().Dave Wysochanski2010-07-261-2/+2
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* improve vgmetadatacopies unmanaged messageAlasdair Kergon2010-06-301-10/+8
* Fix compile warning in vgchange.c regarding mda_copies initialization.Dave Wysochanski2010-06-281-1/+1
* Update vgchange tool to accept --vgmetadatacopies.Dave Wysochanski2010-06-281-2/+47
* Fix typo: premitted -> permittedZdenek Kabelac2010-06-231-1/+1
* Replicator: update activate code for vgchangeZdenek Kabelac2010-05-241-0/+5
* Replicator: VG with cmd_missing_vgs does not generate outputZdenek Kabelac2010-05-241-2/+4
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-061-5/+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 _vgchange_tag() to vg_change_tag() library function.Dave Wysochanski2010-02-241-17/+3
* Rename segment and lv status flag from SNAPSHOT_MERGE to MERGING.Mike Snitzer2010-01-131-4/+2
* Add snapshot merge wrappers to abstract the associations and flags usedMike Snitzer2010-01-131-2/+2
* Start background polling of merging stores on:Mike Snitzer2010-01-131-7/+8
* . update documentation for --poll in the vgchange and lvchange man pagesMike Snitzer2010-01-061-0/+7
* Add missing 'stack;' for all activate_lv and deactivate_lv callers.Mike Snitzer2010-01-051-5/+15
* Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer2010-01-051-4/+60
* Fix activated/deactivated log_verbose messageDave Wysochanski2009-12-071-2/+2
* Return error status if vgchange fails to activate some volume.Milan Broz2009-11-241-11/+12
* Never activate hidden volumes directly in vgchange.Milan Broz2009-11-181-0/+3