aboutsummaryrefslogtreecommitdiff
path: root/tools/vgchange.c
AgeCommit message (Expand)Author
2013-04-12tools: add common lv_change_activateZdenek Kabelac
2012-10-17cleanup: switch log_error to log_warnZdenek Kabelac
2012-10-10[lv|vg]change: Allow limited metadata changes when PVs are missingJonathan Brassow
2012-09-12vgchange: fix -aay to activate proper volumesPeter Rajnoha
2012-08-25config: add silent modeAlasdair G Kergon
2012-08-23cleanup: use proper activation_change_tZdenek Kabelac
2012-07-10activate: skip manual activation for --sysinit -aayPeter Rajnoha
2012-06-28vgchange: add --activate ay option (autoactivate)Peter Rajnoha
2012-06-28activate: add autoactivation hooksPeter Rajnoha
2012-06-28args: add --activate synonym for --available argPeter Rajnoha
2012-03-23Update and fix monitoring of thin pool devicesZdenek Kabelac
2012-02-28Using enum types for enumsZdenek Kabelac
2012-02-15Initialize dmeventd monitoring for every commandZdenek Kabelac
2011-11-07Thin revert code for exclusive pool activationZdenek Kabelac
2011-11-03Thin avoids need of having writable VG for activationZdenek Kabelac
2011-10-30Thin creation without activationZdenek Kabelac
2011-10-28Thin works only with exclusive activationZdenek Kabelac
2011-10-28Thin pool activation changeZdenek Kabelac
2011-10-22Ensure thin LVs take an exclusive activationZdenek Kabelac
2011-09-14Fix vgchange activation of snapshot with virtual origin.Milan Broz
2011-09-07Support break for vgchange and vgrefresh operationZdenek Kabelac
2011-06-11Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon
2011-03-02PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz
2011-02-04Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow
2011-01-24Add change_tag to toollib.Alasdair Kergon
2010-11-11Support repetition of --addtag and --deltag arguments.Alasdair Kergon
2010-10-29Update VG metadata only once in vgchange when making multiple changes.Alasdair Kergon
2010-10-26Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.Mike Snitzer
2010-10-25Don't take write lock in vgchange --refresh, --poll or --monitor.Alasdair Kergon
2010-08-17Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon
2010-08-17Monitor origin -real device below snapshot instead of overlay device. (brassow)Alasdair Kergon
2010-08-16Various small cleanups and fixes related to monitoring.Alasdair Kergon
2010-07-26Remove unneeded "active" variable in vgchange_monitoring().Dave Wysochanski
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-06-30improve vgmetadatacopies unmanaged messageAlasdair Kergon
2010-06-28Fix compile warning in vgchange.c regarding mda_copies initialization.Dave Wysochanski
2010-06-28Update vgchange tool to accept --vgmetadatacopies.Dave Wysochanski
2010-06-23Fix typo: premitted -> permittedZdenek Kabelac
2010-05-24Replicator: update activate code for vgchangeZdenek Kabelac
2010-05-24Replicator: VG with cmd_missing_vgs does not generate outputZdenek Kabelac
2010-05-06Add new --sysinit option for vgchange and lvchange.Peter Rajnoha
2010-03-29Do not allow {vg|lv}change --ignoremonitoring if on clustered VG.Mike Snitzer
2010-03-23Improve activation monitoring option processingMike Snitzer
2010-02-24Refactor _vgchange_tag() to vg_change_tag() library function.Dave Wysochanski
2010-01-13Rename segment and lv status flag from SNAPSHOT_MERGE to MERGING.Mike Snitzer
2010-01-13Add snapshot merge wrappers to abstract the associations and flags usedMike Snitzer
2010-01-13Start background polling of merging stores on:Mike Snitzer
2010-01-06. update documentation for --poll in the vgchange and lvchange man pagesMike Snitzer
2010-01-05Add missing 'stack;' for all activate_lv and deactivate_lv callers.Mike Snitzer
2010-01-05Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer