]> sourceware.org Git - lvm2.git/log
lvm2.git
19 years agoImprove detection of external changes affecting internal cache.
Alasdair Kergon [Mon, 21 Mar 2005 22:40:35 +0000 (22:40 +0000)]
Improve detection of external changes affecting internal cache.

19 years agoAdd 'already in device cache' debug message.
Alasdair Kergon [Mon, 21 Mar 2005 14:51:49 +0000 (14:51 +0000)]
Add 'already in device cache' debug message.

19 years agoAdd -a to pvdisplay -C.
Alasdair Kergon [Mon, 21 Mar 2005 14:47:36 +0000 (14:47 +0000)]
Add -a to pvdisplay -C.

19 years agoAvoid rmdir opendir error messsages when dir was already removed.
Alasdair Kergon [Mon, 21 Mar 2005 14:43:02 +0000 (14:43 +0000)]
Avoid rmdir opendir error messsages when dir was already removed.

19 years agoTighten signal handlers.
Alasdair Kergon [Mon, 21 Mar 2005 14:16:16 +0000 (14:16 +0000)]
Tighten signal handlers.

19 years agoFix WHATS_NEW.
Alasdair Kergon [Thu, 10 Mar 2005 23:04:42 +0000 (23:04 +0000)]
Fix WHATS_NEW.

19 years agoAvoid some compiler warnings.
Alasdair Kergon [Thu, 10 Mar 2005 22:34:17 +0000 (22:34 +0000)]
Avoid some compiler warnings.

19 years agoAdditional rename failure error message.
Alasdair Kergon [Thu, 10 Mar 2005 22:31:10 +0000 (22:31 +0000)]
Additional rename failure error message.

19 years agoread/write may be macros
Alasdair Kergon [Thu, 10 Mar 2005 20:23:36 +0000 (20:23 +0000)]
read/write may be macros

19 years agopost-release
Alasdair Kergon [Thu, 10 Mar 2005 20:22:40 +0000 (20:22 +0000)]
post-release

19 years agoDon't take out the lvm_thread_lock at startup - it only protects the jobs list.
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.

19 years agoupdate pofile
Alasdair Kergon [Tue, 8 Mar 2005 13:48:13 +0000 (13:48 +0000)]
update pofile

19 years agoCope with new devices appearing by rescanning /dev if a uuid can't be found.
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.

19 years agoRemove DESTDIR from LVM_SHARED_PATH.
Alasdair Kergon [Tue, 8 Mar 2005 13:39:39 +0000 (13:39 +0000)]
Remove DESTDIR from LVM_SHARED_PATH.

19 years agomake clvmd FDs close-on-exec, to avoid warnings when running lvm via popen.
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.

19 years agopost-release
Alasdair Kergon [Thu, 3 Mar 2005 22:31:01 +0000 (22:31 +0000)]
post-release

19 years ago2.01.06
Alasdair Kergon [Thu, 3 Mar 2005 22:26:34 +0000 (22:26 +0000)]
2.01.06

19 years agoOption to suppress warnings of file descriptors left open.
Alasdair Kergon [Thu, 3 Mar 2005 22:09:20 +0000 (22:09 +0000)]
Option to suppress warnings of file descriptors left open.

19 years agoSuppress 'open failed' error messages during scanning.
Alasdair Kergon [Thu, 3 Mar 2005 21:54:35 +0000 (21:54 +0000)]
Suppress 'open failed' error messages during scanning.

19 years agoFix default value of metadatacopies in documentation (2->1).
Alasdair Kergon [Thu, 3 Mar 2005 21:52:58 +0000 (21:52 +0000)]
Fix default value of metadatacopies in documentation (2->1).

19 years agoFix clvmd-gulm node up/down code so it actually works.
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.

19 years ago./configure --enable-debug now enables debugging code in clvmd
Patrick Caulfield [Mon, 21 Feb 2005 15:58:06 +0000 (15:58 +0000)]
./configure --enable-debug now enables debugging code in clvmd

19 years agoAlways manipulate both locks in sync_lock() otherwise they get left
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.

19 years agopost-release
Alasdair Kergon [Fri, 18 Feb 2005 19:06:16 +0000 (19:06 +0000)]
post-release

19 years agoStatic binary invokes dynamic binary if appropriate.
Alasdair Kergon [Fri, 18 Feb 2005 18:58:31 +0000 (18:58 +0000)]
Static binary invokes dynamic binary if appropriate.

19 years agoCope with more than one message arriving at the TCP socket, also
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)

19 years agoFix gulm->errno error number conversion.
Patrick Caulfield [Thu, 17 Feb 2005 12:56:19 +0000 (12:56 +0000)]
Fix gulm->errno error number conversion.

19 years agoMake config check a little more tolerant of library names.
Patrick Caulfield [Mon, 14 Feb 2005 09:07:14 +0000 (09:07 +0000)]
Make config check a little more tolerant of library names.

19 years agopost-release
Alasdair Kergon [Wed, 9 Feb 2005 18:26:38 +0000 (18:26 +0000)]
post-release

19 years agoAdd fixed offset to imported pool minor numbers.
Alasdair Kergon [Wed, 9 Feb 2005 17:49:36 +0000 (17:49 +0000)]
Add fixed offset to imported pool minor numbers.

19 years agoo cluster lvm requires that /usr/sbin/$TOOL is used instead of
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

19 years agoFix thread shutdown race which could cause clvmd to hang in pthread_join.
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.

19 years agoRevert last clvmd patch. More testing reveals that this just doesn't
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.

19 years agoMake clvmd use the command library rather than popen() to
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.

19 years agolvm2cmd.so should skip the check for open fds.
Alasdair Kergon [Thu, 3 Feb 2005 16:34:53 +0000 (16:34 +0000)]
lvm2cmd.so should skip the check for open fds.

19 years agoRemove unused -f from pvmove
Alasdair Kergon [Wed, 2 Feb 2005 14:31:48 +0000 (14:31 +0000)]
Remove unused -f from pvmove

19 years agoMake clvmd do a quick sanity check on the clustering bits of lvm.conf
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

19 years agoGet rid of "connection refused" message because Corey doesn't like it.
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.

19 years agopost-release
Alasdair Kergon [Tue, 1 Feb 2005 16:40:16 +0000 (16:40 +0000)]
post-release

19 years agopofile
Alasdair Kergon [Tue, 1 Feb 2005 16:33:45 +0000 (16:33 +0000)]
pofile

19 years ago2.01.03
Alasdair Kergon [Tue, 1 Feb 2005 16:29:22 +0000 (16:29 +0000)]
2.01.03

19 years agoMore 64-bit display/report fixes.
Alasdair Kergon [Tue, 1 Feb 2005 16:19:48 +0000 (16:19 +0000)]
More 64-bit display/report fixes.

19 years agoAdd option to compile without ioctl for testing.
Alasdair Kergon [Thu, 27 Jan 2005 16:16:54 +0000 (16:16 +0000)]
Add option to compile without ioctl for testing.

19 years agoFix DM_LIB_VERSION sed
Alasdair Kergon [Thu, 27 Jan 2005 15:53:28 +0000 (15:53 +0000)]
Fix DM_LIB_VERSION sed

19 years agoMore informative startup mesg if can't create /etc/lvm.
Alasdair Kergon [Thu, 27 Jan 2005 15:50:34 +0000 (15:50 +0000)]
More informative startup mesg if can't create /etc/lvm.

19 years agoFix snapshot device size bug (since 2.01.01).
Alasdair Kergon [Thu, 27 Jan 2005 15:48:49 +0000 (15:48 +0000)]
Fix snapshot device size bug (since 2.01.01).

19 years agoDon't print CMAN error if initial probe fails - we could be running with GULM.
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.

19 years agoRemove superflous &
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.

19 years agoMake clvmd announce it's startup and cluster connection in syslog.
Patrick Caulfield [Mon, 24 Jan 2005 15:31:13 +0000 (15:31 +0000)]
Make clvmd announce it's startup and cluster connection in syslog.

19 years agopostrelease
Alasdair Kergon [Fri, 21 Jan 2005 19:03:48 +0000 (19:03 +0000)]
postrelease

19 years agoupdate pofile
Alasdair Kergon [Fri, 21 Jan 2005 18:51:48 +0000 (18:51 +0000)]
update pofile

19 years agopre-release
Alasdair Kergon [Fri, 21 Jan 2005 18:49:06 +0000 (18:49 +0000)]
pre-release

19 years agoGet rid of libclvm as it's out-of-date and not used at all.
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.

19 years agoFix clvmd startup bug introduced in cman/gulm amalgamation. bz#145729
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.

19 years agoUpdate clvmd_init_rhel4: use lvm.static and don't load dlm.
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.

19 years agoFix some size_t printing.
Alasdair Kergon [Thu, 20 Jan 2005 18:14:04 +0000 (18:14 +0000)]
Fix some size_t printing.

19 years agoFix 64 bit xlate consts.
Alasdair Kergon [Thu, 20 Jan 2005 18:13:17 +0000 (18:13 +0000)]
Fix 64 bit xlate consts.

19 years agoSplit out pool sptype_names to avoid unused const.
Alasdair Kergon [Thu, 20 Jan 2005 18:12:41 +0000 (18:12 +0000)]
Split out pool sptype_names to avoid unused const.

19 years agoAlways fail if random id generation fails.
Alasdair Kergon [Thu, 20 Jan 2005 18:11:53 +0000 (18:11 +0000)]
Always fail if random id generation fails.

19 years agoRecognise gnbd.
Alasdair Kergon [Wed, 19 Jan 2005 18:56:01 +0000 (18:56 +0000)]
Recognise gnbd.

19 years agofix clvmd lv_info_by_lvid open_count
Alasdair Kergon [Wed, 19 Jan 2005 18:10:09 +0000 (18:10 +0000)]
fix clvmd lv_info_by_lvid open_count

19 years agoAdd some comments.
Alasdair Kergon [Wed, 19 Jan 2005 17:31:51 +0000 (17:31 +0000)]
Add some comments.

19 years agomove recover_vg
Alasdair Kergon [Wed, 19 Jan 2005 17:30:50 +0000 (17:30 +0000)]
move recover_vg

19 years agoStore snapshot and origin sizes separately.
Alasdair Kergon [Wed, 19 Jan 2005 17:19:39 +0000 (17:19 +0000)]
Store snapshot and origin sizes separately.

19 years agoUpdate vgcreate man page.
Alasdair Kergon [Wed, 19 Jan 2005 17:01:18 +0000 (17:01 +0000)]
Update vgcreate man page.

19 years agoPost-2.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:45:05 +0000 (20:45 +0000)]
Post-2.01.00

19 years agoupdate po
Alasdair Kergon [Mon, 17 Jan 2005 20:16:37 +0000 (20:16 +0000)]
update po

19 years ago2.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:13:01 +0000 (20:13 +0000)]
2.01.00

19 years agopost-1.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:12:12 +0000 (20:12 +0000)]
post-1.01.00

19 years ago1.01.00
Alasdair Kergon [Mon, 17 Jan 2005 20:00:28 +0000 (20:00 +0000)]
1.01.00

19 years agoFix vgscan metadata auto-correction.
Alasdair Kergon [Mon, 17 Jan 2005 18:24:28 +0000 (18:24 +0000)]
Fix vgscan metadata auto-correction.

19 years agoYou can now build clvmd with cman & gulm support in the same binary.
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.

19 years agoOnly ask libdevmapper for open_count when we need it.
Alasdair Kergon [Wed, 12 Jan 2005 22:58:21 +0000 (22:58 +0000)]
Only ask libdevmapper for open_count when we need it.

19 years agoAdd dm_task_no_open_count() to skip getting open_count.
Alasdair Kergon [Wed, 12 Jan 2005 22:10:14 +0000 (22:10 +0000)]
Add dm_task_no_open_count() to skip getting open_count.

19 years agoAdjust RHEL4 clvmd init script priority.
Alasdair Kergon [Tue, 11 Jan 2005 22:00:36 +0000 (22:00 +0000)]
Adjust RHEL4 clvmd init script priority.

19 years agopost-2.00.33
Alasdair Kergon [Fri, 7 Jan 2005 20:06:49 +0000 (20:06 +0000)]
post-2.00.33

19 years ago2.00.33
Alasdair Kergon [Fri, 7 Jan 2005 19:50:54 +0000 (19:50 +0000)]
2.00.33

19 years agopost-1.00.21
Alasdair Kergon [Fri, 7 Jan 2005 17:10:16 +0000 (17:10 +0000)]
post-1.00.21

19 years ago1.00.21
Alasdair Kergon [Fri, 7 Jan 2005 15:53:37 +0000 (15:53 +0000)]
1.00.21

19 years agoFix /proc/devices parsing.
Alasdair Kergon [Fri, 7 Jan 2005 15:39:53 +0000 (15:39 +0000)]
Fix /proc/devices parsing.

19 years agoFix off-by-one error in cluster_locking that could case read hangs.
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.

19 years agopost-1.00.20
Alasdair Kergon [Thu, 6 Jan 2005 18:41:38 +0000 (18:41 +0000)]
post-1.00.20

19 years ago1.00.20
Alasdair Kergon [Thu, 6 Jan 2005 18:30:17 +0000 (18:30 +0000)]
1.00.20

19 years agoAttempt to fix /dev/mapper/control transparently if it's wrong.
Alasdair Kergon [Thu, 6 Jan 2005 18:22:44 +0000 (18:22 +0000)]
Attempt to fix /dev/mapper/control transparently if it's wrong.

19 years agoSome more gulm fixes from "Mr gulm" himself.
Patrick Caulfield [Thu, 6 Jan 2005 11:48:25 +0000 (11:48 +0000)]
Some more gulm fixes from "Mr gulm" himself.

19 years agoConfiguration-time option for setting uid/gid/mode for /dev/mapper nodes.
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.

19 years agopvcreate wipes first 4 sectors unless given --zero n.
Alasdair Kergon [Wed, 5 Jan 2005 17:25:25 +0000 (17:25 +0000)]
pvcreate wipes first 4 sectors unless given --zero n.

19 years ago Improve clvmd failure message if it's already running.
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.

19 years agoTypo in "for" caused first node in ccs to be ignored.
Patrick Caulfield [Tue, 4 Jan 2005 15:11:34 +0000 (15:11 +0000)]
Typo in "for" caused first node in ccs to be ignored.

19 years agoUse new CCS key names for nodes in the GULM version of clvmd.
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

19 years agopost-2.00.32
Alasdair Kergon [Wed, 22 Dec 2004 22:04:03 +0000 (22:04 +0000)]
post-2.00.32

19 years agoupdate pofile
Alasdair Kergon [Wed, 22 Dec 2004 21:58:26 +0000 (21:58 +0000)]
update pofile

19 years agoDrop static/dl config restriction for now.
Alasdair Kergon [Wed, 22 Dec 2004 21:55:36 +0000 (21:55 +0000)]
Drop static/dl config restriction for now.

19 years agoupdate version
Alasdair Kergon [Wed, 22 Dec 2004 21:47:50 +0000 (21:47 +0000)]
update version

19 years agoFix an error fprintf.
Alasdair Kergon [Wed, 22 Dec 2004 21:47:31 +0000 (21:47 +0000)]
Fix an error fprintf.

19 years agoFix vgdisplay -s. Breaks (undocumented) lvs/pvs/vgs -s instead for now.
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.

19 years agoFix device reference counting on re-opens.
Alasdair Kergon [Tue, 21 Dec 2004 20:23:16 +0000 (20:23 +0000)]
Fix device reference counting on re-opens.

19 years agoIgnore sysfs symlinks when DT_UNKNOWN.
Alasdair Kergon [Tue, 21 Dec 2004 18:29:46 +0000 (18:29 +0000)]
Ignore sysfs symlinks when DT_UNKNOWN.

19 years agoAdd RHEL4 clvmd init script.
Alasdair Kergon [Tue, 21 Dec 2004 18:07:15 +0000 (18:07 +0000)]
Add RHEL4 clvmd init script.

19 years agoSkip devices that are too small to be PVs.
Alasdair Kergon [Tue, 21 Dec 2004 17:54:52 +0000 (17:54 +0000)]
Skip devices that are too small to be PVs.

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