aboutsummaryrefslogtreecommitdiff
path: root/src/property/libvirt.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/libvirt.lisp')
-rw-r--r--src/property/libvirt.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp
index 534a875..7ba102b 100644
--- a/src/property/libvirt.lisp
+++ b/src/property/libvirt.lisp
@@ -233,8 +233,10 @@ Sample usage:
There's repetition here, and you might like to use DEFPROPSPEC to establish
your preferred VM networking setup and corresponding DEPLOYS propapp."
(:desc #?"libvirt KVM VM for ${(get-hostname host*)} defined")
+ ;; Same hostname probably means that the VM HOST inherited the hypervisor
+ ;; HOST's hostname as one was not explicitly set; probably a mistake.
(when (string= (get-hostname host*) (get-hostname))
- (warn "KVM VM has same hostname as hypervisor host; may cause issues."))
+ (failed-change "KVM VM has same hostname as hypervisor host."))
(destructuring-bind
(&key (vcpus 1) (memory 1024) autostart
virt-options chroot-options always-deploys