diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 02:00:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 02:00:46 -0500 |
| commit | 83faa62e1835f2c674147cab282194ad0bcb117d (patch) | |
| tree | 489a3ee433136607faf8b1f6659f7e89ca431844 /dump.go | |
| parent | ca9ad75283333529b611d73acd9762d0fc36053b (diff) | |
last commit before import attempt
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dump.go')
| -rw-r--r-- | dump.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -53,6 +53,13 @@ func dumpDroplets(w http.ResponseWriter, full bool) { fmt.Fprintln(w, header, "(should be on). todo: start() here") continue } + + if d.LocalOnly != "" { + // this is supposed to be ON and needs to be turned on + fmt.Fprintln(w, header, "this libvirt/domain/xml needs to be imported") + continue + } + if full { var filenames string for _, disk := range d.Disks { |
