diff options
| author | Artom Lifshitz <alifshit@redhat.com> | 2022-10-26 09:49:55 -0400 |
|---|---|---|
| committer | Artom Lifshitz <alifshit@redhat.com> | 2022-10-26 09:50:44 -0400 |
| commit | e76609650fd322cca6eb899aa6125c0450727b7c (patch) | |
| tree | a28173a5c28781fa05369ef5c2d01c67fab5810a /openstackclient | |
| parent | a03b2352d941cf283f5519c1dc46929550ce373a (diff) | |
| download | python-openstackclient-e76609650fd322cca6eb899aa6125c0450727b7c.tar.gz | |
Improve `server dump create` helptext
The `server dump create` command instructs Nova to trigger a crash
dump in the guest OS. Assuming the guest supports this, the resulting
dump file will be located in the guest, in a location dependent on the
guest OS. Explain all that in the helptext.
Story: 2010384
Change-Id: If940ed5cce6c5ab4193ab1494738149370da9aad
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/compute/v2/server.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py index 1d0c03a2..01559b42 100644 --- a/openstackclient/compute/v2/server.py +++ b/openstackclient/compute/v2/server.py @@ -1756,8 +1756,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. """ |
