summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove assumption that --yes must be used only in --force modeMilan Broz2010-08-192-10/+0
* 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-177-17/+17
* 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-162-16/+17
* Require --restorefile when using pvcreate --uuid.Mike Snitzer2010-08-123-2/+15
* Fix for bug 619221 - log device splitting regressionJonathan Earl Brassow2010-08-061-1/+1
* Require logical volume(s) to be explicitly named for lvconvert --merge.Mike Snitzer2010-08-031-1/+6
* Wait for node creation before displaying debug info in dmsetup.Zdenek Kabelac2010-08-031-0/+7
* Clean generated files .exported_symbols_generated, example.conf for distclean.Zdenek Kabelac2010-08-031-0/+2
* Fix return status 0 for "dmsetup info -c -o help".Zdenek Kabelac2010-08-031-2/+12
* Taka's fix for handling failure of all mirrored log devices andJonathan Earl Brassow2010-08-021-6/+10
* Disallow mirrored logs in cluster mirrors.Jonathan Earl Brassow2010-08-021-0/+9
* Fix wrong number of mirror log at allocate policyTakahiro Yasui2010-07-301-4/+6
* Make vgck warn about missing PVs.Petr Rockai2010-07-271-0/+6
* Remove unneeded "active" variable in vgchange_monitoring().Dave Wysochanski2010-07-261-2/+2
* Fix reversal of LV list before performing a split mirror.Jonathan Earl Brassow2010-07-131-1/+1
* Fix for bug 612311: Split of linear provides no error msgJonathan Earl Brassow2010-07-131-4/+7
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-0933-147/+147
* Remove superfluous fn prototypes.Alasdair Kergon2010-07-091-3/+0
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-1/+1
* Revert previous commit as it would return also for incorrect syntax.Zdenek Kabelac2010-07-081-1/+0
* Set return value 0 for 'dmsetup -c -o help'Zdenek Kabelac2010-07-081-0/+1
* Shorten prompt for pvchange and vgextend.Dave Wysochanski2010-07-072-7/+5
* Add --force to pvchange, and allow override of prompt involving metadataignore.Dave Wysochanski2010-07-073-1/+5
* Add prompt if using --metadataignore argument with vgmetadatacopies.Dave Wysochanski2010-07-072-0/+18
* Add warning to vgextend and pvchange if metadataignore given on cmdline.Dave Wysochanski2010-07-071-0/+9
* Fix for bug 607347: failing both redundant mirror log legs...Jonathan Earl Brassow2010-07-061-3/+6
* Fix dmlosetup snprintf %llu compiler warning.Alasdair Kergon2010-07-051-3/+1
* Fix lvm shell crash when input is entirely whitespace. (Xinwei Hu)Alasdair Kergon2010-07-011-0/+3
* Restore the "removemissing" behaviour of lvconvert --repair --use-policies.Petr Rockai2010-07-011-5/+3
* Fix --[vg]metadatacopies arg processingAlasdair Kergon2010-06-303-22/+14
* improve vgmetadatacopies unmanaged messageAlasdair Kergon2010-06-304-20/+18
* Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski2010-06-301-0/+2
* Update partial mode warning message.Alasdair Kergon2010-06-301-2/+1
* Fix vgremove to allow removal of VG with missing PVs. (2.02.52)Milan Broz2010-06-301-1/+1
* Add --metadataignore to vgextend and man pages.Dave Wysochanski2010-06-301-1/+1
* Add pvmetadatacopies to lvm.conf and pvcreate man pages.Dave Wysochanski2010-06-301-2/+8
* Add --metadataignore to pvcreate.Dave Wysochanski2010-06-302-2/+14
* Move code into pv_change_metadataignore library function.Dave Wysochanski2010-06-291-35/+1
* Fix compile warning in vgchange.c regarding mda_copies initialization.Dave Wysochanski2010-06-281-1/+1
* Allow 'all' and 'unmanaged' values for --vgmetadatacopies.Dave Wysochanski2010-06-283-1/+31
* Ensure --metadatacopies parameter gets interpreted based on command.Dave Wysochanski2010-06-281-2/+7
* Add --vgmetadatacopies to vgsplit man page and command.Dave Wysochanski2010-06-282-3/+6
* Update _vgmerge_single() to move fid->metadata_areas_ignored.Dave Wysochanski2010-06-281-0/+6
* Add --vgmetadatacopies to vgcreate man page, command, and lvm.conf.Dave Wysochanski2010-06-283-8/+17
* Set vg_mda_copies when pvchange --metadataignore is given.Dave Wysochanski2010-06-281-0/+11
* Update vgchange tool to accept --vgmetadatacopies.Dave Wysochanski2010-06-283-3/+51
* Add mda_copies to VG structures and initialization.Dave Wysochanski2010-06-281-0/+2
* Add --metadataignore to pvchange, allowing for ignoring of metadata areas.Dave Wysochanski2010-06-283-2/+35