summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorxiexs <xiexs@cn.fujitsu.com>2016-01-26 00:22:56 -0500
committerTang Chen <chen.tang@easystack.cn>2016-02-05 21:48:41 +0800
commit6b3583ab06459dad8c2aa1b762538516047b8b41 (patch)
treee4d6a713706e465f80d0a4d2ff8882c0f0db54bf /doc/source/command-objects
parent42b607edf117e4a3f421a554308330409c88dbb1 (diff)
downloadpython-openstackclient-6b3583ab06459dad8c2aa1b762538516047b8b41.tar.gz
Add support for triggering an crash dump
The triggering crash dump feature is supported by nova [1] and novaclient [2] now, it's time to introduce this feature into OSC correspondingly. [1]The change id is: I6ed777ff637254b4b79417008f9055dd19fc7405 [2]The change id is: If03b1864bbe7074c720b946fc2700bd5d07debc3 Change-Id: I5a411f283fdf0fc3c00380d069848a332c799cdd Closes-Bug: #1538372 Co-Authored-By: Tang Chen <chen.tang@easystack.cn>
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/server.rst19
1 files changed, 19 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
-----------