diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-06-27 11:06:24 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-07-02 16:41:10 +0200 |
commit | 82164a2e9ed5c6112e3ef70895c153025807b282 (patch) | |
tree | 8d7e537fa9f4eba7a4ae78d382e42bd9e9fdff86 /libpod.conf | |
parent | 2341eaa6c16035f73ea3ed655ae5cebcbb8a36ed (diff) | |
download | podman-82164a2e9ed5c6112e3ef70895c153025807b282.tar.gz podman-82164a2e9ed5c6112e3ef70895c153025807b282.tar.bz2 podman-82164a2e9ed5c6112e3ef70895c153025807b282.zip |
runtime: allow to specify the lock mechanism
preparation for the next patch. It currently supports only "shm".
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index 71ac79dd4..c92f60a10 100644 --- a/libpod.conf +++ b/libpod.conf @@ -87,6 +87,9 @@ infra_command = "/pause" # Default libpod support for container labeling # label=true +# The locking mechanism to use +lock_type = "shm" + # Number of locks available for containers and pods. # If this is changed, a lock renumber must be performed (e.g. with the # 'podman system renumber' command). |