We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3076109 + 9373987 commit 4d257caCopy full SHA for 4d257ca
components/lock.rst
@@ -632,6 +632,14 @@ can be two running containers in parallel.
632
concurrent process on a new machine, check that other process are stopped
633
on the old one.
634
635
+.. caution::
636
+
637
+ When runing on systemd with non-system user and option ``RemoveIPC=yes``
638
+ (default value), locks are deleted by systemd when that user logs out.
639
+ Check that process is run with a system user (UID <= SYS_UID_MAX) with
640
+ ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option
641
+ ``RemoveIPC=off`` in ``/etc/systemd/logind.conf``.
642
643
ZookeeperStore
644
~~~~~~~~~~~~~~
645
0 commit comments