File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -631,6 +631,14 @@ can be two running containers in parallel.
631
631
concurrent process on a new machine, check that other process are stopped
632
632
on the old one.
633
633
634
+ .. caution ::
635
+
636
+ When runing on systemd with option ``RemoveIPC=yes `` (default value for
637
+ non-system user), locks are deleted by systemd, when the user logs out,
638
+ or a cron job ends. This is a well known `issue reported in systemd `_.
639
+ Check that process is ran with a system user (UID<1000), or set the
640
+ option ``RemoveIPC=off `` in ``/etc/systemd/logind.conf ``.
641
+
634
642
ZookeeperStore
635
643
~~~~~~~~~~~~~~
636
644
@@ -670,3 +678,4 @@ are still running.
670
678
.. _`Doctrine DBAL Connection` : https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Connection.php
671
679
.. _`Data Source Name (DSN)` : https://en.wikipedia.org/wiki/Data_source_name
672
680
.. _`ZooKeeper` : https://zookeeper.apache.org/
681
+ .. _`issue reported in systemd` : https://github.com/systemd/systemd/issues/2039
You can’t perform that action at this time.
0 commit comments