diff options
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig/pacemaker.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/sysconfig/pacemaker.in b/etc/sysconfig/pacemaker.in index 0c3609d..7ec86c0 100644 --- a/etc/sysconfig/pacemaker.in +++ b/etc/sysconfig/pacemaker.in @@ -339,6 +339,13 @@ # # Default: PCMK_schema_directory="@CRM_SCHEMA_DIRECTORY@" +# PCMK_remote_schema_directory (Advanced Use Only) +# +# Specify an alternate location on Pacemaker Remote nodes for storing newer +# RNG schemas and XSL transforms fetched from the cluster. +# +# Default: PCMK_remote_schema_directory="@PCMK__REMOTE_SCHEMA_DIR@" + # G_SLICE (Advanced Use Only) # # Affect the behavior of glib's memory allocator. Setting to "always-malloc" @@ -387,7 +394,4 @@ # commands, which would otherwise leave a bunch of unremovable files in /tmp. # # Default: VALGRIND_OPTS="" -VALGRIND_OPTS="--leak-check=full --trace-children=no --vgdb=no --num-callers=25" -VALGRIND_OPTS="$VALGRIND_OPTS --log-file=@CRM_PACEMAKER_DIR@/valgrind-%p" -VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=@datadir@/pacemaker/tests/valgrind-pcmk.suppressions" -VALGRIND_OPTS="$VALGRIND_OPTS --gen-suppressions=all" +VALGRIND_OPTS="--leak-check=full --trace-children=no --vgdb=no --num-callers=25 --log-file=@CRM_PACEMAKER_DIR@/valgrind-%p --suppressions=@datadir@/pacemaker/tests/valgrind-pcmk.suppressions --gen-suppressions=all" |