mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
697371c22e
Using @VARNAME@ is a normal style of automake, so lets match that. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
module Test_libvirt_lockd =
|
|
@CONFIG@
|
|
|
|
test Libvirt_lockd.lns get conf =
|
|
{ "auto_disk_leases" = "0" }
|
|
{ "require_lease_for_disks" = "1" }
|
|
{ "file_lockspace_dir" = "/var/lib/libvirt/lockd/files" }
|
|
{ "lvm_lockspace_dir" = "/var/lib/libvirt/lockd/lvmvolumes" }
|
|
{ "scsi_lockspace_dir" = "/var/lib/libvirt/lockd/scsivolumes" }
|