Skip to content

Commit 8f73fbb

Browse files
committed
Doc: Pacemaker Explained: Document limitation of pcmk-init.env parsing
We can resolve these limitations if there's ever a need. For now, it's not worth the trouble of implementing and testing these missing capabilities. Signed-off-by: Reid Wahl <[email protected]>
1 parent 3770b0f commit 8f73fbb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/sphinx/Pacemaker_Explained/collective.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,11 +1094,12 @@ greater than zero.
10941094
* Environment variables whose value is the same regardless of the underlying host
10951095
may be set using the container element's ``options`` attribute.
10961096
* If you want variables to have host-specific values, you can use the
1097-
:ref:`storage-mapping <s-bundle-storage>` element to map a file on the host as
1098-
``/etc/pacemaker/pcmk-init.env`` in the container *(since 2.0.3)*.
1099-
Pacemaker Remote will parse this file as a shell-like format, with
1100-
variables set as NAME=VALUE, ignoring blank lines and comments starting
1101-
with "#".
1097+
:ref:`storage-mapping <s-bundle-storage>` element to map a file on the host
1098+
as |PCMK_INIT_ENV_FILE| in the container *(since 2.0.3)*. Pacemaker Remote
1099+
will parse this file in a manner similar to a POSIX shell, with variables
1100+
set as NAME=VALUE, ignoring blank lines and comments starting with ``#``.
1101+
An assignment may not span multiple lines, and multiple assignments per
1102+
line are not supported.
11021103

11031104
.. important::
11041105

0 commit comments

Comments
 (0)