]>
sourceware.org Git - lvm2.git/log
Alasdair Kergon [Tue, 22 Mar 2005 16:50:17 +0000 (16:50 +0000)]
post-release
Alasdair Kergon [Tue, 22 Mar 2005 15:13:48 +0000 (15:13 +0000)]
update pofile
Alasdair Kergon [Tue, 22 Mar 2005 15:12:37 +0000 (15:12 +0000)]
2.01.08
Alasdair Kergon [Mon, 21 Mar 2005 22:55:12 +0000 (22:55 +0000)]
Add clustered attribute so vgchange can identify clustered VGs w/o locking.
Alasdair Kergon [Mon, 21 Mar 2005 22:40:35 +0000 (22:40 +0000)]
Improve detection of external changes affecting internal cache.
Alasdair Kergon [Mon, 21 Mar 2005 14:51:49 +0000 (14:51 +0000)]
Add 'already in device cache' debug message.
Alasdair Kergon [Mon, 21 Mar 2005 14:47:36 +0000 (14:47 +0000)]
Add -a to pvdisplay -C.
Alasdair Kergon [Mon, 21 Mar 2005 14:43:02 +0000 (14:43 +0000)]
Avoid rmdir opendir error messsages when dir was already removed.
Alasdair Kergon [Mon, 21 Mar 2005 14:16:16 +0000 (14:16 +0000)]
Tighten signal handlers.
Alasdair Kergon [Thu, 10 Mar 2005 23:04:42 +0000 (23:04 +0000)]
Fix WHATS_NEW.
Alasdair Kergon [Thu, 10 Mar 2005 22:34:17 +0000 (22:34 +0000)]
Avoid some compiler warnings.
Alasdair Kergon [Thu, 10 Mar 2005 22:31:10 +0000 (22:31 +0000)]
Additional rename failure error message.
Alasdair Kergon [Thu, 10 Mar 2005 20:23:36 +0000 (20:23 +0000)]
read/write may be macros
Alasdair Kergon [Thu, 10 Mar 2005 20:22:40 +0000 (20:22 +0000)]
post-release
Patrick Caulfield [Wed, 9 Mar 2005 14:08:11 +0000 (14:08 +0000)]
Don't take out the lvm_thread_lock at startup - it only protects the jobs list.
DEBUGLOG() message now print threadid rather than PID which is more useful.
Alasdair Kergon [Tue, 8 Mar 2005 13:48:13 +0000 (13:48 +0000)]
update pofile
Alasdair Kergon [Tue, 8 Mar 2005 13:46:17 +0000 (13:46 +0000)]
Cope with new devices appearing by rescanning /dev if a uuid can't be found.
Alasdair Kergon [Tue, 8 Mar 2005 13:39:39 +0000 (13:39 +0000)]
Remove DESTDIR from LVM_SHARED_PATH.
Patrick Caulfield [Mon, 7 Mar 2005 17:03:44 +0000 (17:03 +0000)]
make clvmd FDs close-on-exec, to avoid warnings when running lvm via popen.
clvmd-gulm unlocks VG & orphan locks at startup in case they are stale.
clvmd-gulm now unlocks VG & orphan locks if client dies.
Alasdair Kergon [Thu, 3 Mar 2005 22:31:01 +0000 (22:31 +0000)]
post-release
Alasdair Kergon [Thu, 3 Mar 2005 22:26:34 +0000 (22:26 +0000)]
2.01.06
Alasdair Kergon [Thu, 3 Mar 2005 22:09:20 +0000 (22:09 +0000)]
Option to suppress warnings of file descriptors left open.
Alasdair Kergon [Thu, 3 Mar 2005 21:54:35 +0000 (21:54 +0000)]
Suppress 'open failed' error messages during scanning.
Alasdair Kergon [Thu, 3 Mar 2005 21:52:58 +0000 (21:52 +0000)]
Fix default value of metadatacopies in documentation (2->1).
Patrick Caulfield [Tue, 22 Feb 2005 16:26:21 +0000 (16:26 +0000)]
Fix clvmd-gulm node up/down code so it actually works.
clvmd-gulm now releases locks when shut down.
Patrick Caulfield [Mon, 21 Feb 2005 15:58:06 +0000 (15:58 +0000)]
./configure --enable-debug now enables debugging code in clvmd
Patrick Caulfield [Mon, 21 Feb 2005 14:36:09 +0000 (14:36 +0000)]
Always manipulate both locks in sync_lock() otherwise they get left
hanging around and cause trouble.
Alasdair Kergon [Fri, 18 Feb 2005 19:06:16 +0000 (19:06 +0000)]
post-release
Alasdair Kergon [Fri, 18 Feb 2005 18:58:31 +0000 (18:58 +0000)]
Static binary invokes dynamic binary if appropriate.
Patrick Caulfield [Fri, 18 Feb 2005 15:31:32 +0000 (15:31 +0000)]
Cope with more than one message arriving at the TCP socket, also
fix some instances where the length in the message was wrong (cman
code didn't notice this because it is packet-based comms anyway)
Patrick Caulfield [Thu, 17 Feb 2005 12:56:19 +0000 (12:56 +0000)]
Fix gulm->errno error number conversion.
Patrick Caulfield [Mon, 14 Feb 2005 09:07:14 +0000 (09:07 +0000)]
Make config check a little more tolerant of library names.
Alasdair Kergon [Wed, 9 Feb 2005 18:26:38 +0000 (18:26 +0000)]
post-release
Alasdair Kergon [Wed, 9 Feb 2005 17:49:36 +0000 (17:49 +0000)]
Add fixed offset to imported pool minor numbers.
Adam Manthei [Tue, 8 Feb 2005 17:20:24 +0000 (17:20 +0000)]
o cluster lvm requires that /usr/sbin/$TOOL is used instead of
/sbin/lvm.static $TOOL
o made variables LVDISPLAY, VGSCAN and VGCHANGE configurable in
/etc/sysconfig/cluster
Patrick Caulfield [Tue, 8 Feb 2005 09:05:58 +0000 (09:05 +0000)]
Fix thread shutdown race which could cause clvmd to hang in pthread_join.
Patrick Caulfield [Mon, 7 Feb 2005 14:45:38 +0000 (14:45 +0000)]
Revert last clvmd patch. More testing reveals that this just doesn't
work yet.
Patrick Caulfield [Mon, 7 Feb 2005 10:04:27 +0000 (10:04 +0000)]
Make clvmd use the command library rather than popen() to
preload the lock state.
Alasdair Kergon [Thu, 3 Feb 2005 16:34:53 +0000 (16:34 +0000)]
lvm2cmd.so should skip the check for open fds.
Alasdair Kergon [Wed, 2 Feb 2005 14:31:48 +0000 (14:31 +0000)]
Remove unused -f from pvmove
Patrick Caulfield [Wed, 2 Feb 2005 11:42:29 +0000 (11:42 +0000)]
Make clvmd do a quick sanity check on the clustering bits of lvm.conf
Patrick Caulfield [Wed, 2 Feb 2005 09:17:56 +0000 (09:17 +0000)]
Get rid of "connection refused" message because Corey doesn't like it.
Alasdair Kergon [Tue, 1 Feb 2005 16:40:16 +0000 (16:40 +0000)]
post-release
Alasdair Kergon [Tue, 1 Feb 2005 16:33:45 +0000 (16:33 +0000)]
pofile
Alasdair Kergon [Tue, 1 Feb 2005 16:29:22 +0000 (16:29 +0000)]
2.01.03
Alasdair Kergon [Tue, 1 Feb 2005 16:19:48 +0000 (16:19 +0000)]
More 64-bit display/report fixes.
Alasdair Kergon [Thu, 27 Jan 2005 16:16:54 +0000 (16:16 +0000)]
Add option to compile without ioctl for testing.
Alasdair Kergon [Thu, 27 Jan 2005 15:53:28 +0000 (15:53 +0000)]
Fix DM_LIB_VERSION sed
Alasdair Kergon [Thu, 27 Jan 2005 15:50:34 +0000 (15:50 +0000)]
More informative startup mesg if can't create /etc/lvm.
Alasdair Kergon [Thu, 27 Jan 2005 15:48:49 +0000 (15:48 +0000)]
Fix snapshot device size bug (since 2.01.01).
Patrick Caulfield [Wed, 26 Jan 2005 09:30:52 +0000 (09:30 +0000)]
Don't print CMAN error if initial probe fails - we could be running with GULM.
Patrick Caulfield [Tue, 25 Jan 2005 16:46:29 +0000 (16:46 +0000)]
Remove superflous &
Gulm clvmd no longer hangs trying to talk to a rebooted node.
Patrick Caulfield [Mon, 24 Jan 2005 15:31:13 +0000 (15:31 +0000)]
Make clvmd announce it's startup and cluster connection in syslog.
Alasdair Kergon [Fri, 21 Jan 2005 19:03:48 +0000 (19:03 +0000)]
postrelease
Alasdair Kergon [Fri, 21 Jan 2005 18:51:48 +0000 (18:51 +0000)]
update pofile
Alasdair Kergon [Fri, 21 Jan 2005 18:49:06 +0000 (18:49 +0000)]
pre-release
Patrick Caulfield [Fri, 21 Jan 2005 11:56:30 +0000 (11:56 +0000)]
Get rid of libclvm as it's out-of-date and not used at all.
Patrick Caulfield [Fri, 21 Jan 2005 11:35:24 +0000 (11:35 +0000)]
Fix clvmd startup bug introduced in cman/gulm amalgamation. bz#145729
Improve reporting of node-specific locking errors so you'll get
somthing a little more helpfiul than "host is down" - it will now tell
you /which/ host it thinks is down.
Alasdair Kergon [Thu, 20 Jan 2005 22:16:55 +0000 (22:16 +0000)]
Update clvmd_init_rhel4: use lvm.static and don't load dlm.
Alasdair Kergon [Thu, 20 Jan 2005 18:14:04 +0000 (18:14 +0000)]
Fix some size_t printing.
Alasdair Kergon [Thu, 20 Jan 2005 18:13:17 +0000 (18:13 +0000)]
Fix 64 bit xlate consts.
Alasdair Kergon [Thu, 20 Jan 2005 18:12:41 +0000 (18:12 +0000)]
Split out pool sptype_names to avoid unused const.
Alasdair Kergon [Thu, 20 Jan 2005 18:11:53 +0000 (18:11 +0000)]
Always fail if random id generation fails.
Alasdair Kergon [Wed, 19 Jan 2005 18:56:01 +0000 (18:56 +0000)]
Recognise gnbd.
Alasdair Kergon [Wed, 19 Jan 2005 18:10:09 +0000 (18:10 +0000)]
fix clvmd lv_info_by_lvid open_count
Alasdair Kergon [Wed, 19 Jan 2005 17:31:51 +0000 (17:31 +0000)]
Add some comments.
Alasdair Kergon [Wed, 19 Jan 2005 17:30:50 +0000 (17:30 +0000)]
move recover_vg
Alasdair Kergon [Wed, 19 Jan 2005 17:19:39 +0000 (17:19 +0000)]
Store snapshot and origin sizes separately.
Alasdair Kergon [Wed, 19 Jan 2005 17:01:18 +0000 (17:01 +0000)]
Update vgcreate man page.
Alasdair Kergon [Mon, 17 Jan 2005 20:45:05 +0000 (20:45 +0000)]
Post-2.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:16:37 +0000 (20:16 +0000)]
update po
Alasdair Kergon [Mon, 17 Jan 2005 20:13:01 +0000 (20:13 +0000)]
2.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:12:12 +0000 (20:12 +0000)]
post-1.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:00:28 +0000 (20:00 +0000)]
1.01.00
Alasdair Kergon [Mon, 17 Jan 2005 18:24:28 +0000 (18:24 +0000)]
Fix vgscan metadata auto-correction.
Patrick Caulfield [Thu, 13 Jan 2005 13:24:02 +0000 (13:24 +0000)]
You can now build clvmd with cman & gulm support in the same binary.
./configure --with-clvmd
wil do this by default. Or you can choose which you want with
./configure --with-clvmd=gulm or
./configure --with-clvmd=cman
When clvmd with both included is run, it will automatically detect the cluster
manager in use.
Alasdair Kergon [Wed, 12 Jan 2005 22:58:21 +0000 (22:58 +0000)]
Only ask libdevmapper for open_count when we need it.
Alasdair Kergon [Wed, 12 Jan 2005 22:10:14 +0000 (22:10 +0000)]
Add dm_task_no_open_count() to skip getting open_count.
Alasdair Kergon [Tue, 11 Jan 2005 22:00:36 +0000 (22:00 +0000)]
Adjust RHEL4 clvmd init script priority.
Alasdair Kergon [Fri, 7 Jan 2005 20:06:49 +0000 (20:06 +0000)]
post-2.00.33
Alasdair Kergon [Fri, 7 Jan 2005 19:50:54 +0000 (19:50 +0000)]
2.00.33
Alasdair Kergon [Fri, 7 Jan 2005 17:10:16 +0000 (17:10 +0000)]
post-1.00.21
Alasdair Kergon [Fri, 7 Jan 2005 15:53:37 +0000 (15:53 +0000)]
1.00.21
Alasdair Kergon [Fri, 7 Jan 2005 15:39:53 +0000 (15:39 +0000)]
Fix /proc/devices parsing.
Patrick Caulfield [Fri, 7 Jan 2005 14:22:49 +0000 (14:22 +0000)]
Fix off-by-one error in cluster_locking that could case read hangs.
Alasdair Kergon [Thu, 6 Jan 2005 18:41:38 +0000 (18:41 +0000)]
post-1.00.20
Alasdair Kergon [Thu, 6 Jan 2005 18:30:17 +0000 (18:30 +0000)]
1.00.20
Alasdair Kergon [Thu, 6 Jan 2005 18:22:44 +0000 (18:22 +0000)]
Attempt to fix /dev/mapper/control transparently if it's wrong.
Patrick Caulfield [Thu, 6 Jan 2005 11:48:25 +0000 (11:48 +0000)]
Some more gulm fixes from "Mr gulm" himself.
Alasdair Kergon [Wed, 5 Jan 2005 22:00:40 +0000 (22:00 +0000)]
Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
Alasdair Kergon [Wed, 5 Jan 2005 17:25:25 +0000 (17:25 +0000)]
pvcreate wipes first 4 sectors unless given --zero n.
Patrick Caulfield [Wed, 5 Jan 2005 14:41:54 +0000 (14:41 +0000)]
Improve clvmd failure message if it's already running.
Allow user to kill clvmd during initialisation.
Patrick Caulfield [Tue, 4 Jan 2005 15:11:34 +0000 (15:11 +0000)]
Typo in "for" caused first node in ccs to be ignored.
Patrick Caulfield [Tue, 4 Jan 2005 11:48:10 +0000 (11:48 +0000)]
Use new CCS key names for nodes in the GULM version of clvmd.
based on a patch from Mike Tilstra
Alasdair Kergon [Wed, 22 Dec 2004 22:04:03 +0000 (22:04 +0000)]
post-2.00.32
Alasdair Kergon [Wed, 22 Dec 2004 21:58:26 +0000 (21:58 +0000)]
update pofile
Alasdair Kergon [Wed, 22 Dec 2004 21:55:36 +0000 (21:55 +0000)]
Drop static/dl config restriction for now.
Alasdair Kergon [Wed, 22 Dec 2004 21:47:50 +0000 (21:47 +0000)]
update version
Alasdair Kergon [Wed, 22 Dec 2004 21:47:31 +0000 (21:47 +0000)]
Fix an error fprintf.
Alasdair Kergon [Tue, 21 Dec 2004 21:40:36 +0000 (21:40 +0000)]
Fix vgdisplay -s. Breaks (undocumented) lvs/pvs/vgs -s instead for now.
This page took 0.057204 seconds and 5 git commands to generate.