aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-27 18:35:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-28 16:06:58 -0700
commitb6ad808c6546c13b77023aae52ecfd2791d209d9 (patch)
treec178cee2011304eae3319691f6f68bb1812450ca /src/property
parentc6c6f60334a63c1cf539c374342e7bf2c1f9197a (diff)
downloadconsfigurator-b6ad808c6546c13b77023aae52ecfd2791d209d9.tar.gz
rename LIBVIRT:DEFINED -> LIBVIRT:DEFINED-FOR
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/libvirt.lisp8
1 files changed, 4 insertions, 4 deletions
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