]> sourceware.org Git - lvm2.git/log
lvm2.git
17 years agoAvoid deptree attempting to suspend a device that's already suspended.
Alasdair Kergon [Fri, 13 Oct 2006 14:03:35 +0000 (14:03 +0000)]
Avoid deptree attempting to suspend a device that's already suspended.

17 years agoPropagate clustered flag in vgsplit and require resizeable flag.
Alasdair Kergon [Fri, 13 Oct 2006 13:22:44 +0000 (13:22 +0000)]
Propagate clustered flag in vgsplit and require resizeable flag.

17 years agopost-release
Alasdair Kergon [Thu, 12 Oct 2006 18:20:45 +0000 (18:20 +0000)]
post-release

17 years agofix realtime msg alignment
Alasdair Kergon [Thu, 12 Oct 2006 18:17:09 +0000 (18:17 +0000)]
fix realtime msg alignment

17 years agopre-release
Alasdair Kergon [Thu, 12 Oct 2006 18:13:33 +0000 (18:13 +0000)]
pre-release

17 years ago.
Alasdair Kergon [Thu, 12 Oct 2006 17:42:40 +0000 (17:42 +0000)]
.

17 years agomissing mesg
Alasdair Kergon [Thu, 12 Oct 2006 17:41:21 +0000 (17:41 +0000)]
missing mesg

17 years agopre-release
Alasdair Kergon [Thu, 12 Oct 2006 17:37:42 +0000 (17:37 +0000)]
pre-release

17 years agonoflush code fixes: missing debug log; non-standard variable name
Alasdair Kergon [Thu, 12 Oct 2006 17:29:05 +0000 (17:29 +0000)]
noflush code fixes: missing debug log; non-standard variable name

17 years agoremove unused variable
Alasdair Kergon [Thu, 12 Oct 2006 17:18:40 +0000 (17:18 +0000)]
remove unused variable

17 years agofix dmsetup usage display (missing \n and --noflush wrong place)
Alasdair Kergon [Thu, 12 Oct 2006 17:09:09 +0000 (17:09 +0000)]
fix dmsetup usage display (missing \n and --noflush wrong place)

17 years ago Add suspend noflush support.
Alasdair Kergon [Thu, 12 Oct 2006 15:42:25 +0000 (15:42 +0000)]
  Add suspend noflush support.
  Add basic dmsetup loop support.

17 years agoTest message to lvm-devel list.
Alasdair Kergon [Tue, 10 Oct 2006 17:20:40 +0000 (17:20 +0000)]
Test message to lvm-devel list.

17 years agoAdd clvmd call to return the cluster name.
Patrick Caulfield [Mon, 9 Oct 2006 14:11:57 +0000 (14:11 +0000)]
Add clvmd call to return the cluster name.

17 years agoadd cling allocation policy
Alasdair Kergon [Sun, 8 Oct 2006 12:01:13 +0000 (12:01 +0000)]
add cling allocation policy

17 years ago.
Alasdair Kergon [Sat, 7 Oct 2006 23:42:03 +0000 (23:42 +0000)]
.

17 years agocheck_contiguous to use for_each_pv
Alasdair Kergon [Sat, 7 Oct 2006 23:40:36 +0000 (23:40 +0000)]
check_contiguous to use for_each_pv

17 years agoMore work towards pv->size always holding the same value in internal metadata.
Alasdair Kergon [Sat, 7 Oct 2006 23:17:17 +0000 (23:17 +0000)]
More work towards pv->size always holding the same value in internal metadata.
Store it in external text metadata as dev_size, and estimate it if not
present when metadata is read back in.

17 years agorely on pv_setup functions to fix up pe_count
Alasdair Kergon [Sat, 7 Oct 2006 23:06:18 +0000 (23:06 +0000)]
rely on pv_setup functions to fix up pe_count

17 years agoAccept regionsize with lvconvert.
Alasdair Kergon [Sat, 7 Oct 2006 23:04:36 +0000 (23:04 +0000)]
Accept regionsize with lvconvert.

17 years agomore refactoring
Alasdair Kergon [Sat, 7 Oct 2006 16:00:28 +0000 (16:00 +0000)]
more refactoring

17 years agoExtend _for_each_pv() to allow termination without error.
Alasdair Kergon [Sat, 7 Oct 2006 12:41:06 +0000 (12:41 +0000)]
Extend _for_each_pv() to allow termination without error.

17 years agoabstract _is_contiguous()
Alasdair Kergon [Sat, 7 Oct 2006 11:34:53 +0000 (11:34 +0000)]
abstract _is_contiguous()

17 years agomove _for_each_pv()
Alasdair Kergon [Sat, 7 Oct 2006 11:23:22 +0000 (11:23 +0000)]
move _for_each_pv()

17 years agoRemove duplicated pv arg from _check_contiguous().
Alasdair Kergon [Sat, 7 Oct 2006 11:00:09 +0000 (11:00 +0000)]
Remove duplicated pv arg from _check_contiguous().

17 years agoAccept regionsize with lvconvert
Alasdair Kergon [Sat, 7 Oct 2006 10:47:05 +0000 (10:47 +0000)]
Accept regionsize with lvconvert

17 years agoCorrect regionsize default on lvcreate man page (MB).
Alasdair Kergon [Sat, 7 Oct 2006 10:43:40 +0000 (10:43 +0000)]
Correct regionsize default on lvcreate man page (MB).

17 years agoAdd report columns with underscore before field names ending 'size'.
Alasdair Kergon [Sat, 7 Oct 2006 10:42:27 +0000 (10:42 +0000)]
Add report columns with underscore before field names ending 'size'.

17 years agoUse strncpy rather than strcpy
Patrick Caulfield [Fri, 6 Oct 2006 10:06:37 +0000 (10:06 +0000)]
Use strncpy rather than strcpy

17 years agoFix clvmd bug that could cause it to die when a node with a long name crashed.
Patrick Caulfield [Fri, 6 Oct 2006 10:06:10 +0000 (10:06 +0000)]
Fix clvmd bug that could cause it to die when a node with a long name crashed.

17 years agoFix format_text mda_setup pv->size and pv_setup pe_count calculations.
Alasdair Kergon [Thu, 5 Oct 2006 22:02:52 +0000 (22:02 +0000)]
Fix format_text mda_setup pv->size and pv_setup pe_count calculations.

(This area of the code needs a lot more work.)

17 years agoFix _for_each_pv() for mirror with core log.
Alasdair Kergon [Thu, 5 Oct 2006 21:24:48 +0000 (21:24 +0000)]
Fix _for_each_pv() for mirror with core log.

17 years agoAdd lvm_dump.sh script to create a tarball of debugging info from a system.
Alasdair Kergon [Thu, 5 Oct 2006 18:42:33 +0000 (18:42 +0000)]
Add lvm_dump.sh script to create a tarball of debugging info from a system.

17 years agoVastly improve the errors returned to the user from clvmd.
Patrick Caulfield [Thu, 5 Oct 2006 13:55:50 +0000 (13:55 +0000)]
Vastly improve the errors returned to the user from clvmd.
It now captures the error messages that are generated and returns them
in the reply packet rather than just telling the user to check syslog.

17 years agoRemove unused #defines from filter-md.c.
Alasdair Kergon [Wed, 4 Oct 2006 16:03:17 +0000 (16:03 +0000)]
Remove unused #defines from filter-md.c.

17 years agoMake clvmd restart init script wait until clvmd has died before starting it.
Patrick Caulfield [Wed, 4 Oct 2006 08:42:14 +0000 (08:42 +0000)]
Make clvmd restart init script wait until clvmd has died before starting it.

17 years agoUpdate man page for clvmd -R
Patrick Caulfield [Wed, 4 Oct 2006 08:28:17 +0000 (08:28 +0000)]
Update man page for clvmd -R

17 years agoAdd -R switch to clvmd.
Patrick Caulfield [Wed, 4 Oct 2006 08:22:16 +0000 (08:22 +0000)]
Add -R switch to clvmd.
This option will instruct all the clvmd daemons in the cluster to reload their device cache

17 years agoTest. Future commit messages should now also go to the dm-devel list
Alasdair Kergon [Tue, 3 Oct 2006 21:51:28 +0000 (21:51 +0000)]
Test.  Future commit messages should now also go to the dm-devel list
(450 subscribers) for discussion as well as the read-only dm-cvs list
(just 15 subscribers).

17 years agoexclude targets that are always built-in
Alasdair Kergon [Tue, 3 Oct 2006 18:02:06 +0000 (18:02 +0000)]
exclude targets that are always built-in

17 years agoAdd LV column to reports listing kernel modules needed for activation.
Alasdair Kergon [Tue, 3 Oct 2006 17:55:20 +0000 (17:55 +0000)]
Add LV column to reports listing kernel modules needed for activation.

17 years agoShow available fields if report given invalid field. (e.g. lvs -o list)
Alasdair Kergon [Mon, 2 Oct 2006 16:46:27 +0000 (16:46 +0000)]
Show available fields if report given invalid field. (e.g. lvs -o list)

17 years agoFix compiler warnings in percent arg. [pjc]
Alasdair Kergon [Mon, 2 Oct 2006 16:15:03 +0000 (16:15 +0000)]
Fix compiler warnings in percent arg.  [pjc]

17 years agoAdd timestamp functions with --disable-realtime configure option. [AJ]
Alasdair Kergon [Sat, 30 Sep 2006 20:02:02 +0000 (20:02 +0000)]
Add timestamp functions with --disable-realtime configure option. [AJ]

17 years agoAdd %VG, %LV and %FREE suffices to lvcreate/lvresize --extents arg.
Alasdair Kergon [Tue, 26 Sep 2006 09:35:43 +0000 (09:35 +0000)]
Add %VG, %LV and %FREE suffices to lvcreate/lvresize --extents arg.
e.g. lvcreate -l 100%FREE to create an LV using all available space.
     lvextend -l 50%LV to increase an LV by 50% of its existing size.
     lvcreate -l 20%VG to create an LV using 20% of the total VG size.

17 years agoFix two potential NULL pointer derefs in error cases in vg_read().
Alasdair Kergon [Thu, 21 Sep 2006 20:25:54 +0000 (20:25 +0000)]
Fix two potential NULL pointer derefs in error cases in vg_read().

17 years agoSeparate --enable-cluster from locking lib options in lvmconf.sh.
Alasdair Kergon [Wed, 20 Sep 2006 17:36:47 +0000 (17:36 +0000)]
Separate --enable-cluster from locking lib options in lvmconf.sh.

17 years agoSupply missing comma. [via Debian]
Alasdair Kergon [Tue, 19 Sep 2006 20:20:40 +0000 (20:20 +0000)]
Supply missing comma.  [via Debian]

17 years agopost-release
Alasdair Kergon [Tue, 19 Sep 2006 19:36:59 +0000 (19:36 +0000)]
post-release

17 years agopre-release
Alasdair Kergon [Tue, 19 Sep 2006 19:15:10 +0000 (19:15 +0000)]
pre-release

17 years agoFix lvconvert mirror change case detection logic.
Alasdair Kergon [Tue, 19 Sep 2006 19:13:41 +0000 (19:13 +0000)]
Fix lvconvert mirror change case detection logic.
Fix mirror log detachment so it correctly becomes a standalone LV.

17 years agopost-release
Alasdair Kergon [Tue, 19 Sep 2006 17:50:58 +0000 (17:50 +0000)]
post-release

17 years agopre-release
Alasdair Kergon [Tue, 19 Sep 2006 17:43:03 +0000 (17:43 +0000)]
pre-release

17 years agoReorder mm bounds_check code to reduce window for a dmeventd race. (dm_free_aux)
Alasdair Kergon [Tue, 19 Sep 2006 17:30:04 +0000 (17:30 +0000)]
Reorder mm bounds_check code to reduce window for a dmeventd race. (dm_free_aux)

17 years agoExtend _check_contiguous() to detect single-area LVs.
Alasdair Kergon [Mon, 11 Sep 2006 21:14:56 +0000 (21:14 +0000)]
Extend _check_contiguous() to detect single-area LVs.
Include mirror log (untested) in _for_each_pv() processing.
Use MIRROR_LOG_SIZE constant.
Remove struct seg_pvs from _for_each_pv() for generalisation.
Avoid adding duplicates to list of parallel PVs to avoid.

17 years agoFix several incorrect comparisons in parallel area avoidance code.
Alasdair Kergon [Mon, 11 Sep 2006 14:24:58 +0000 (14:24 +0000)]
Fix several incorrect comparisons in parallel area avoidance code.
Fix segment lengths when flattening existing parallel areas.
Log existing parallel areas prior to allocation.
Fix mirror log creation when activation disabled.

17 years agofix vgreduce clustered check
Alasdair Kergon [Thu, 7 Sep 2006 23:23:45 +0000 (23:23 +0000)]
fix vgreduce clustered check

17 years agoWhen using local file locking, skip clustered VGs.
Alasdair Kergon [Sat, 2 Sep 2006 01:18:17 +0000 (01:18 +0000)]
When using local file locking, skip clustered VGs.
Add fallback_to_clustered_locking and fallback_to_local_locking parameters.

17 years agolvm.static uses built-in cluster locking instead of external locking.
Alasdair Kergon [Thu, 31 Aug 2006 22:21:00 +0000 (22:21 +0000)]
lvm.static uses built-in cluster locking instead of external locking.
Don't attempt to load shared libraries if built statically.

17 years agoChange default locking_lib to liblvm2clusterlock.so.
Alasdair Kergon [Thu, 31 Aug 2006 20:56:33 +0000 (20:56 +0000)]
Change default locking_lib to liblvm2clusterlock.so.

17 years agoAdd skip_dev_dir() to process command line VGs.
Alasdair Kergon [Fri, 25 Aug 2006 23:02:33 +0000 (23:02 +0000)]
Add skip_dev_dir() to process command line VGs.

17 years agoStop clvmd complaining about nodes that have left the cluster
Patrick Caulfield [Thu, 24 Aug 2006 12:45:05 +0000 (12:45 +0000)]
Stop clvmd complaining about nodes that have left the cluster

17 years agostub.h shouldn't be here
Alasdair Kergon [Tue, 22 Aug 2006 15:56:06 +0000 (15:56 +0000)]
stub.h shouldn't be here

17 years agoAdd needed new parameter to create_toolcontext().
Patrick Caulfield [Tue, 22 Aug 2006 09:49:20 +0000 (09:49 +0000)]
Add needed new parameter to create_toolcontext().

17 years agoMove lvm_snprintf into libdevmapper.
Alasdair Kergon [Mon, 21 Aug 2006 12:54:53 +0000 (12:54 +0000)]
Move lvm_snprintf into libdevmapper.

17 years agoAdd dm_snprintf
Alasdair Kergon [Mon, 21 Aug 2006 12:52:39 +0000 (12:52 +0000)]
Add dm_snprintf

17 years agoAdd dm_split_words() and dm_split_lvm_name() to libdevmapper.
Alasdair Kergon [Mon, 21 Aug 2006 12:07:03 +0000 (12:07 +0000)]
Add dm_split_words() and dm_split_lvm_name() to libdevmapper.

17 years agofix lvm.conf (5) refs
Alasdair Kergon [Fri, 18 Aug 2006 22:35:59 +0000 (22:35 +0000)]
fix lvm.conf (5) refs

17 years agomirror man page tweaks
Alasdair Kergon [Fri, 18 Aug 2006 22:27:01 +0000 (22:27 +0000)]
mirror man page tweaks

17 years agoAdd mirroring into man pages
Alasdair Kergon [Fri, 18 Aug 2006 21:49:19 +0000 (21:49 +0000)]
Add mirroring into man pages

17 years agoreorder bounds check code
Alasdair Kergon [Fri, 18 Aug 2006 21:38:58 +0000 (21:38 +0000)]
reorder bounds check code

17 years agoPrevent mirror renames.
Alasdair Kergon [Fri, 18 Aug 2006 21:19:54 +0000 (21:19 +0000)]
Prevent mirror renames.

17 years agoMove CMDLIB code into separate file and record whether static build.
Alasdair Kergon [Fri, 18 Aug 2006 21:17:18 +0000 (21:17 +0000)]
Move CMDLIB code into separate file and record whether static build.

17 years agopost
Alasdair Kergon [Thu, 17 Aug 2006 20:04:38 +0000 (20:04 +0000)]
post

17 years agowrappers files
Alasdair Kergon [Thu, 17 Aug 2006 19:56:28 +0000 (19:56 +0000)]
wrappers files

17 years agopre-release
Alasdair Kergon [Thu, 17 Aug 2006 19:55:50 +0000 (19:55 +0000)]
pre-release

17 years agoFix PE_ALIGN for pagesize over 32KB.
Alasdair Kergon [Thu, 17 Aug 2006 19:53:36 +0000 (19:53 +0000)]
Fix PE_ALIGN for pagesize over 32KB.

17 years agowrap PE_ALIGN
Alasdair Kergon [Thu, 17 Aug 2006 19:30:59 +0000 (19:30 +0000)]
wrap PE_ALIGN

17 years agoSeparate out LVM1_PE_ALIGN.
Alasdair Kergon [Thu, 17 Aug 2006 19:15:27 +0000 (19:15 +0000)]
Separate out LVM1_PE_ALIGN.

17 years agoAdd lvm_getpagesize wrapper.
Alasdair Kergon [Thu, 17 Aug 2006 18:23:44 +0000 (18:23 +0000)]
Add lvm_getpagesize wrapper.

17 years agoAdd --maxphysicalvolumes to vgchange.
Alasdair Kergon [Wed, 16 Aug 2006 14:41:42 +0000 (14:41 +0000)]
Add --maxphysicalvolumes to vgchange.

17 years agopost-release
Alasdair Kergon [Tue, 15 Aug 2006 19:13:06 +0000 (19:13 +0000)]
post-release

17 years agopre-release
Alasdair Kergon [Tue, 15 Aug 2006 19:06:09 +0000 (19:06 +0000)]
pre-release

17 years agopost-release
Alasdair Kergon [Tue, 15 Aug 2006 17:43:10 +0000 (17:43 +0000)]
post-release

17 years agopre-release
Alasdair Kergon [Tue, 15 Aug 2006 17:38:38 +0000 (17:38 +0000)]
pre-release

18 years agofix getopt_long error check
Alasdair Kergon [Thu, 10 Aug 2006 20:53:21 +0000 (20:53 +0000)]
fix getopt_long error check

18 years agoAdd --table argument to dmsetup for a one-line table.
Alasdair Kergon [Thu, 10 Aug 2006 14:11:03 +0000 (14:11 +0000)]
Add --table argument to dmsetup for a one-line table.
Abort if errors are found during cmdline option processing.

18 years agoAdd checks for duplicate LV name, lvid and PV id before writing metadata.
Alasdair Kergon [Wed, 9 Aug 2006 19:33:25 +0000 (19:33 +0000)]
Add checks for duplicate LV name, lvid and PV id before writing metadata.
Report all sanity check failures, not just the first.

18 years agoAdd lockfs indicator to debug output.
Alasdair Kergon [Tue, 8 Aug 2006 21:22:31 +0000 (21:22 +0000)]
Add lockfs indicator to debug output.

18 years agoFix missing lockfs on first snapshot creation.
Alasdair Kergon [Tue, 8 Aug 2006 21:20:00 +0000 (21:20 +0000)]
Fix missing lockfs on first snapshot creation.

18 years agoAdd --trustcache option to reporting commands in preparation for supporting
Alasdair Kergon [Tue, 1 Aug 2006 14:56:33 +0000 (14:56 +0000)]
Add --trustcache option to reporting commands in preparation for supporting
event-driven model.  Without changes to the way the cache gets updated, the
option is currently unreliable without a global lock to prevent any lvm2
commands from running concurrently.

18 years agoFix locking for mimage removal.
Alasdair Kergon [Thu, 20 Jul 2006 20:37:10 +0000 (20:37 +0000)]
Fix locking for mimage removal.

18 years agoFix clvmd_init_rhel4 'status' exit code.
Alasdair Kergon [Wed, 19 Jul 2006 18:55:58 +0000 (18:55 +0000)]
Fix clvmd_init_rhel4 'status' exit code.

18 years agopost-release
Alasdair Kergon [Mon, 17 Jul 2006 14:39:54 +0000 (14:39 +0000)]
post-release

18 years agopre-release
Alasdair Kergon [Mon, 17 Jul 2006 14:32:00 +0000 (14:32 +0000)]
pre-release

18 years agoFix activation logic in lvchange --persistent.
Alasdair Kergon [Mon, 10 Jul 2006 19:39:14 +0000 (19:39 +0000)]
Fix activation logic in lvchange --persistent.

18 years agoDon't ignore persistent minor numbers when activating.
Alasdair Kergon [Mon, 10 Jul 2006 19:17:40 +0000 (19:17 +0000)]
Don't ignore persistent minor numbers when activating.

18 years agotest
Alasdair Kergon [Wed, 5 Jul 2006 21:07:35 +0000 (21:07 +0000)]
test

18 years agotest
Alasdair Kergon [Wed, 5 Jul 2006 21:03:15 +0000 (21:03 +0000)]
test

18 years agoAppend full patch to checkin emails.
Alasdair Kergon [Wed, 5 Jul 2006 21:01:06 +0000 (21:01 +0000)]
Append full patch to checkin emails.

This page took 0.088957 seconds and 5 git commands to generate.