This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a83e3f2 Doc: remove cluster references in traffic_ctl
a83e3f2 is described below
commit a83e3f23f589f95e7983710be4ff351f24fb4a1d
Author: Miles Libbey <[email protected]>
AuthorDate: Mon May 21 15:32:29 2018 -0700
Doc: remove cluster references in traffic_ctl
Clustering is gone.
Also removing the metric clear command as it is not implemented.
To achieve that, perhaps delete records.snap.
---
doc/appendices/command-line/traffic_ctl.en.rst | 27 ++------------------------
1 file changed, 2 insertions(+), 25 deletions(-)
diff --git a/doc/appendices/command-line/traffic_ctl.en.rst
b/doc/appendices/command-line/traffic_ctl.en.rst
index 991ba14..411609d 100644
--- a/doc/appendices/command-line/traffic_ctl.en.rst
+++ b/doc/appendices/command-line/traffic_ctl.en.rst
@@ -38,8 +38,6 @@ of subcommands that control different aspects of Traffic
Server:
:program:`traffic_ctl alarm`
Display and manipulate Traffic Server alarms
-:program:`traffic_ctl cluster`
- Stop, restart and examine the cluster
:program:`traffic_ctl config`
Manipulate and display configuration records
:program:`traffic_ctl metric`
@@ -89,20 +87,6 @@ traffic_ctl alarm
alarm number (e.g. ''1''), or an alarm string identifier (e.g.
''MGMT_ALARM_PROXY_CONFIG_ERROR'').
-traffic_ctl cluster
--------------------
-.. program:: traffic_ctl cluster
-.. option:: restart [--drain] [--manager]
-
- Shut down and immediately restart Traffic Server, node by node across the
- cluster. The *--drain* and *--manager* options have the same behavior as
- for the :option:`traffic_ctl server restart` subcommand.
-
-.. program:: traffic_ctl cluster
-.. option:: status
-
- Show the current cluster status.
-
traffic_ctl config
------------------
.. program:: traffic_ctl config
@@ -177,12 +161,6 @@ traffic_ctl config
traffic_ctl metric
------------------
.. program:: traffic_ctl metric
-.. option:: clear [--cluster]
-
- Reset all statistics to zero. The *--cluster* option
- applies this across all cluster nodes.
-
-.. program:: traffic_ctl metric
.. option:: get METRIC [METRIC...]
Display the current value of the specifies statistics.
@@ -194,10 +172,9 @@ traffic_ctl metric
the given regular expression.
.. program:: traffic_ctl metric
-.. option:: zero [--cluster] METRIC [METRIC...]
+.. option:: zero METRIC [METRIC...]
- Reset the named statistics to zero. The *--cluster* option applies this
- across all cluster nodes.
+ Reset the named statistics to zero.
traffic_ctl server
------------------
--
To stop receiving notification emails like this one, please contact
[email protected].