]>
sourceware.org Git - lvm2.git/log
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.
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().
Alasdair Kergon [Wed, 20 Sep 2006 17:36:47 +0000 (17:36 +0000)]
Separate --enable-cluster from locking lib options in lvmconf.sh.
Alasdair Kergon [Tue, 19 Sep 2006 20:20:40 +0000 (20:20 +0000)]
Supply missing comma. [via Debian]
Alasdair Kergon [Tue, 19 Sep 2006 19:36:59 +0000 (19:36 +0000)]
post-release
Alasdair Kergon [Tue, 19 Sep 2006 19:15:10 +0000 (19:15 +0000)]
pre-release
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.
Alasdair Kergon [Tue, 19 Sep 2006 17:50:58 +0000 (17:50 +0000)]
post-release
Alasdair Kergon [Tue, 19 Sep 2006 17:43:03 +0000 (17:43 +0000)]
pre-release
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)
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.
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.
Alasdair Kergon [Thu, 7 Sep 2006 23:23:45 +0000 (23:23 +0000)]
fix vgreduce clustered check
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.
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.
Alasdair Kergon [Thu, 31 Aug 2006 20:56:33 +0000 (20:56 +0000)]
Change default locking_lib to liblvm2clusterlock.so.
Alasdair Kergon [Fri, 25 Aug 2006 23:02:33 +0000 (23:02 +0000)]
Add skip_dev_dir() to process command line VGs.
Patrick Caulfield [Thu, 24 Aug 2006 12:45:05 +0000 (12:45 +0000)]
Stop clvmd complaining about nodes that have left the cluster
Alasdair Kergon [Tue, 22 Aug 2006 15:56:06 +0000 (15:56 +0000)]
stub.h shouldn't be here
Patrick Caulfield [Tue, 22 Aug 2006 09:49:20 +0000 (09:49 +0000)]
Add needed new parameter to create_toolcontext().
Alasdair Kergon [Mon, 21 Aug 2006 12:54:53 +0000 (12:54 +0000)]
Move lvm_snprintf into libdevmapper.
Alasdair Kergon [Mon, 21 Aug 2006 12:52:39 +0000 (12:52 +0000)]
Add dm_snprintf
Alasdair Kergon [Mon, 21 Aug 2006 12:07:03 +0000 (12:07 +0000)]
Add dm_split_words() and dm_split_lvm_name() to libdevmapper.
Alasdair Kergon [Fri, 18 Aug 2006 22:35:59 +0000 (22:35 +0000)]
fix lvm.conf (5) refs
Alasdair Kergon [Fri, 18 Aug 2006 22:27:01 +0000 (22:27 +0000)]
mirror man page tweaks
Alasdair Kergon [Fri, 18 Aug 2006 21:49:19 +0000 (21:49 +0000)]
Add mirroring into man pages
Alasdair Kergon [Fri, 18 Aug 2006 21:38:58 +0000 (21:38 +0000)]
reorder bounds check code
Alasdair Kergon [Fri, 18 Aug 2006 21:19:54 +0000 (21:19 +0000)]
Prevent mirror renames.
Alasdair Kergon [Fri, 18 Aug 2006 21:17:18 +0000 (21:17 +0000)]
Move CMDLIB code into separate file and record whether static build.
Alasdair Kergon [Thu, 17 Aug 2006 20:04:38 +0000 (20:04 +0000)]
post
Alasdair Kergon [Thu, 17 Aug 2006 19:56:28 +0000 (19:56 +0000)]
wrappers files
Alasdair Kergon [Thu, 17 Aug 2006 19:55:50 +0000 (19:55 +0000)]
pre-release
Alasdair Kergon [Thu, 17 Aug 2006 19:53:36 +0000 (19:53 +0000)]
Fix PE_ALIGN for pagesize over 32KB.
Alasdair Kergon [Thu, 17 Aug 2006 19:30:59 +0000 (19:30 +0000)]
wrap PE_ALIGN
Alasdair Kergon [Thu, 17 Aug 2006 19:15:27 +0000 (19:15 +0000)]
Separate out LVM1_PE_ALIGN.
Alasdair Kergon [Thu, 17 Aug 2006 18:23:44 +0000 (18:23 +0000)]
Add lvm_getpagesize wrapper.
Alasdair Kergon [Wed, 16 Aug 2006 14:41:42 +0000 (14:41 +0000)]
Add --maxphysicalvolumes to vgchange.
Alasdair Kergon [Tue, 15 Aug 2006 19:13:06 +0000 (19:13 +0000)]
post-release
Alasdair Kergon [Tue, 15 Aug 2006 19:06:09 +0000 (19:06 +0000)]
pre-release
Alasdair Kergon [Tue, 15 Aug 2006 17:43:10 +0000 (17:43 +0000)]
post-release
Alasdair Kergon [Tue, 15 Aug 2006 17:38:38 +0000 (17:38 +0000)]
pre-release
Alasdair Kergon [Thu, 10 Aug 2006 20:53:21 +0000 (20:53 +0000)]
fix getopt_long error check
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.
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.
Alasdair Kergon [Tue, 8 Aug 2006 21:22:31 +0000 (21:22 +0000)]
Add lockfs indicator to debug output.
Alasdair Kergon [Tue, 8 Aug 2006 21:20:00 +0000 (21:20 +0000)]
Fix missing lockfs on first snapshot creation.
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.
Alasdair Kergon [Thu, 20 Jul 2006 20:37:10 +0000 (20:37 +0000)]
Fix locking for mimage removal.
Alasdair Kergon [Wed, 19 Jul 2006 18:55:58 +0000 (18:55 +0000)]
Fix clvmd_init_rhel4 'status' exit code.
Alasdair Kergon [Mon, 17 Jul 2006 14:39:54 +0000 (14:39 +0000)]
post-release
Alasdair Kergon [Mon, 17 Jul 2006 14:32:00 +0000 (14:32 +0000)]
pre-release
Alasdair Kergon [Mon, 10 Jul 2006 19:39:14 +0000 (19:39 +0000)]
Fix activation logic in lvchange --persistent.
Alasdair Kergon [Mon, 10 Jul 2006 19:17:40 +0000 (19:17 +0000)]
Don't ignore persistent minor numbers when activating.
Alasdair Kergon [Wed, 5 Jul 2006 21:07:35 +0000 (21:07 +0000)]
test
Alasdair Kergon [Wed, 5 Jul 2006 21:03:15 +0000 (21:03 +0000)]
test
Alasdair Kergon [Wed, 5 Jul 2006 21:01:06 +0000 (21:01 +0000)]
Append full patch to checkin emails.
Alasdair Kergon [Wed, 5 Jul 2006 17:29:12 +0000 (17:29 +0000)]
Avoid duplicate dmeventd subdir with 'make distclean'.
Alasdair Kergon [Wed, 5 Jul 2006 17:26:36 +0000 (17:26 +0000)]
add dlerror to another error path
Alasdair Kergon [Tue, 4 Jul 2006 19:52:47 +0000 (19:52 +0000)]
Differentiate between the two 'log device failed' cases in vgreduce.
Alasdair Kergon [Tue, 4 Jul 2006 19:40:27 +0000 (19:40 +0000)]
Use RTLD_GLOBAL when loading shared libraries.
Alasdair Kergon [Tue, 4 Jul 2006 19:36:49 +0000 (19:36 +0000)]
Add some forgotten memlock checks to _vg_read to protect against full scans.
Alasdair Kergon [Tue, 4 Jul 2006 18:57:27 +0000 (18:57 +0000)]
Add mutex to dmeventd_mirror to avoid concurrent execution.
Alasdair Kergon [Tue, 4 Jul 2006 18:51:59 +0000 (18:51 +0000)]
If VG is already consistent with --removemissing, return success not failure.
Alasdair Kergon [Sun, 18 Jun 2006 11:51:46 +0000 (11:51 +0000)]
force remove fixes
Alasdair Kergon [Sun, 18 Jun 2006 11:35:04 +0000 (11:35 +0000)]
Add --force to dmsetup remove* to load error target. [Untested.]
Update dmsetup man page.
Alasdair Kergon [Sat, 17 Jun 2006 16:12:41 +0000 (16:12 +0000)]
dmsetup remove_all also performs mknodes.
Alasdair Kergon [Wed, 14 Jun 2006 22:00:03 +0000 (22:00 +0000)]
Don't suppress identical table reloads if permission changes.
Alasdair Kergon [Wed, 14 Jun 2006 20:27:15 +0000 (20:27 +0000)]
Fix return code if VG specified on command line is not found.
Alasdair Kergon [Wed, 14 Jun 2006 20:11:22 +0000 (20:11 +0000)]
Fix PV tools to include orphaned PVs in default output again.
Alasdair Kergon [Mon, 12 Jun 2006 17:34:20 +0000 (17:34 +0000)]
test checkin
Alasdair Kergon [Mon, 12 Jun 2006 17:32:43 +0000 (17:32 +0000)]
test checkin
Alasdair Kergon [Mon, 12 Jun 2006 17:30:29 +0000 (17:30 +0000)]
test checkin
Alasdair Kergon [Mon, 12 Jun 2006 17:18:31 +0000 (17:18 +0000)]
checkin test
Patrick Caulfield [Mon, 12 Jun 2006 09:46:35 +0000 (09:46 +0000)]
Fix "Unaligned access" when using clvm
bz#194626
Alasdair Kergon [Thu, 8 Jun 2006 22:15:49 +0000 (22:15 +0000)]
Fix an extra dev_close in a label_read error path.
Alasdair Kergon [Tue, 6 Jun 2006 17:44:11 +0000 (17:44 +0000)]
change two files in different directories
Alasdair Kergon [Tue, 6 Jun 2006 17:42:20 +0000 (17:42 +0000)]
test
Alasdair Kergon [Tue, 6 Jun 2006 17:41:30 +0000 (17:41 +0000)]
test one change
Alasdair Kergon [Thu, 25 May 2006 13:32:26 +0000 (13:32 +0000)]
Fix target_register_events args.
Alasdair Kergon [Wed, 24 May 2006 13:58:14 +0000 (13:58 +0000)]
Prevent snapshots of mirrors.
Alasdair Kergon [Tue, 16 May 2006 20:53:13 +0000 (20:53 +0000)]
Add DISTCLEAN_TARGETS to make template for configure.h.
More fixes to error paths.
Alasdair Kergon [Tue, 16 May 2006 20:42:01 +0000 (20:42 +0000)]
fix error path
Alasdair Kergon [Tue, 16 May 2006 16:48:31 +0000 (16:48 +0000)]
Fix lvcreate corelog validation.
Add --config for overriding most config file settings from cmdline.
Quote arguments when printing command line.
Remove linefeed from 'initialising logging' message.
Add 'Completed' debug message.
Don't attempt library exit after reloading config files.
Always compile with libdevmapper, even if device-mapper is disabled.
Alasdair Kergon [Tue, 16 May 2006 16:20:29 +0000 (16:20 +0000)]
Fix corelog segment line.
Suppress some compiler warnings.
Patrick Caulfield [Mon, 15 May 2006 12:32:08 +0000 (12:32 +0000)]
Add needed include.
Alasdair Kergon [Mon, 15 May 2006 11:56:15 +0000 (11:56 +0000)]
fix compile
Alasdair Kergon [Fri, 12 May 2006 20:32:39 +0000 (20:32 +0000)]
post-release
Alasdair Kergon [Fri, 12 May 2006 19:47:40 +0000 (19:47 +0000)]
fix dev->device
Alasdair Kergon [Fri, 12 May 2006 19:44:42 +0000 (19:44 +0000)]
not reqd
Alasdair Kergon [Fri, 12 May 2006 19:41:43 +0000 (19:41 +0000)]
pre-release
Alasdair Kergon [Fri, 12 May 2006 19:16:48 +0000 (19:16 +0000)]
Add --monitor to vgcreate and lvcreate to control dmeventd registration.
Propagate --monitor around cluster.
Filter LCK_NONBLOCK in clvmd lock_vg.
Alasdair Kergon [Fri, 12 May 2006 13:33:22 +0000 (13:33 +0000)]
fix compile
Alasdair Kergon [Thu, 11 May 2006 20:24:07 +0000 (20:24 +0000)]
Pre-release.
Alasdair Kergon [Thu, 11 May 2006 20:17:17 +0000 (20:17 +0000)]
M for unsynced mirror
Alasdair Kergon [Thu, 11 May 2006 20:03:40 +0000 (20:03 +0000)]
Add --nosync to lvcreate with LV flag NOTSYNCED.
Alasdair Kergon [Thu, 11 May 2006 19:47:53 +0000 (19:47 +0000)]
Use mirror's uuid for a core log.
Alasdair Kergon [Thu, 11 May 2006 19:45:53 +0000 (19:45 +0000)]
Add mirror log fault-handling policy.
Alasdair Kergon [Thu, 11 May 2006 19:10:55 +0000 (19:10 +0000)]
Add DM_CORELOG flag to dm_tree_node_add_mirror_target().
Alasdair Kergon [Thu, 11 May 2006 19:08:02 +0000 (19:08 +0000)]
Avoid a dmeventd compiler warning.
Alasdair Kergon [Thu, 11 May 2006 19:05:21 +0000 (19:05 +0000)]
Propagate nosync flag around cluster.
This page took 0.054312 seconds and 5 git commands to generate.