Skip to content

Commit 0a95337

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Improve server dump create helptext"
2 parents 6413b25 + e766096 commit 0a95337

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
@@ -1827,8 +1827,9 @@ class CreateServerDump(command.Command):
18271827
18281828
Trigger crash dump in server(s) with features like kdump in Linux.
18291829
It will create a dump file in the server(s) dumping the server(s)'
1830-
memory, and also crash the server(s). OSC sees the dump file
1831-
(server dump) as a kind of resource.
1830+
memory, and also crash the server(s). This is contingent on guest operating
1831+
system support, and the location of the dump file inside the guest will
1832+
depend on the exact guest operating system.
18321833
18331834
This command requires ``--os-compute-api-version`` 2.17 or greater.
18341835
"""

0 commit comments

Comments
 (0)