From dc54e848f94540733a609a2f92209a3a01b51668 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 10:23:41 -0700 Subject: [PATCH 1/7] editing ref page --- reference/ucp/3.0/cli/support.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index db1df79885..d5045d248d 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -26,5 +26,4 @@ This command creates a support dump file for this node, and prints it to stdout. |:--------------------------|:---------------------------| |`--debug, D`|Enable debug mode| |`--jsonlog`|Produce json formatted output for easier parsing| - - +|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster| From 60af1e5c28a985c9114a2ba05e17a75921ac14f2 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 10:30:23 -0700 Subject: [PATCH 2/7] remaining API options added --- reference/ucp/3.0/cli/support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index d5045d248d..e99ae46565 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -26,4 +26,7 @@ This command creates a support dump file for this node, and prints it to stdout. |:--------------------------|:---------------------------| |`--debug, D`|Enable debug mode| |`--jsonlog`|Produce json formatted output for easier parsing| +|`--loglines`|Specify number of lines to grab from `journalctl`| +|`--servicedriller`|Run the swarm service driller tool| +|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed| |`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster| From ba1ed1e8400e07771c10a8b2ccf8d902c7dfa42e Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 10:49:37 -0700 Subject: [PATCH 3/7] corrections --- reference/ucp/3.0/cli/support.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index e99ae46565..c3e8499163 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -24,9 +24,9 @@ This command creates a support dump file for this node, and prints it to stdout. | Option | Description | |:--------------------------|:---------------------------| -|`--debug, D`|Enable debug mode| -|`--jsonlog`|Produce json formatted output for easier parsing| -|`--loglines`|Specify number of lines to grab from `journalctl`| -|`--servicedriller`|Run the swarm service driller tool| -|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed| -|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster| +|`--debug, D`|Enable debug mode.| +|`--jsonlog`|Produce json formatted output for easier parsing.| +|`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.| +|`--servicedriller`|Run the swarm service driller tool. The default is off.| +|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed. The default is all nodes.| +|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster. The default is off.| From 03fdf24085fa1fe7e4f55728bbbc24c31b248183 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 10:56:07 -0700 Subject: [PATCH 4/7] topic draft ready --- reference/ucp/3.0/cli/support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index c3e8499163..c37e255985 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -28,5 +28,5 @@ This command creates a support dump file for this node, and prints it to stdout. |`--jsonlog`|Produce json formatted output for easier parsing.| |`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.| |`--servicedriller`|Run the swarm service driller tool. The default is off.| -|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed. The default is all nodes.| -|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster. The default is off.| +|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default is all nodes.| +|`--verbose`|Collect additional data , including a list of all non-system tasks or services running within the cluster. The default is off. Customer-specific info is not included.| From ac7df7c246e6fcad024da14971b9a908bd4e17ee Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 12:48:17 -0700 Subject: [PATCH 5/7] review corrections --- reference/ucp/3.0/cli/support.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index c37e255985..34c950e7c7 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -27,6 +27,5 @@ This command creates a support dump file for this node, and prints it to stdout. |`--debug, D`|Enable debug mode.| |`--jsonlog`|Produce json formatted output for easier parsing.| |`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.| -|`--servicedriller`|Run the swarm service driller tool. The default is off.| -|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default is all nodes.| -|`--verbose`|Collect additional data , including a list of all non-system tasks or services running within the cluster. The default is off. Customer-specific info is not included.| +|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller(ssd)](https://github.com/sanimej/ssd) Not run by default.| +|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.| From 34894b9c8041f8b75c2eb9bfc57590aae9c336db Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 12:54:53 -0700 Subject: [PATCH 6/7] removed obsolete options --- reference/ucp/3.0/cli/support.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index 34c950e7c7..5ed2d41804 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -1,7 +1,7 @@ --- title: docker/ucp support -description: Create a support dump for this UCP node -keywords: ucp, cli, support +description: Create a support dump for UCP nodes +keywords: ucp, cli, support, support dump, troubleshooting --- Create a support dump for this UCP node @@ -18,14 +18,12 @@ docker container run --rm \ ## Description -This command creates a support dump file for this node, and prints it to stdout. +This command creates a support dump file for the specified node(s), and prints it to stdout. ## Options | Option | Description | |:--------------------------|:---------------------------| -|`--debug, D`|Enable debug mode.| -|`--jsonlog`|Produce json formatted output for easier parsing.| |`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.| -|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller(ssd)](https://github.com/sanimej/ssd) Not run by default.| +|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/sanimej/ssd) Not run by default.| |`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.| From 4c6d8fb806a903f9c6d2977b5a7eb6a26d4c2fec Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 1 Oct 2018 13:03:06 -0700 Subject: [PATCH 7/7] review updates --- reference/ucp/3.0/cli/support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ucp/3.0/cli/support.md b/reference/ucp/3.0/cli/support.md index 5ed2d41804..7649e26824 100644 --- a/reference/ucp/3.0/cli/support.md +++ b/reference/ucp/3.0/cli/support.md @@ -4,7 +4,7 @@ description: Create a support dump for UCP nodes keywords: ucp, cli, support, support dump, troubleshooting --- -Create a support dump for this UCP node +Create a support dump for specified UCP nodes ## Usage @@ -25,5 +25,5 @@ This command creates a support dump file for the specified node(s), and prints i | Option | Description | |:--------------------------|:---------------------------| |`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.| -|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/sanimej/ssd) Not run by default.| +|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/docker/libnetwork/tree/master/cmd/ssd) Not run by default.| |`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.|