1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-30 05:49:28 +03:00
Commit Graph

1545 Commits

Author SHA1 Message Date
a478de3db6 set SO_KEEPALIVE on sockets 2005-04-01 16:03:00 +00:00
11270d07bf Don't allow user operations to start until the lvm thread is fully up.
Hopefully finally nails bz#146056
2005-04-01 13:01:01 +00:00
9629f7a992 post-release 2005-03-29 18:10:57 +00:00
e015b627c6 1.01.01 2005-03-29 14:47:39 +00:00
43c7c10b56 Update dmsetup man page. 2005-03-29 14:46:30 +00:00
969e08da0f Drop-in devmap_name replacement. 2005-03-27 11:37:46 +00:00
fd1712ecbe post-release 2005-03-22 16:50:17 +00:00
57490a97aa update pofile 2005-03-22 15:13:48 +00:00
c8f9c82dae 2.01.08 2005-03-22 15:12:37 +00:00
343a8c920d Add clustered attribute so vgchange can identify clustered VGs w/o locking. 2005-03-21 22:55:12 +00:00
e5b836d2d6 Improve detection of external changes affecting internal cache. 2005-03-21 22:40:35 +00:00
162d85b97b Add 'already in device cache' debug message. 2005-03-21 14:51:49 +00:00
200ef4db90 Add -a to pvdisplay -C. 2005-03-21 14:47:36 +00:00
0aa8e5be94 Avoid rmdir opendir error messsages when dir was already removed. 2005-03-21 14:43:02 +00:00
779b7713cf Tighten signal handlers. 2005-03-21 14:16:16 +00:00
02c6d3f251 Fix WHATS_NEW. 2005-03-10 23:04:42 +00:00
7e0b7fd0e5 Avoid some compiler warnings. 2005-03-10 22:34:17 +00:00
e5def0bab5 Additional rename failure error message. 2005-03-10 22:31:10 +00:00
1cbfe69961 read/write may be macros 2005-03-10 20:23:36 +00:00
47de39908b post-release 2005-03-10 20:22:40 +00:00
a6c23d8b8b 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.
2005-03-09 14:08:11 +00:00
5cd6bbbff1 update pofile 2005-03-08 13:48:13 +00:00
b9565b406a Cope with new devices appearing by rescanning /dev if a uuid can't be found. 2005-03-08 13:46:17 +00:00
8f5d81cbc8 Remove DESTDIR from LVM_SHARED_PATH. 2005-03-08 13:39:39 +00:00
3329bbfdf3 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.
2005-03-07 17:03:44 +00:00
4c90852192 post-release 2005-03-03 22:31:01 +00:00
9a56fc818a 2.01.06 2005-03-03 22:26:34 +00:00
432cd1e47a Option to suppress warnings of file descriptors left open. 2005-03-03 22:09:20 +00:00
aa70fe8b71 Suppress 'open failed' error messages during scanning. 2005-03-03 21:54:35 +00:00
f3b0ea286a Fix default value of metadatacopies in documentation (2->1). 2005-03-03 21:52:58 +00:00
eb3037ddbd Fix clvmd-gulm node up/down code so it actually works.
clvmd-gulm now releases locks when shut down.
2005-02-22 16:26:21 +00:00
a00bfcc8b2 ./configure --enable-debug now enables debugging code in clvmd 2005-02-21 15:58:06 +00:00
ce1aa2c3ff Always manipulate both locks in sync_lock() otherwise they get left
hanging around and cause trouble.
2005-02-21 14:36:09 +00:00
8b307a08cb post-release 2005-02-18 19:06:16 +00:00
8e3a97baf2 Static binary invokes dynamic binary if appropriate. 2005-02-18 18:58:31 +00:00
c9808c329d 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)
2005-02-18 15:31:32 +00:00
65c591696a Fix gulm->errno error number conversion. 2005-02-17 12:56:19 +00:00
a3dfa1c7d5 Make config check a little more tolerant of library names. 2005-02-14 09:07:14 +00:00
50e3a3f334 post-release 2005-02-09 18:26:38 +00:00
f1b2dad435 Add fixed offset to imported pool minor numbers. 2005-02-09 17:49:36 +00:00
6b71063b6d 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
2005-02-08 17:20:24 +00:00
ceda2b1426 Fix thread shutdown race which could cause clvmd to hang in pthread_join. 2005-02-08 09:05:58 +00:00
5937664052 Revert last clvmd patch. More testing reveals that this just doesn't
work yet.
2005-02-07 14:45:38 +00:00
2cf7b80d8f Make clvmd use the command library rather than popen() to
preload the lock state.
2005-02-07 10:04:27 +00:00
3ef1aceed6 lvm2cmd.so should skip the check for open fds. 2005-02-03 16:34:53 +00:00
421c2a6aed Remove unused -f from pvmove 2005-02-02 14:31:48 +00:00
d9656543ee Make clvmd do a quick sanity check on the clustering bits of lvm.conf 2005-02-02 11:42:29 +00:00
28b4320c7f Get rid of "connection refused" message because Corey doesn't like it. 2005-02-02 09:17:56 +00:00
939a307df2 post-release 2005-02-01 16:40:16 +00:00
77b97aca9d pofile 2005-02-01 16:33:45 +00:00