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:
Guannan Ren 2011-08-01 21:15:46 +08:00 committed by Daniel Veillard
parent f362a99a53
commit 2f6239d068

View File

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