summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-25 20:09:41 -0500
committerJeff Carr <[email protected]>2024-10-25 20:09:41 -0500
commit3893ac7e3db61ef4425698abe8fceca3f5ca7135 (patch)
tree6254993274bf262d3e9c7d76b8f57fecaf4ecf5c /main.go
parentb35c04414a96ce62e19ff31649a09ba0c2cc45b6 (diff)
--xml-ignore-disk=true works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index df698f8..ec42517 100644
--- a/main.go
+++ b/main.go
@@ -75,9 +75,8 @@ func main() {
}
// this is a new droplet. add it to the cluster
log.Info("Add XML Droplet here", domcfg.Name)
- d, newe, err := addDomainDroplet(domcfg)
+ _, newe, err := addDomainDroplet(domcfg)
if err != nil {
- log.Info("addDomainDroplet() error d =", d)
log.Info("addDomainDroplet() error", filename)
log.Info("addDomainDroplet() error", err)
log.Info("libvirt XML will have to be fixed by hand")