Преглед изворни кода

crio: Don't use file locking

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Mrunal Patel пре 6 година
родитељ
комит
64f8fd84c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      roles/container_runtime/templates/crio.conf.j2

+ 1 - 1
roles/container_runtime/templates/crio.conf.j2

@@ -37,7 +37,7 @@ stream_port = "10010"
 
 
 # file_locking is whether file-based locking will be used instead of
 # file_locking is whether file-based locking will be used instead of
 # in-memory locking
 # in-memory locking
-file_locking = true
+file_locking = false
 
 
 # The "crio.runtime" table contains settings pertaining to the OCI
 # The "crio.runtime" table contains settings pertaining to the OCI
 # runtime used and options for how to set up and manage the OCI runtime.
 # runtime used and options for how to set up and manage the OCI runtime.