mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 03:11:12 +00:00
bd3e16a3cf
https://bugzilla.redhat.com/show_bug.cgi?id=1251190 So, if domain loses access to storage, sanlock tries to kill it after some timeout. So far, the default is 80 seconds. But for some scenarios this might not be enough. We should allow users to adjust the timeout according to their needs. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
12 lines
282 B
Plaintext
12 lines
282 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" }
|