summaryrefslogtreecommitdiffstats
path: root/tools/vgchange.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add vg_set_clustered() - move logic from vgchange.Dave Wysochanski2009-10-311-16/+2
* Just a cleanup from previous commit. We don't need pvname local var in _activ...Peter Rajnoha2009-09-301-1/+0
* Don't attempt to restart pvmoves when deactivating LVs in vgchange.Alasdair Kergon2009-09-291-7/+3
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-151-2/+2
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-21/+63
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-2/+2
* Remove lockingfailed().Petr Rockai2009-07-151-7/+1
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-151-0/+6
* Add vg_set_alloc_policy() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-9/+4
* Add vg_set_max_pv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Add vg_set_max_lv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Rename vg_change_pesize to vg_set_extent_size and use vg_t.Dave Wysochanski2009-07-091-1/+1
* Remove unused 'cmd' from vg_change_pesize().Dave Wysochanski2009-07-091-1/+1
* Update vg_change_pesize() to contain all validity checks.Dave Wysochanski2009-07-091-25/+2
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-6/+4
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-14/+2
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1