summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-05 22:49:36 +0000
committerGerrit Code Review <review@openstack.org>2016-02-05 22:49:36 +0000
commitfb4240a4b5d49ea2c77b4d442a2a984900e4a700 (patch)
tree6245136f0c5dd4621b9445fa0f28bd7ec4cb8336 /doc/source
parent546398c14bd0019e3723d54333fac71921c88bea (diff)
parent6b3583ab06459dad8c2aa1b762538516047b8b41 (diff)
downloadpython-openstackclient-fb4240a4b5d49ea2c77b4d442a2a984900e4a700.tar.gz
Merge "Add support for triggering an crash dump"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/server.rst19
-rw-r--r--doc/source/commands.rst1
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index fc275971..d50ad37e 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -168,6 +168,25 @@ Delete server(s)
Server(s) to delete (name or ID)
+server dump create
+------------------
+Create a dump file in server(s)
+
+Trigger crash dump in server(s) with features like kdump in Linux. It will
+create a dump file in the server(s) dumping the server(s)' memory, and also
+crash the server(s). OSC sees the dump file (server dump) as a kind of
+resource.
+
+.. program:: server dump create
+.. code:: bash
+
+ os server dump create
+ <server> [<server> ...]
+
+.. describe:: <server>
+
+ Server(s) to create dump file (name or ID)
+
server list
-----------
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 1c4f84b2..bf5d7035 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -112,6 +112,7 @@ referring to both Compute and Volume quotas.
* ``security group``: (**Compute**, **Network**) - groups of network access rules
* ``security group rule``: (**Compute**, **Network**) - the individual rules that define protocol/IP/port access
* ``server``: (**Compute**) virtual machine instance
+* ``server dump``: (**Compute**) a dump file of a server created by features like kdump
* ``server image``: (**Compute**) saved server disk image
* ``service``: (**Identity**) a cloud service
* ``service provider``: (**Identity**) a resource that consumes assertions from an ``identity provider``