sahlberg/ctdb.git
15 years agoversion 1.0.57 : initial ipv6 support ctdb-1.0.57
Ronnie Sahlberg [Sun, 24 Aug 2008 22:52:29 +0000 (08:52 +1000)]
version 1.0.57   : initial ipv6 support

15 years agoDo not fail the takeip event if the "ip addr add ..." command failed. ipv6-test obnox/ipv6-test origin/ipv6-test
Ronnie Sahlberg [Thu, 21 Aug 2008 23:25:47 +0000 (09:25 +1000)]
Do not fail the takeip event if the "ip addr add ..." command failed.
Let the event complete successfully.   the local recovery daemon will check that we have the address and reissue takip othervise.

There are several reasons why "ip addr add "  can fail, one is a misconfiguration
anothe ris that for ipv6 the stack is a lot more picky than for ipv4.     for examplke this WILL fail in ipv6 if there is a duplicate ip address on the network.

thus  this check could cause rolling-recoveries  which is why it has to go

15 years agowhen we collect all ip addresses and sort them for the "ctdb ip -n all" output we...
Ronnie Sahlberg [Thu, 21 Aug 2008 23:09:08 +0000 (09:09 +1000)]
when we collect all ip addresses and sort them for the "ctdb ip -n all" output we must look at more than just the first 4 bytes of the sockaddr address or ipv6 wont work

15 years agoWhen we harvest all tcp connections to kill off after a takeip/releaseip event we...
Ronnie Sahlberg [Wed, 20 Aug 2008 02:50:50 +0000 (12:50 +1000)]
When we harvest all tcp connections to kill off after a takeip/releaseip event we must also harvest the ipv4 connections which may be presented in ::ff:xxxx:xxxx form by netstat

15 years agowe must canonicalize the sockaddr structures in killtcp so that we do the necessary...
Ronnie Sahlberg [Wed, 20 Aug 2008 02:02:54 +0000 (12:02 +1000)]
we must canonicalize the sockaddr structures in killtcp so that we do the necessary downgrade if required

15 years agomake the function to canonicalize a sockaddr structure public
Ronnie Sahlberg [Wed, 20 Aug 2008 01:58:27 +0000 (11:58 +1000)]
make the function to canonicalize a sockaddr structure public

15 years agowhen we compare ip addresses in ctdb_same_ip we must first canonicalize the addresses...
Ronnie Sahlberg [Wed, 20 Aug 2008 01:52:36 +0000 (11:52 +1000)]
when we compare ip addresses in ctdb_same_ip we must first canonicalize the addresses  so that we realize that 127.0.0.1:22 is really the same thing as ::ffff:127.0.0.1:22

Downgrade all AF_INET6 ::ffff:xxxx:xxxx sockaddresses into AF_INET ones

15 years agoupdate the socketkiller in the eventscripts to be able to handle ipv6
Ronnie Sahlberg [Tue, 19 Aug 2008 23:47:00 +0000 (09:47 +1000)]
update the socketkiller in the eventscripts to be able to handle ipv6

15 years agofix a bug in the tcp socketkiller for ipv6
Ronnie Sahlberg [Tue, 19 Aug 2008 23:23:31 +0000 (09:23 +1000)]
fix a bug in the tcp socketkiller for ipv6

15 years agofix the ipv6 checksum calculation for pseudoheader so that it actually works
Ronnie Sahlberg [Tue, 19 Aug 2008 08:24:08 +0000 (18:24 +1000)]
fix the ipv6 checksum calculation for pseudoheader so that it actually works

add support to send ipv6 "gratious arp" aka neighbor solicitation packets from ctdb

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoremove a file we dont need
Ronnie Sahlberg [Tue, 19 Aug 2008 04:58:57 +0000 (14:58 +1000)]
remove a file we dont need

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoinitial ipv6 patch
Ronnie Sahlberg [Tue, 19 Aug 2008 04:58:29 +0000 (14:58 +1000)]
initial ipv6 patch

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agouse a local tdb_traverse instead of a ctdb_pulldb to lessen the impact of the system...
Ronnie Sahlberg [Thu, 14 Aug 2008 00:57:08 +0000 (10:57 +1000)]
use a local tdb_traverse instead of a ctdb_pulldb to lessen the impact of the system while performing a database backup

15 years agoonly freeze the local node when doing a backup and not the entire cluster
Ronnie Sahlberg [Wed, 13 Aug 2008 23:52:23 +0000 (09:52 +1000)]
only freeze the local node when doing a backup and not the entire cluster

15 years agostore the database name, not the backup filename in the database header
Ronnie Sahlberg [Wed, 13 Aug 2008 22:36:39 +0000 (08:36 +1000)]
store the database name, not the backup filename in the database header

15 years agoEncode a file version number in the database backup header
Ronnie Sahlberg [Wed, 13 Aug 2008 22:35:19 +0000 (08:35 +1000)]
Encode a file version number in the database backup header
Encode the database name in the header so we dont need to provide the database
name when doing a restore
Encode a timestamp in the header telling us when the backup was created

15 years agoAdd two new ctdb commands :
Ronnie Sahlberg [Wed, 13 Aug 2008 12:03:29 +0000 (22:03 +1000)]
Add two new ctdb commands :

ctdb backupdb : which will copy a database out from ctdb and write it to a file
ctdb restoredb : which will read a database backup from a file and write it into ctdb

15 years agofixed merge
Andrew Tridgell [Mon, 11 Aug 2008 14:10:48 +0000 (00:10 +1000)]
fixed merge

15 years agoup release version
Andrew Tridgell [Mon, 11 Aug 2008 13:52:46 +0000 (23:52 +1000)]
up release version

15 years ago new version 1.0.56 ctdb-1.0.56
Ronnie Sahlberg [Mon, 11 Aug 2008 13:50:42 +0000 (23:50 +1000)]
 new version 1.0.56

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Mon, 11 Aug 2008 13:33:46 +0000 (23:33 +1000)]
Merge commit 'ronnie/master'

15 years agofixed a memory leak in the recovery daemon
Andrew Tridgell [Mon, 11 Aug 2008 13:33:05 +0000 (23:33 +1000)]
fixed a memory leak in the recovery daemon

thanks to vl for spotting this

15 years agofix the date soe rpmbuild works 1.0.55 obnox/1.0.55 origin/1.0.55 ctdb-1.0.55
Ronnie Sahlberg [Mon, 11 Aug 2008 00:36:38 +0000 (10:36 +1000)]
fix the date soe rpmbuild works

15 years agonew version 1.0.55
Ronnie Sahlberg [Mon, 11 Aug 2008 00:33:22 +0000 (10:33 +1000)]
new version 1.0.55

15 years agofixed send of release IP message
Andrew Tridgell [Fri, 8 Aug 2008 12:06:39 +0000 (22:06 +1000)]
fixed send of release IP message

15 years agoMerge git://git.samba.org/tridge/ctdb 1.0.54 obnox/1.0.54 origin/1.0.54 ctdb-1.0.54
Ronnie Sahlberg [Fri, 8 Aug 2008 03:11:07 +0000 (13:11 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agoadded retry handling in client
Andrew Tridgell [Fri, 8 Aug 2008 03:11:41 +0000 (13:11 +1000)]
added retry handling in client

15 years agoadded a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY so we can tell
Andrew Tridgell [Fri, 8 Aug 2008 03:11:28 +0000 (13:11 +1000)]
added a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY so we can tell
the difference between a initial commit attempt and a retry, which
allows us to get the persistent updates counter right for retries

15 years agoimported failure handling from dbwrap_ctdb.c
Andrew Tridgell [Fri, 8 Aug 2008 01:04:21 +0000 (11:04 +1000)]
imported failure handling from dbwrap_ctdb.c

15 years agoMerge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg [Fri, 8 Aug 2008 00:59:40 +0000 (10:59 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agosave writing the same data twice
Andrew Tridgell [Fri, 8 Aug 2008 00:15:23 +0000 (10:15 +1000)]
save writing the same data twice

15 years agonew version 1.0.54
Ronnie Sahlberg [Fri, 8 Aug 2008 00:01:20 +0000 (10:01 +1000)]
new version 1.0.54

15 years agoup release number
Andrew Tridgell [Fri, 8 Aug 2008 00:00:33 +0000 (10:00 +1000)]
up release number

15 years agoreturn a more detailed error code from a trans2 commit error
Andrew Tridgell [Thu, 7 Aug 2008 23:58:49 +0000 (09:58 +1000)]
return a more detailed error code from a trans2 commit error

15 years agoMerge commit 'ronnie/1.0.53'
Andrew Tridgell [Thu, 7 Aug 2008 14:48:19 +0000 (00:48 +1000)]
Merge commit 'ronnie/1.0.53'

15 years agofixed a looping error bug with the new transactions code
Andrew Tridgell [Thu, 7 Aug 2008 14:44:33 +0000 (00:44 +1000)]
fixed a looping error bug with the new transactions code

15 years agonew version 1.0.53 1.0.53 obnox/1.0.53 origin/1.0.53 ctdb-1.0.53
Ronnie Sahlberg [Thu, 7 Aug 2008 08:57:24 +0000 (18:57 +1000)]
new version 1.0.53

this adds completely new transaction code for persistent databases

15 years agoMerge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg [Thu, 7 Aug 2008 08:50:48 +0000 (18:50 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agocover some corner cases where the persistent database could become
Andrew Tridgell [Thu, 7 Aug 2008 03:34:18 +0000 (13:34 +1000)]
cover some corner cases where the persistent database could become
inconsistent

15 years agoremove the reclock file we store pnn counts in.
Ronnie Sahlberg [Wed, 6 Aug 2008 01:52:26 +0000 (11:52 +1000)]
remove the reclock file we store pnn counts in.
This file creates additional locking stress on the backend filesystem and we may not need it anyway.

15 years agoMerge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg [Tue, 5 Aug 2008 23:17:41 +0000 (09:17 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agoNew version 1.0.52 1.0.52 obnox/1.0.52 origin/1.0.52 tridge/1.0.52 ctdb-1.0.52
Ronnie Sahlberg [Mon, 4 Aug 2008 04:58:52 +0000 (14:58 +1000)]
New version 1.0.52

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agowe need an additional gratuitous arp before the NFS tickles
Andrew Tridgell [Fri, 1 Aug 2008 04:23:15 +0000 (14:23 +1000)]
we need an additional gratuitous arp before the NFS tickles

15 years agoensure we use killtcp on non-NFS/non-CIFS ports for faster failover of
Andrew Tridgell [Fri, 1 Aug 2008 04:17:50 +0000 (14:17 +1000)]
ensure we use killtcp on non-NFS/non-CIFS ports for faster failover of
other protocols

15 years agoimplemented replayable transactions in ctdb to prevent deadlock tridge obnox/tridge origin/tridge
Andrew Tridgell [Mon, 4 Aug 2008 04:51:51 +0000 (14:51 +1000)]
implemented replayable transactions in ctdb to prevent deadlock

15 years agowe need an additional gratuitous arp before the NFS tickles
Andrew Tridgell [Fri, 1 Aug 2008 04:23:15 +0000 (14:23 +1000)]
we need an additional gratuitous arp before the NFS tickles

15 years agoensure we use killtcp on non-NFS/non-CIFS ports for faster failover of
Andrew Tridgell [Fri, 1 Aug 2008 04:17:50 +0000 (14:17 +1000)]
ensure we use killtcp on non-NFS/non-CIFS ports for faster failover of
other protocols

15 years agofixed some warnings
Andrew Tridgell [Wed, 30 Jul 2008 09:59:54 +0000 (19:59 +1000)]
fixed some warnings

15 years agofixed a warning
Andrew Tridgell [Wed, 30 Jul 2008 09:59:42 +0000 (19:59 +1000)]
fixed a warning

15 years agocleanup of the old persistent db test
Andrew Tridgell [Wed, 30 Jul 2008 09:59:34 +0000 (19:59 +1000)]
cleanup of the old persistent db test

15 years agorenamed the pulldb structure to a ctdb_marshall_buffer
Andrew Tridgell [Wed, 30 Jul 2008 09:59:18 +0000 (19:59 +1000)]
renamed the pulldb structure to a ctdb_marshall_buffer

15 years agomake sure we honor the TDB_NOSYNC flag from clients in the server
Andrew Tridgell [Wed, 30 Jul 2008 09:58:49 +0000 (19:58 +1000)]
make sure we honor the TDB_NOSYNC flag from clients in the server

15 years agonew prototypes
Andrew Tridgell [Wed, 30 Jul 2008 09:58:27 +0000 (19:58 +1000)]
new prototypes

15 years agoadded marshalling helper functions
Andrew Tridgell [Wed, 30 Jul 2008 09:58:17 +0000 (19:58 +1000)]
added marshalling helper functions

15 years agowe don't need ctdb_ltdb_persistent_store() any more
Andrew Tridgell [Wed, 30 Jul 2008 09:58:03 +0000 (19:58 +1000)]
we don't need ctdb_ltdb_persistent_store() any more

15 years agoadded client side functions for new transaction code
Andrew Tridgell [Wed, 30 Jul 2008 09:57:48 +0000 (19:57 +1000)]
added client side functions for new transaction code

15 years agoadded new multi-record transaction commit code
Andrew Tridgell [Wed, 30 Jul 2008 09:57:00 +0000 (19:57 +1000)]
added new multi-record transaction commit code

15 years agoadded a new persistent transaction test program
Andrew Tridgell [Wed, 30 Jul 2008 09:55:54 +0000 (19:55 +1000)]
added a new persistent transaction test program

15 years agorename the structure we use for marshalling multiple records
Andrew Tridgell [Wed, 30 Jul 2008 04:24:56 +0000 (14:24 +1000)]
rename the structure we use for marshalling multiple records

15 years agocleanup on SIGINT
Andrew Tridgell [Wed, 30 Jul 2008 03:21:02 +0000 (13:21 +1000)]
cleanup on SIGINT

15 years ago- cleanup persistent db at start
Andrew Tridgell [Wed, 30 Jul 2008 03:20:47 +0000 (13:20 +1000)]
- cleanup persistent db at start
- catch SIGINT and kill daemons

15 years ago- show pids during test
Andrew Tridgell [Wed, 30 Jul 2008 03:20:24 +0000 (13:20 +1000)]
- show pids during test
- don't use first_time, as it is not safe for multiple
  clients on a node

15 years agonew version 1.0.51 ctdb-1.0.51
Ronnie Sahlberg [Mon, 28 Jul 2008 07:11:15 +0000 (17:11 +1000)]
new version 1.0.51

15 years agoFrom Alexander Saupp.
Ronnie Sahlberg [Mon, 28 Jul 2008 07:07:44 +0000 (17:07 +1000)]
From Alexander Saupp.
If we use vlan tagging and bonding we must strip the vlan part off the name
so we can check the main bonde device for status.

I.e. check bond0  instead of bond0.<VLANTAG>

15 years agorun the testparm commands in 50.samba in the background, only running
Andrew Tridgell [Wed, 23 Jul 2008 05:36:23 +0000 (15:36 +1000)]
run the testparm commands in 50.samba in the background, only running
in the foreground if something fails

15 years agoallow for probing of directories without raising an error
Andrew Tridgell [Wed, 23 Jul 2008 05:35:46 +0000 (15:35 +1000)]
allow for probing of directories without raising an error

15 years agofixed buffering in ctdb logging code to handle multiple lines
Andrew Tridgell [Wed, 23 Jul 2008 05:25:52 +0000 (15:25 +1000)]
fixed buffering in ctdb logging code to handle multiple lines
correctly

15 years agoFrom Michael Adams,
Ronnie Sahlberg [Mon, 21 Jul 2008 23:07:42 +0000 (09:07 +1000)]
From Michael Adams,
change one element from private to private_data

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agonew version 1.0.50 1.0.50 obnox/1.0.50 origin/1.0.50 ctdb-1.0.50
Ronnie Sahlberg [Fri, 18 Jul 2008 03:49:05 +0000 (13:49 +1000)]
new version 1.0.50

15 years agoMerge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg [Fri, 18 Jul 2008 03:42:39 +0000 (13:42 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agofixed a bug where we would look for a signal past the end of the
Andrew Tridgell [Fri, 18 Jul 2008 03:46:01 +0000 (13:46 +1000)]
fixed a bug where we would look for a signal past the end of the
signal arrays

This could cause the events code to get into a loop chewing CPU

15 years agoif a new node enters the cluster, that node will already be frozen at start
Ronnie Sahlberg [Fri, 18 Jul 2008 02:07:25 +0000 (12:07 +1000)]
if a new node enters the cluster, that node will already be frozen at start
but the rest of the nodes are not frozen.

at this stage an election is called by the new node.

Since in this case the nodes are not froze, we can not modify the recmaster
of the nodes so it is expected that this control would fail.

Add a boolean to send_election_request() to make it not
try to set the recmaster locally for the case where we are in an election phase
while not frozen.

15 years agoWe can not assume that just because we could complete a TCP handshake
Ronnie Sahlberg [Fri, 18 Jul 2008 00:59:34 +0000 (10:59 +1000)]
We can not assume that just because we could complete a TCP handshake
to the remote node  that
1, we are in fact talking to a CTDB daemon
2, that IF we are talking to a ctdb daemon, it is operational.

So, we can not blindly mark the node as CONNECTED just because
we can open a TCP connection.

Instead we rely on "If we did get a KEEPALIVE from the remote node,
is is connected"

15 years agolower a debug statement
Ronnie Sahlberg [Fri, 18 Jul 2008 00:41:18 +0000 (10:41 +1000)]
lower a debug statement

15 years agolower a debug message
Ronnie Sahlberg [Fri, 18 Jul 2008 00:38:51 +0000 (10:38 +1000)]
lower a debug message

15 years agoAllow the fix-to-make-persistent-writes-safer work with unpatched samba versions 1.0.49 obnox/1.0.49 origin/1.0.49
Ronnie Sahlberg [Thu, 17 Jul 2008 08:53:54 +0000 (18:53 +1000)]
Allow the fix-to-make-persistent-writes-safer work with unpatched samba versions

15 years agoOnly decrement the "number of persistent writes in flight" If/when
Ronnie Sahlberg [Thu, 17 Jul 2008 08:47:20 +0000 (18:47 +1000)]
Only decrement the "number of persistent writes in flight" If/when
it is >0    or we will break if used against an unpatched samba server

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Thu, 17 Jul 2008 08:45:15 +0000 (18:45 +1000)]
Merge commit 'ronnie/master'

15 years agonew version 1.0.48 1.0.48 sahlberg obnox/1.0.48 obnox/sahlberg origin/1.0.48 origin/sahlberg
Ronnie Sahlberg [Thu, 17 Jul 2008 03:56:17 +0000 (13:56 +1000)]
new version 1.0.48

15 years agoAdd two new controls to start and cancel a persistent update.
Ronnie Sahlberg [Thu, 17 Jul 2008 03:50:55 +0000 (13:50 +1000)]
Add two new controls  to start and cancel a persistent update.
This allows ctdb to automatically start a new full blown recovery
if a client has started updating the local tdb for a persistent database
but is kill -9ed before it has ensured the update is distributed clusterwide.

15 years agoDo not allow "ctdb eventscript" to start new eventscripts while we are in recovery...
Ronnie Sahlberg [Wed, 16 Jul 2008 23:04:15 +0000 (09:04 +1000)]
Do not allow "ctdb eventscript" to start new eventscripts while we are in recovery mode

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Wed, 16 Jul 2008 06:58:16 +0000 (16:58 +1000)]
Merge commit 'ronnie/master'

15 years agoMerge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg [Wed, 16 Jul 2008 06:51:37 +0000 (16:51 +1000)]
Merge git://git.samba.org/tridge/ctdb

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Wed, 16 Jul 2008 02:46:43 +0000 (12:46 +1000)]
Merge commit 'ronnie/master'

15 years agochange how we filter out "empty" records in the traversecode
Ronnie Sahlberg [Wed, 16 Jul 2008 02:23:18 +0000 (12:23 +1000)]
change how we filter out "empty" records in the traversecode
so that we output the same list of keys in "catdb" as "tdbdump".

when traversing a persistent database, as an optimization, only
traverse on the local node (and thus skip checking if we are
dmaster or not). If the local node is not part of the vnnmap and thus
would not be guaranteed to have an uptodate persistent database
we instead traverse it on one of the other nodes that are in the vnnmap.

15 years agofixed postun script to prevent corrupting RPM database
Andrew Tridgell [Wed, 16 Jul 2008 02:23:05 +0000 (12:23 +1000)]
fixed postun script to prevent corrupting RPM database

15 years agoAdd two new options
Ronnie Sahlberg [Tue, 15 Jul 2008 01:03:35 +0000 (11:03 +1000)]
Add two new options

CTDB_SAMBA_SKIP_CONF_CHECK and CTDB_SAMBA_CHECK_PORTS.
The first is used to tell ctdb to no longer monitoring if the smb.conf file is consistent or not.

The second specifies which ports to check that smb is listening on
instead of using testparm to figure this out.

Since the net, testparm and smbstatus may block indefinitely in some configurations
we must have a way to configure ctdb to NOT use any of these three commands
in the scripts. These commands should thus never be used in scripts.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoremove a debugging echo statement
Ronnie Sahlberg [Mon, 14 Jul 2008 01:22:41 +0000 (11:22 +1000)]
remove a debugging echo statement

15 years agofixed up exit status for onnode
Andrew Tridgell [Sun, 13 Jul 2008 23:19:22 +0000 (09:19 +1000)]
fixed up exit status for onnode

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Fri, 11 Jul 2008 09:21:39 +0000 (19:21 +1000)]
Merge commit 'ronnie/master'

15 years agonew version 1.0.47
Ronnie Sahlberg [Fri, 11 Jul 2008 01:48:41 +0000 (11:48 +1000)]
new version 1.0.47

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoFix a very subtle race where we could get a double free of a talloced 1.0.47 obnox/1.0.47 origin/1.0.47
Ronnie Sahlberg [Fri, 11 Jul 2008 00:33:46 +0000 (10:33 +1000)]
Fix a very subtle race where we could get a double free of a talloced
memory if ctdb_run_eventscript() would be called
during processing of ctdb_event_script_timeout() for
user unvoked eventscripts. (eventsccripts invoked by "ctdb eventscript ...")

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoSigned-off-by: Martin Schwenke <martin@meltin.net>
Martin Schwenke [Thu, 10 Jul 2008 23:24:21 +0000 (09:24 +1000)]
Signed-off-by: Martin Schwenke <martin@meltin.net>
Update packaging/RPM/ctdb.spec to reflect onnode changes.

15 years agoRevert "Yip yip yip!"
Ronnie Sahlberg [Thu, 10 Jul 2008 07:06:52 +0000 (17:06 +1000)]
Revert "Yip yip yip!"

This reverts commit f7bdf96843a7e4ad61ad378786922d6281de9d93.

15 years agoYip yip yip!
Martin Schwenke [Thu, 10 Jul 2008 06:56:30 +0000 (16:56 +1000)]
Yip yip yip!

15 years agoWhen in verbose mode with -p, each line is prefixed with the node
Martin Schwenke [Thu, 10 Jul 2008 04:19:52 +0000 (14:19 +1000)]
When in verbose mode with -p, each line is prefixed with the node
address/name.  To implement this stderr has redirected to stdout -
this doesn't need to be done but is the simplest implementation.
Remove -t option since it doesn't seem to accomplish much but causes
spurious messages to be displayed by ssh.  Add explicit -h and --help
options.  Make style of usage message consistent with documentation.
Document new features in doc/onnode.1.xml.

15 years agoUpdate Makefile.in for new version of onnode.
Martin Schwenke [Wed, 9 Jul 2008 04:23:02 +0000 (14:23 +1000)]
Update Makefile.in for new version of onnode.

15 years agoComplete rewrite of tools/onnode. Remove old tools/onnode.ssh,
Martin Schwenke [Wed, 9 Jul 2008 04:18:15 +0000 (14:18 +1000)]
Complete rewrite of tools/onnode.  Remove old tools/onnode.ssh,
tools/onnode.rsh.

15 years agoexplain why you have to have a real ip address as well as the "virtual"
Ronnie Sahlberg [Thu, 10 Jul 2008 03:40:00 +0000 (13:40 +1000)]
explain why you have to have a real ip address as well as the "virtual"
ip address for lvs

15 years agonew version 10.0.46
Ronnie Sahlberg [Thu, 10 Jul 2008 03:00:50 +0000 (13:00 +1000)]
new version 10.0.46