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.
1 parent 56b6a0a commit d226b99Copy full SHA for d226b99
components/lock.rst
@@ -631,6 +631,14 @@ can be two running containers in parallel.
631
concurrent process on a new machine, check that other process are stopped
632
on the old one.
633
634
+.. caution::
635
+
636
+ When runing on systemd with non-system user with option ``RemoveIPC=yes``
637
+ (default value), locks are deleted by systemd when that user logs out.
638
+ Check that process is ran with a system user (UID <= SYS_UID_MAX) with
639
+ ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option
640
+ ``RemoveIPC=off`` in ``/etc/systemd/logind.conf``.
641
642
ZookeeperStore
643
~~~~~~~~~~~~~~
644
0 commit comments