libvirt/src/locking/test_libvirt_sanlock.aug.in
Michal Privoznik 9af1b30da3 sanlock: Introduce 'user' and 'group' conf variables
through which user set under what permissions does sanlock
daemon run so libvirt will set the same permissions for
files exposed to it.
2012-10-30 10:12:10 +01:00

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" }