]> xenbits.xensource.com Git - libvirt.git/commitdiff
Correct the default value of lock_manager in qemu.conf
authorGuannan Ren <gren@redhat.com>
Mon, 1 Aug 2011 13:15:46 +0000 (21:15 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 1 Aug 2011 13:15:46 +0000 (21:15 +0800)
* src/qemu/qemu.conf: switch back the comment for the default lock
  manager to sanlock

src/qemu/qemu.conf

index 8058352ae4c20ef1fc6628a39cc0d741580e806f..79c6e8510b5dd795af6c47c9eddc0a730c48f8b4 100644 (file)
 #
 # 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"