From b6ad808c6546c13b77023aae52ecfd2791d209d9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 27 Apr 2022 18:35:46 -0700 Subject: rename LIBVIRT:DEFINED -> LIBVIRT:DEFINED-FOR Signed-off-by: Sean Whitton --- src/property/libvirt.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/property') diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp index 8ce80e1..5c4670e 100644 --- a/src/property/libvirt.lisp +++ b/src/property/libvirt.lisp @@ -68,7 +68,7 @@ On Debian, it is not started by default after installation of libvirt." (defmethod os-variant (os)) -(defprop defined :posix (host &rest arguments) +(defprop defined-for :posix (host &rest arguments) "Define a libvirt domain for HOST by providing ARGUMENTS to virt-install(1). With the current implementation, if ARGUMENTS changes, virt-install(1) will not be run again. You will need to either unapply and reapply this property, @@ -195,7 +195,7 @@ OPTIONS is a plist of keyword parameters. - :APPEND -- String to append to the kernel command line. If the :VCPUS, :MEMORY, :AUTOSTART or :VIRT-OPTIONS parameters change, -virt-install(1) will not be rerun; see LIBVIRT:DEFINED. +virt-install(1) will not be rerun; see LIBVIRT:DEFINED-FOR. Sample usage: @@ -283,7 +283,7 @@ your preferred VM networking setup and corresponding DEPLOYS propapp." `((with-flagfile ,flagfile (chroot:os-bootstrapped-for ,chroot-options ,chroot ,host ,additional-properties)))) - (defined ,host* + (defined-for ,host* ,(format nil "--vcpus=~D" vcpus) ,(format nil "--memory=~D" memory) "--filesystem" ,(format @@ -303,7 +303,7 @@ your preferred VM networking setup and corresponding DEPLOYS propapp." ,@(and autostart `((started ,host))) :unapply (destroyed ,host*) - (unapplied (defined ,host*)) + (unapplied (defined-for ,host*)) (unapplied (with-flagfile ,flagfile (chroot:os-bootstrapped-for -- cgit v1.2.3