mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-15 00:55:17 +00:00
9af1b30da3
through which user set under what permissions does sanlock daemon run so libvirt will set the same permissions for files exposed to it.
11 lines
259 B
Plaintext
11 lines
259 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" }
|
|
{ "user" = "root" }
|
|
{ "group" = "root" }
|