mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
Correct the default value of lock_manager in qemu.conf
* src/qemu/qemu.conf: switch back the comment for the default lock manager to sanlock
This commit is contained in:
parent
f362a99a53
commit
2f6239d068
@ -304,9 +304,8 @@
|
||||
#
|
||||
# max_processes = 0
|
||||
|
||||
# To enable strict 'fcntl' based locking of the file
|
||||
# To enable 'Sanlock' project based locking of the file
|
||||
# content (to prevent two VMs writing to the same
|
||||
# disk), start the 'virtlockd' service, and uncomment
|
||||
# this
|
||||
# disk), uncomment this
|
||||
#
|
||||
# lock_manager = "fcntl"
|
||||
# lock_manager = "sanlock"
|
||||
|
Loading…
Reference in New Issue
Block a user