diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 04:10:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 04:10:14 -0500 |
| commit | b0ebbeb7bc83e1cb5c6448026539b5883a243cad (patch) | |
| tree | fab8f111d2f1b1086ffcc698ddfa21ad25833a8d /Makefile.help | |
| parent | bd62967a53d252bd9d1c9bcdff8288e79d4db9dd (diff) | |
more debugging on import libvirt domain
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile.help')
| -rw-r--r-- | Makefile.help | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index a5116b0..48797b3 100644 --- a/Makefile.help +++ b/Makefile.help @@ -13,6 +13,10 @@ curl-vms: curl-kill: curl http://localhost:2520/kill +curl-dumpdomain-coriolis: + # information about libvirt domain for vm 'coriolis': + curl --silent http://localhost:2520/dumpdomain?domain=coriolis + status: dpkg -s virtigod systemctl status virtigod.service |
