summaryrefslogtreecommitdiff
path: root/ctdb/tools/onnode
AgeCommit message (Expand)AuthorFilesLines
2018-11-06ctdb-tools: Detect unknown node numberMartin Schwenke1-2/+6
2018-10-08ctdb-tools: Have onnode pass -n option even when regular ssh not in useMartin Schwenke1-6/+3
2018-07-28ctdb-tools: Avoid use of non-portable getopt in onnodeMartin Schwenke1-31/+22
2018-07-28ctdb-tools: Improve portability by not using /bin/bash directlyMartin Schwenke1-1/+1
2018-05-12ctdb-scripts: Don't load CTDB configuration in onnodeMartin Schwenke1-4/+0
2018-04-27ctdb-tools: Avoid filtering stderr when onnode not running in parallelMartin Schwenke1-6/+1
2018-03-28ctdb-scripts: Split CTDB configuration loadingMartin Schwenke1-1/+2
2018-03-19ctdb-scripts: Drop CTDB_NODES configuration optionMartin Schwenke1-2/+0
2018-03-19ctdb-tools: Drop onnode CTDB_NODES_FILE environment variableMartin Schwenke1-4/+5
2018-03-01ctdb-tools: Reindent parts of onnodeMartin Schwenke1-75/+75
2018-03-01ctdb-tools: Remove test hooks from onnodeMartin Schwenke1-14/+0
2018-03-01ctdb-tools: Revisit stray file descriptor avoidance in onnodeMartin Schwenke1-3/+3
2018-03-01ctdb-tools: Introduce a variable to hold the ssh commandMartin Schwenke1-2/+3
2018-03-01ctdb-tools: Change onnode to use ONNODE_SSH and ONNODE_SSH_OPTSMartin Schwenke1-8/+8
2017-08-14ctdb-scripts: Ignore shellcheck SC2181 warning (use of $?)Martin Schwenke1-1/+5
2017-08-14ctdb-tools: Avoid shellcheck SC2181 warnings (use of $?) in onnodeMartin Schwenke1-10/+6
2017-08-14ctdb-tools: Use a clear and readable if-statementMartin Schwenke1-2/+2
2017-08-14ctdb-tools: Reformat and explain complex codeMartin Schwenke1-2/+21
2016-07-25ctdb-tools: Simplify "ctdb pnn" output formatMartin Schwenke1-3/+3
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2124 (string=array)Martin Schwenke1-1/+1
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2155 (declare, assign)Martin Schwenke1-2/+2
2016-07-21ctdb-scripts: Avoid shellcheck warnings SC2046, SC2086 (double-quoting)Martin Schwenke1-11/+21
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2034 (unused variables)Martin Schwenke1-1/+1
2016-04-25ctdb-tools: Drop onnode node specifications for recmaster/lvs/natgwMartin Schwenke1-60/+1
2015-09-15ctdb-scripts: Update important installed files to use build-time defaultsMartin Schwenke1-5/+12
2014-12-05ctdb-tools: Bracket IP addresses in onnode (for IPv6)Martin Schwenke1-2/+2
2014-12-05ctdb-tools: Update onnode and ctdb-diagnostics to use ctdb -XMartin Schwenke1-3/+3
2013-11-27ctdb-onnode: New -i option to stop stdin from being closedMartin Schwenke1-5/+10
2013-10-29tools/onnode: Fix healthy/ok node handlingMartin Schwenke1-2/+2
2012-07-30tools/onnode: Add -P option to push files to given nodesMartin Schwenke1-13/+36
2011-10-18onnode: unset EXTRA_SSH_OPTS when using fakesshMartin Schwenke1-0/+1
2011-06-08onnode: fix natgwlist nodespecMartin Schwenke1-5/+21
2011-06-08onnode: fix get_nodes_with_status()Martin Schwenke1-8/+11
2011-06-08onnode: Remove an unnecessary comment.Martin Schwenke1-1/+0
2011-06-08onnode: Future-proof get_nodes_with_status().Martin Schwenke1-28/+29
2011-06-08onnode: Exit with error for unknown command-line flags.Martin Schwenke1-1/+3
2011-06-08onnode: Be defensive when listing IPs of nodes with designated status.Martin Schwenke1-1/+1
2011-06-08onnode - Fix long standing bug in onnode healthy/ok/connected/con.Martin Schwenke1-2/+2
2010-01-21onnode: update algorithm for finding nodes file.Martin Schwenke1-2/+15
2010-01-21onnode - respect $CTDB_BASE rather than hard-coding /etc/ctdb.Martin Schwenke1-3/+5
2009-10-14New onnode options: -f to specify nodes file, -n to allow use of hostnames.Martin Schwenke1-7/+16
2009-09-15Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg1-2/+23
2009-09-15try to restart statd everytime it fails, not just the first timeRonnie Sahlberg1-23/+2
2009-09-08onnode: add "any" nodespec to select any node with running CTDB.Martin Schwenke1-2/+23
2009-07-28onnode: update tests for healthy and connected to cope with new stopped bit.Martin Schwenke1-2/+2
2009-06-19Fix minor onnode bugs relating to local daemons.Martin Schwenke1-2/+2
2009-06-02teach ONNODE about deleted nodesRonnie Sahlberg1-3/+4
2009-05-12Fix lvsmaster and natgwlist nodespecs.Martin Schwenke1-1/+5
2009-05-12New lvs/lvsmaster and natgw/natgwlist nodespecs for onnode.Martin Schwenke1-37/+51
2009-05-12New option "-o <prefix>" saves stdout from each node to file <prefix>.<ip>.Martin Schwenke1-18/+36