We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
server dump create
2 parents 6413b25 + e766096 commit 0a95337Copy full SHA for 0a95337
1 file changed
openstackclient/compute/v2/server.py
@@ -1827,8 +1827,9 @@ class CreateServerDump(command.Command):
1827
1828
Trigger crash dump in server(s) with features like kdump in Linux.
1829
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.
+ 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
1832
+ depend on the exact guest operating system.
1833
1834
This command requires ``--os-compute-api-version`` 2.17 or greater.
1835
"""
0 commit comments