From: Guannan Ren Date: Mon, 1 Aug 2011 13:15:46 +0000 (+0800) Subject: Correct the default value of lock_manager in qemu.conf X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2f6239d06844a292c4208e3efb2695204c7f928a;p=libvirt.git 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 --- diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf index 8058352ae4..79c6e8510b 100644 --- a/src/qemu/qemu.conf +++ b/src/qemu/qemu.conf @@ -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"