summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-29 20:52:23 +0000
committerGerrit Code Review <review@openstack.org>2022-11-29 20:52:23 +0000
commit0a9533709f81fdab1f014c2f539c13d28cb9c290 (patch)
tree826f2f377da2446a6c9757f9777164a98f16b24b /openstackclient
parent6413b25dec0295dd652a11cb9405d2f4ce8051bc (diff)
parente76609650fd322cca6eb899aa6125c0450727b7c (diff)
downloadpython-openstackclient-0a9533709f81fdab1f014c2f539c13d28cb9c290.tar.gz
Merge "Improve `server dump create` helptext"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/compute/v2/server.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py
index 19cce844..25065e22 100644
--- a/openstackclient/compute/v2/server.py
+++ b/openstackclient/compute/v2/server.py
@@ -1827,8 +1827,9 @@ class CreateServerDump(command.Command):
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.
+ memory, and also crash the server(s). This is contingent on guest operating
+ system support, and the location of the dump file inside the guest will
+ depend on the exact guest operating system.
This command requires ``--os-compute-api-version`` 2.17 or greater.
"""