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>
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
module Test_libvirt_sanlock =
|
|
@CONFIG@
|
|
|
|
test Libvirt_sanlock.lns get conf =
|
|
{ "auto_disk_leases" = "1" }
|
|
{ "disk_lease_dir" = "/var/lib/libvirt/sanlock" }
|
|
{ "host_id" = "1" }
|
|
{ "require_lease_for_disks" = "1" }
|
|
{ "io_timeout" = "0" }
|
|
{ "user" = "root" }
|
|
{ "group" = "root" }
|