From b9bf95a87585f6434f61b86c68fe6bc629e56771 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Dec 2023 17:45:30 +0000 Subject: LIBVIRT::%CHECK-CHILD-HN: use ABORTED-CHANGE Signed-off-by: Sean Whitton --- src/property/libvirt.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp index 1f3ba96..ad13ff5 100644 --- a/src/property/libvirt.lisp +++ b/src/property/libvirt.lisp @@ -143,7 +143,7 @@ already running, for a VM which is not always booted, e.g. on a laptop." ;; 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 child) (get-hostname)) - (failed-change "KVM VM has same hostname as hypervisor host."))) + (aborted-change "KVM VM has same hostname as hypervisor host."))) (defpropspec kvm-boots-chroot-for :lisp (options host &optional additional-properties -- cgit v1.2.3