From 2f6239d06844a292c4208e3efb2695204c7f928a Mon Sep 17 00:00:00 2001 From: Guannan Ren Date: Mon, 1 Aug 2011 21:15:46 +0800 Subject: [PATCH] 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 --- src/qemu/qemu.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"