Skip to content

Commit e766096

Browse files
committed
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
1 parent a03b235 commit e766096

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

openstackclient/compute/v2/server.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,8 +1756,9 @@ class CreateServerDump(command.Command):
17561756
17571757
Trigger crash dump in server(s) with features like kdump in Linux.
17581758
It will create a dump file in the server(s) dumping the server(s)'
1759-
memory, and also crash the server(s). OSC sees the dump file
1760-
(server dump) as a kind of resource.
1759+
memory, and also crash the server(s). This is contingent on guest operating
1760+
system support, and the location of the dump file inside the guest will
1761+
depend on the exact guest operating system.
17611762
17621763
This command requires ``--os-compute-api-version`` 2.17 or greater.
17631764
"""

0 commit comments

Comments
 (0)