Date: Sat, 14 Aug 2021 15:29:17 GMT From: =?utf-8?Q?Vin=C3=ADcius Zavam?= <egypcio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5748cb590d86 - main - net/pacemaker2: update 2.0.4 to 2.1.0 Message-ID: <202108141529.17EFTH7F033246@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=5748cb590d869f40b362b4f0ed289c23e0b74da9 commit 5748cb590d869f40b362b4f0ed289c23e0b74da9 Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-08-14 15:27:36 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-08-14 15:27:36 +0000 net/pacemaker2: update 2.0.4 to 2.1.0 * github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.1.0 --- net/pacemaker2/Makefile | 2 +- net/pacemaker2/distinfo | 6 +- .../files/patch-daemons_execd_Makefile.am | 12 +- .../files/patch-daemons_pacemakerd_Makefile.am | 11 - net/pacemaker2/files/patch-tools_cibsecret.in | 20 +- net/pacemaker2/pkg-plist | 7886 ++++++++++---------- 6 files changed, 4080 insertions(+), 3857 deletions(-) diff --git a/net/pacemaker2/Makefile b/net/pacemaker2/Makefile index 3be2fa0634b8..198cdf597d3f 100644 --- a/net/pacemaker2/Makefile +++ b/net/pacemaker2/Makefile @@ -1,6 +1,6 @@ # Created by: David Shane Holden <dpejesh@yahoo.com> -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 PKGNAMESUFFIX= 2 .include "${.CURDIR}/../pacemaker1/Makefile.common" diff --git a/net/pacemaker2/distinfo b/net/pacemaker2/distinfo index b62cb8a1b8da..5fe88fd2a029 100644 --- a/net/pacemaker2/distinfo +++ b/net/pacemaker2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592858530 -SHA256 (ClusterLabs-pacemaker-Pacemaker-2.0.4_GH0.tar.gz) = dccc37190230e1ee645966d279f90ea989f44f4c619274684bef4ccb6de6f371 -SIZE (ClusterLabs-pacemaker-Pacemaker-2.0.4_GH0.tar.gz) = 5134516 +TIMESTAMP = 1628943006 +SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.0_GH0.tar.gz) = 9ebf5925a6720cca49c90ce9f0dd6e7cbcf41739e9915f33a00e0a12e63bb494 +SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.0_GH0.tar.gz) = 5032674 diff --git a/net/pacemaker2/files/patch-daemons_execd_Makefile.am b/net/pacemaker2/files/patch-daemons_execd_Makefile.am index 052f3c15187b..3b0f2a9988eb 100644 --- a/net/pacemaker2/files/patch-daemons_execd_Makefile.am +++ b/net/pacemaker2/files/patch-daemons_execd_Makefile.am @@ -1,11 +1,13 @@ ---- daemons/execd/Makefile.am.orig 2018-05-01 12:13:29 UTC +--- daemons/execd/Makefile.am.orig 2021-08-14 12:30:33 UTC +++ daemons/execd/Makefile.am -@@ -11,8 +11,6 @@ halibdir = $(CRM_DAEMON_DIR) - - halib_PROGRAMS = pacemaker-execd cts-exec-helper +@@ -23,8 +23,8 @@ pacemaker_execd_SOURCES = pacemaker-execd.c execd_com + execd_alerts.c + if BUILD_REMOTE -initdir = $(INITDIR) -init_SCRIPTS = pacemaker_remote ++# initdir = $(INITDIR) ++# init_SCRIPTS = pacemaker_remote sbin_PROGRAMS = pacemaker-remoted - if BUILD_SYSTEMD + systemdsystemunit_DATA = pacemaker_remote.service diff --git a/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am b/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am deleted file mode 100644 index a7414da4f8ae..000000000000 --- a/net/pacemaker2/files/patch-daemons_pacemakerd_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- daemons/pacemakerd/Makefile.am.orig 2018-05-01 12:13:51 UTC -+++ daemons/pacemakerd/Makefile.am -@@ -9,8 +9,6 @@ include $(top_srcdir)/Makefile.common - - if BUILD_CS_SUPPORT - --initdir = $(INITDIR) --init_SCRIPTS = pacemaker - sbin_PROGRAMS = pacemakerd - - if BUILD_SYSTEMD diff --git a/net/pacemaker2/files/patch-tools_cibsecret.in b/net/pacemaker2/files/patch-tools_cibsecret.in index ed9cb171834e..5650f03f8796 100644 --- a/net/pacemaker2/files/patch-tools_cibsecret.in +++ b/net/pacemaker2/files/patch-tools_cibsecret.in @@ -1,29 +1,33 @@ ---- tools/cibsecret.in.orig 2020-06-22 21:03:03 UTC +--- tools/cibsecret.in.orig 2021-08-14 12:21:28 UTC +++ tools/cibsecret.in -@@ -138,7 +138,7 @@ info() { +@@ -152,8 +152,8 @@ info() { } check_env() { - which md5sum >/dev/null 2>&1 || +- fatal $CRM_EX_NOT_INSTALLED "please install md5sum to run $PROG" + which md5 >/dev/null 2>&1 || - fatal "please install md5sum to run $PROG" ++ fatal $CRM_EX_NOT_INSTALLED "please install md5 to run $PROG" if which pssh >/dev/null 2>&1; then rsh=pssh_fun -@@ -300,7 +300,7 @@ localfiles() { + rcp_to_from=pscp_fun +@@ -328,8 +328,8 @@ localfiles() { ;; set) - LF_SUM="$(printf %s "$LF_VALUE" | md5sum)" || +- fatal $CRM_EX_ERROR "md5sum failed to produce hash for resource $LF_RSC parameter $LF_PARAM" + LF_SUM="$(printf %s "$LF_VALUE" | md5)" || - fatal "md5sum failed to produce hash for resource $LF_RSC parameter $LF_PARAM" ++ fatal $CRM_EX_ERROR "md5 failed to produce hash for resource $LF_RSC parameter $LF_PARAM" LF_SUM="$(echo "$LF_SUM" | awk '{print $1}')" mkdir -p "$(dirname "$LF_FILE")" && -@@ -338,7 +338,7 @@ cibsecret_check() { + echo "$LF_VALUE" > "$LF_FILE" && +@@ -370,7 +370,7 @@ cibsecret_check() { [ "$CSC_LOCAL_SUM" ] || - fatal "no MD5 hash for resource $rsc parameter $param" + fatal $CRM_EX_OSFILE "no MD5 hash for resource $rsc parameter $param" CSC_LOCAL_VALUE="$(localfiles get "$rsc" "$param")" - CSC_CALC_SUM="$(printf "%s" "$CSC_LOCAL_VALUE" | md5sum | awk '{print $1}')" + CSC_CALC_SUM="$(printf "%s" "$CSC_LOCAL_VALUE" | md5 | awk '{print $1}')" [ "$CSC_CALC_SUM" = "$CSC_LOCAL_SUM" ] || - fatal "MD5 hash mismatch for resource $rsc parameter $param" + fatal $CRM_EX_DIGEST "MD5 hash mismatch for resource $rsc parameter $param" } diff --git a/net/pacemaker2/pkg-plist b/net/pacemaker2/pkg-plist index c3ef989b407b..60384c2c92d3 100644 --- a/net/pacemaker2/pkg-plist +++ b/net/pacemaker2/pkg-plist @@ -1,25 +1,42 @@ etc/logrotate.d/pacemaker +etc/sysconfig/crm_mon +etc/sysconfig/pacemaker include/pacemaker/crm/cib.h include/pacemaker/crm/cib/cib_types.h include/pacemaker/crm/cib/util.h include/pacemaker/crm/cluster.h +include/pacemaker/crm/cluster/compat.h include/pacemaker/crm/common/acl.h +include/pacemaker/crm/common/agents.h +include/pacemaker/crm/common/agents_compat.h include/pacemaker/crm/common/ipc.h +include/pacemaker/crm/common/ipc_controld.h +include/pacemaker/crm/common/ipc_pacemakerd.h include/pacemaker/crm/common/iso8601.h include/pacemaker/crm/common/logging.h +include/pacemaker/crm/common/logging_compat.h include/pacemaker/crm/common/mainloop.h +include/pacemaker/crm/common/mainloop_compat.h include/pacemaker/crm/common/nvpair.h include/pacemaker/crm/common/results.h include/pacemaker/crm/common/util.h +include/pacemaker/crm/common/util_compat.h include/pacemaker/crm/common/xml.h +include/pacemaker/crm/common/xml_compat.h include/pacemaker/crm/compatibility.h include/pacemaker/crm/crm.h +include/pacemaker/crm/crm_compat.h +include/pacemaker/crm/fencing/compat.h include/pacemaker/crm/lrmd.h include/pacemaker/crm/msg_xml.h +include/pacemaker/crm/msg_xml_compat.h include/pacemaker/crm/pengine/common.h +include/pacemaker/crm/pengine/common_compat.h include/pacemaker/crm/pengine/complex.h include/pacemaker/crm/pengine/pe_types.h +include/pacemaker/crm/pengine/pe_types_compat.h include/pacemaker/crm/pengine/rules.h +include/pacemaker/crm/pengine/rules_compat.h include/pacemaker/crm/pengine/status.h include/pacemaker/crm/services.h include/pacemaker/crm/stonith-ng.h @@ -27,39 +44,39 @@ include/pacemaker/crm_config.h lib/libcib.a lib/libcib.so lib/libcib.so.27 -lib/libcib.so.27.1.1 +lib/libcib.so.27.2.0 lib/libcrmcluster.a lib/libcrmcluster.so lib/libcrmcluster.so.29 -lib/libcrmcluster.so.29.0.4 +lib/libcrmcluster.so.29.0.6 lib/libcrmcommon.a lib/libcrmcommon.so lib/libcrmcommon.so.34 -lib/libcrmcommon.so.34.4.0 +lib/libcrmcommon.so.34.6.0 lib/libcrmservice.a lib/libcrmservice.so lib/libcrmservice.so.28 -lib/libcrmservice.so.28.2.1 +lib/libcrmservice.so.28.2.3 lib/liblrmd.a lib/liblrmd.so lib/liblrmd.so.28 -lib/liblrmd.so.28.1.0 +lib/liblrmd.so.28.1.2 lib/libpacemaker.a lib/libpacemaker.so lib/libpacemaker.so.1 -lib/libpacemaker.so.1.1.1 +lib/libpacemaker.so.1.2.0 lib/libpe_rules.a lib/libpe_rules.so lib/libpe_rules.so.26 -lib/libpe_rules.so.26.1.1 +lib/libpe_rules.so.26.3.0 lib/libpe_status.a lib/libpe_status.so lib/libpe_status.so.28 -lib/libpe_status.so.28.2.0 +lib/libpe_status.so.28.4.0 lib/libstonithd.a lib/libstonithd.so lib/libstonithd.so.26 -lib/libstonithd.so.26.4.0 +lib/libstonithd.so.26.5.0 lib/ocf/resource.d/pacemaker/ClusterMon lib/ocf/resource.d/pacemaker/Dummy lib/ocf/resource.d/pacemaker/HealthCPU @@ -73,7 +90,6 @@ lib/ocf/resource.d/pacemaker/controld lib/ocf/resource.d/pacemaker/ifspeed lib/ocf/resource.d/pacemaker/o2cb lib/ocf/resource.d/pacemaker/ping -lib/ocf/resource.d/pacemaker/pingd lib/ocf/resource.d/pacemaker/remote %%PYTHON_SITELIBDIR%%/cts/CIB.py %%PYTHON_SITELIBDIR%%/cts/CM_common.py @@ -84,36 +100,36 @@ lib/ocf/resource.d/pacemaker/remote %%PYTHON_SITELIBDIR%%/cts/CTStests.py %%PYTHON_SITELIBDIR%%/cts/CTSvars.py %%PYTHON_SITELIBDIR%%/cts/__init__.py -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/cts/cib_xml.py %%PYTHON_SITELIBDIR%%/cts/environment.py %%PYTHON_SITELIBDIR%%/cts/logging.py @@ -130,23 +146,16 @@ libdata/pkgconfig/pacemaker-pe_status.pc libdata/pkgconfig/pacemaker-schemas.pc libdata/pkgconfig/pacemaker-service.pc libdata/pkgconfig/pacemaker.pc -libexec/pacemaker/attrd -libexec/pacemaker/cib -libexec/pacemaker/cibmon -libexec/pacemaker/crmd libexec/pacemaker/cts-exec-helper libexec/pacemaker/cts-fence-helper libexec/pacemaker/cts-log-watcher libexec/pacemaker/cts-support -libexec/pacemaker/lrmd libexec/pacemaker/pacemaker-attrd libexec/pacemaker/pacemaker-based libexec/pacemaker/pacemaker-controld libexec/pacemaker/pacemaker-execd libexec/pacemaker/pacemaker-fenced libexec/pacemaker/pacemaker-schedulerd -libexec/pacemaker/pengine -libexec/pacemaker/stonithd %%MANPAGES%%man/man7/ocf_pacemaker_ClusterMon.7.gz %%MANPAGES%%man/man7/ocf_pacemaker_Dummy.7.gz %%MANPAGES%%man/man7/ocf_pacemaker_HealthCPU.7.gz @@ -160,7 +169,6 @@ libexec/pacemaker/stonithd %%MANPAGES%%man/man7/ocf_pacemaker_ifspeed.7.gz %%MANPAGES%%man/man7/ocf_pacemaker_o2cb.7.gz %%MANPAGES%%man/man7/ocf_pacemaker_ping.7.gz -%%MANPAGES%%man/man7/ocf_pacemaker_pingd.7.gz %%MANPAGES%%man/man7/ocf_pacemaker_remote.7.gz %%MANPAGES%%man/man7/pacemaker-controld.7.gz %%MANPAGES%%man/man7/pacemaker-fenced.7.gz @@ -225,6 +233,7 @@ sbin/stonith_admin %%DATADIR%%/alerts-2.10.rng %%DATADIR%%/alerts-2.5.rng %%DATADIR%%/alerts-2.9.rng +%%DATADIR%%/alerts-3.5.rng %%DATADIR%%/alerts/alert_file.sh.sample %%DATADIR%%/alerts/alert_smtp.sh.sample %%DATADIR%%/alerts/alert_snmp.sh.sample @@ -233,14 +242,37 @@ sbin/stonith_admin %%DATADIR%%/api/api-result-2.0.rng %%DATADIR%%/api/api-result-2.1.rng %%DATADIR%%/api/api-result-2.2.rng +%%DATADIR%%/api/api-result-2.3.rng +%%DATADIR%%/api/api-result-2.4.rng +%%DATADIR%%/api/api-result-2.6.rng +%%DATADIR%%/api/api-result-2.7.rng +%%DATADIR%%/api/api-result-2.8.rng +%%DATADIR%%/api/api-result-2.9.rng %%DATADIR%%/api/api-result-next.rng %%DATADIR%%/api/api-result.rng %%DATADIR%%/api/command-output-1.0.rng %%DATADIR%%/api/crm_mon-2.0.rng %%DATADIR%%/api/crm_mon-2.1.rng %%DATADIR%%/api/crm_mon-2.2.rng +%%DATADIR%%/api/crm_mon-2.3.rng +%%DATADIR%%/api/crm_mon-2.4.rng +%%DATADIR%%/api/crm_mon-2.7.rng +%%DATADIR%%/api/crm_mon-2.8.rng +%%DATADIR%%/api/crm_mon-2.9.rng +%%DATADIR%%/api/crm_resource-2.4.rng +%%DATADIR%%/api/crm_resource-2.6.rng +%%DATADIR%%/api/crm_resource-2.7.rng +%%DATADIR%%/api/crm_simulate-2.8.rng +%%DATADIR%%/api/crmadmin-2.4.rng +%%DATADIR%%/api/digests-2.6.rng +%%DATADIR%%/api/digests-2.9.rng +%%DATADIR%%/api/failure-2.8.rng %%DATADIR%%/api/fence-event-2.0.rng +%%DATADIR%%/api/generic-list-2.4.rng %%DATADIR%%/api/item-1.1.rng +%%DATADIR%%/api/node-attrs-2.8.rng +%%DATADIR%%/api/nodes-2.8.rng +%%DATADIR%%/api/resources-2.4.rng %%DATADIR%%/api/status-2.0.rng %%DATADIR%%/api/stonith_admin-1.0.rng %%DATADIR%%/api/stonith_admin-1.1.rng @@ -257,6 +289,9 @@ sbin/stonith_admin %%DATADIR%%/constraints-2.6.rng %%DATADIR%%/constraints-2.9.rng %%DATADIR%%/constraints-3.0.rng +%%DATADIR%%/constraints-3.5.rng +%%DATADIR%%/constraints-3.6.rng +%%DATADIR%%/constraints-3.7.rng %%DATADIR%%/constraints-next.rng %%DATADIR%%/crm_mon.rng %%DATADIR%%/fencing-1.2.rng @@ -266,12 +301,18 @@ sbin/stonith_admin %%DATADIR%%/nodes-1.3.rng %%DATADIR%%/nodes-2.9.rng %%DATADIR%%/nodes-3.0.rng +%%DATADIR%%/nodes-3.4.rng +%%DATADIR%%/nodes-3.5.rng %%DATADIR%%/nvset-1.3.rng %%DATADIR%%/nvset-2.9.rng %%DATADIR%%/nvset-3.0.rng +%%DATADIR%%/nvset-3.4.rng +%%DATADIR%%/nvset-3.5.rng %%DATADIR%%/nvset.rng %%DATADIR%%/options-1.0.rng %%DATADIR%%/options-3.0.rng +%%DATADIR%%/options-3.4.rng +%%DATADIR%%/options-3.5.rng %%DATADIR%%/pacemaker-1.0.rng %%DATADIR%%/pacemaker-1.2.rng %%DATADIR%%/pacemaker-1.3.rng @@ -290,6 +331,10 @@ sbin/stonith_admin %%DATADIR%%/pacemaker-3.1.rng %%DATADIR%%/pacemaker-3.2.rng %%DATADIR%%/pacemaker-3.3.rng +%%DATADIR%%/pacemaker-3.4.rng +%%DATADIR%%/pacemaker-3.5.rng +%%DATADIR%%/pacemaker-3.6.rng +%%DATADIR%%/pacemaker-3.7.rng %%DATADIR%%/pacemaker-next.rng %%DATADIR%%/pacemaker.rng %%DATADIR%%/report.collector @@ -304,17 +349,25 @@ sbin/stonith_admin %%DATADIR%%/resources-3.0.rng %%DATADIR%%/resources-3.1.rng %%DATADIR%%/resources-3.2.rng +%%DATADIR%%/resources-3.4.rng +%%DATADIR%%/resources-3.5.rng +%%DATADIR%%/resources-3.7.rng %%DATADIR%%/rule-2.9.rng +%%DATADIR%%/rule-3.4.rng +%%DATADIR%%/rule-3.5.rng %%DATADIR%%/rule.rng %%DATADIR%%/score.rng %%DATADIR%%/status-1.0.rng %%DATADIR%%/tags-1.3.rng %%DATADIR%%/tags-3.3.rng %%DATADIR%%/tests/README.md +%%DATADIR%%/tests/cli/constraints.xml %%DATADIR%%/tests/cli/crm_diff_new.xml %%DATADIR%%/tests/cli/crm_diff_old.xml %%DATADIR%%/tests/cli/crm_mon-partial.xml %%DATADIR%%/tests/cli/crm_mon.xml +%%DATADIR%%/tests/cli/crm_resource_digests.xml +%%DATADIR%%/tests/cli/crmadmin-cluster-remote-guest-nodes.xml %%DATADIR%%/tests/cli/regression.acls.exp %%DATADIR%%/tests/cli/regression.crm_mon.exp %%DATADIR%%/tests/cli/regression.dates.exp @@ -339,3787 +392,3962 @@ sbin/stonith_admin %%DATADIR%%/tests/cts/lxc_autogen.sh %%DATADIR%%/tests/cts/pacemaker-cts-dummyd %%DATADIR%%/tests/cts/pacemaker-cts-dummyd@.service -%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.dot -%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.exp -%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.scores -%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.summary -%%DATADIR%%/tests/scheduler/1-a-then-bm-move-b.xml -%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.dot -%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.exp -%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.scores -%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.summary -%%DATADIR%%/tests/scheduler/10-a-then-bm-b-move-a-clone.xml -%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.dot -%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.exp -%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.scores -%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.summary -%%DATADIR%%/tests/scheduler/11-a-then-bm-b-move-a-clone-starting.xml -%%DATADIR%%/tests/scheduler/1360.dot -%%DATADIR%%/tests/scheduler/1360.exp -%%DATADIR%%/tests/scheduler/1360.scores -%%DATADIR%%/tests/scheduler/1360.summary -%%DATADIR%%/tests/scheduler/1360.xml -%%DATADIR%%/tests/scheduler/1484.dot -%%DATADIR%%/tests/scheduler/1484.exp -%%DATADIR%%/tests/scheduler/1484.scores -%%DATADIR%%/tests/scheduler/1484.summary -%%DATADIR%%/tests/scheduler/1484.xml -%%DATADIR%%/tests/scheduler/1494.dot -%%DATADIR%%/tests/scheduler/1494.exp -%%DATADIR%%/tests/scheduler/1494.scores -%%DATADIR%%/tests/scheduler/1494.summary -%%DATADIR%%/tests/scheduler/1494.xml -%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.dot -%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.exp -%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.scores -%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.summary -%%DATADIR%%/tests/scheduler/2-am-then-b-move-a.xml -%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.dot -%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.exp -%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.scores -%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.summary -%%DATADIR%%/tests/scheduler/3-am-then-bm-both-migrate.xml -%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.dot -%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.exp -%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.scores -%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.summary -%%DATADIR%%/tests/scheduler/4-am-then-bm-b-not-migratable.xml -%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.dot -%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.exp -%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.scores -%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.summary -%%DATADIR%%/tests/scheduler/5-am-then-bm-a-not-migratable.xml -%%DATADIR%%/tests/scheduler/594.dot -%%DATADIR%%/tests/scheduler/594.exp -%%DATADIR%%/tests/scheduler/594.scores -%%DATADIR%%/tests/scheduler/594.summary -%%DATADIR%%/tests/scheduler/594.xml -%%DATADIR%%/tests/scheduler/6-migrate-group.dot -%%DATADIR%%/tests/scheduler/6-migrate-group.exp -%%DATADIR%%/tests/scheduler/6-migrate-group.scores -%%DATADIR%%/tests/scheduler/6-migrate-group.summary -%%DATADIR%%/tests/scheduler/6-migrate-group.xml -%%DATADIR%%/tests/scheduler/662.dot -%%DATADIR%%/tests/scheduler/662.exp -%%DATADIR%%/tests/scheduler/662.scores -%%DATADIR%%/tests/scheduler/662.summary -%%DATADIR%%/tests/scheduler/662.xml -%%DATADIR%%/tests/scheduler/696.dot -%%DATADIR%%/tests/scheduler/696.exp -%%DATADIR%%/tests/scheduler/696.scores -%%DATADIR%%/tests/scheduler/696.summary -%%DATADIR%%/tests/scheduler/696.xml -%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.dot -%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.exp -%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.scores -%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.summary -%%DATADIR%%/tests/scheduler/7-migrate-group-one-unmigratable.xml -%%DATADIR%%/tests/scheduler/726.dot -%%DATADIR%%/tests/scheduler/726.exp -%%DATADIR%%/tests/scheduler/726.scores -%%DATADIR%%/tests/scheduler/726.summary -%%DATADIR%%/tests/scheduler/726.xml -%%DATADIR%%/tests/scheduler/735.dot -%%DATADIR%%/tests/scheduler/735.exp -%%DATADIR%%/tests/scheduler/735.scores -%%DATADIR%%/tests/scheduler/735.summary -%%DATADIR%%/tests/scheduler/735.xml -%%DATADIR%%/tests/scheduler/764.dot -%%DATADIR%%/tests/scheduler/764.exp -%%DATADIR%%/tests/scheduler/764.scores -%%DATADIR%%/tests/scheduler/764.summary -%%DATADIR%%/tests/scheduler/764.xml -%%DATADIR%%/tests/scheduler/797.dot -%%DATADIR%%/tests/scheduler/797.exp -%%DATADIR%%/tests/scheduler/797.scores -%%DATADIR%%/tests/scheduler/797.summary -%%DATADIR%%/tests/scheduler/797.xml -%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.dot -%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.exp -%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.scores -%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.summary -%%DATADIR%%/tests/scheduler/8-am-then-bm-a-migrating-b-stopping.xml -%%DATADIR%%/tests/scheduler/829.dot -%%DATADIR%%/tests/scheduler/829.exp -%%DATADIR%%/tests/scheduler/829.scores -%%DATADIR%%/tests/scheduler/829.summary -%%DATADIR%%/tests/scheduler/829.xml -%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.dot -%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.exp -%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.scores -%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.summary -%%DATADIR%%/tests/scheduler/9-am-then-bm-b-migrating-a-stopping.xml -%%DATADIR%%/tests/scheduler/994-2.dot -%%DATADIR%%/tests/scheduler/994-2.exp -%%DATADIR%%/tests/scheduler/994-2.scores -%%DATADIR%%/tests/scheduler/994-2.summary -%%DATADIR%%/tests/scheduler/994-2.xml -%%DATADIR%%/tests/scheduler/994.dot -%%DATADIR%%/tests/scheduler/994.exp -%%DATADIR%%/tests/scheduler/994.scores -%%DATADIR%%/tests/scheduler/994.summary -%%DATADIR%%/tests/scheduler/994.xml -%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.dot -%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.exp -%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.scores -%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.summary -%%DATADIR%%/tests/scheduler/a-demote-then-b-migrate.xml -%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.dot -%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.exp -%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.scores -%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.summary -%%DATADIR%%/tests/scheduler/a-promote-then-b-migrate.xml -%%DATADIR%%/tests/scheduler/anon-instance-pending.dot -%%DATADIR%%/tests/scheduler/anon-instance-pending.exp -%%DATADIR%%/tests/scheduler/anon-instance-pending.scores -%%DATADIR%%/tests/scheduler/anon-instance-pending.summary -%%DATADIR%%/tests/scheduler/anon-instance-pending.xml -%%DATADIR%%/tests/scheduler/anti-colocation-master.dot -%%DATADIR%%/tests/scheduler/anti-colocation-master.exp -%%DATADIR%%/tests/scheduler/anti-colocation-master.scores -%%DATADIR%%/tests/scheduler/anti-colocation-master.summary -%%DATADIR%%/tests/scheduler/anti-colocation-master.xml -%%DATADIR%%/tests/scheduler/anti-colocation-order.dot -%%DATADIR%%/tests/scheduler/anti-colocation-order.exp -%%DATADIR%%/tests/scheduler/anti-colocation-order.scores -%%DATADIR%%/tests/scheduler/anti-colocation-order.summary -%%DATADIR%%/tests/scheduler/anti-colocation-order.xml -%%DATADIR%%/tests/scheduler/anti-colocation-slave.dot -%%DATADIR%%/tests/scheduler/anti-colocation-slave.exp -%%DATADIR%%/tests/scheduler/anti-colocation-slave.scores -%%DATADIR%%/tests/scheduler/anti-colocation-slave.summary -%%DATADIR%%/tests/scheduler/anti-colocation-slave.xml -%%DATADIR%%/tests/scheduler/asymmetric.dot -%%DATADIR%%/tests/scheduler/asymmetric.exp -%%DATADIR%%/tests/scheduler/asymmetric.scores -%%DATADIR%%/tests/scheduler/asymmetric.summary -%%DATADIR%%/tests/scheduler/asymmetric.xml -%%DATADIR%%/tests/scheduler/asymmetrical-order-move.dot -%%DATADIR%%/tests/scheduler/asymmetrical-order-move.exp -%%DATADIR%%/tests/scheduler/asymmetrical-order-move.scores -%%DATADIR%%/tests/scheduler/asymmetrical-order-move.summary -%%DATADIR%%/tests/scheduler/asymmetrical-order-move.xml -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.dot -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.exp -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.scores -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.summary -%%DATADIR%%/tests/scheduler/asymmetrical-order-restart.xml -%%DATADIR%%/tests/scheduler/attrs1.dot -%%DATADIR%%/tests/scheduler/attrs1.exp -%%DATADIR%%/tests/scheduler/attrs1.scores -%%DATADIR%%/tests/scheduler/attrs1.summary -%%DATADIR%%/tests/scheduler/attrs1.xml -%%DATADIR%%/tests/scheduler/attrs2.dot -%%DATADIR%%/tests/scheduler/attrs2.exp -%%DATADIR%%/tests/scheduler/attrs2.scores -%%DATADIR%%/tests/scheduler/attrs2.summary -%%DATADIR%%/tests/scheduler/attrs2.xml -%%DATADIR%%/tests/scheduler/attrs3.dot -%%DATADIR%%/tests/scheduler/attrs3.exp -%%DATADIR%%/tests/scheduler/attrs3.scores -%%DATADIR%%/tests/scheduler/attrs3.summary -%%DATADIR%%/tests/scheduler/attrs3.xml -%%DATADIR%%/tests/scheduler/attrs4.dot -%%DATADIR%%/tests/scheduler/attrs4.exp -%%DATADIR%%/tests/scheduler/attrs4.scores -%%DATADIR%%/tests/scheduler/attrs4.summary -%%DATADIR%%/tests/scheduler/attrs4.xml -%%DATADIR%%/tests/scheduler/attrs5.dot -%%DATADIR%%/tests/scheduler/attrs5.exp -%%DATADIR%%/tests/scheduler/attrs5.scores -%%DATADIR%%/tests/scheduler/attrs5.summary -%%DATADIR%%/tests/scheduler/attrs5.xml -%%DATADIR%%/tests/scheduler/attrs6.dot -%%DATADIR%%/tests/scheduler/attrs6.exp -%%DATADIR%%/tests/scheduler/attrs6.scores -%%DATADIR%%/tests/scheduler/attrs6.summary -%%DATADIR%%/tests/scheduler/attrs6.xml -%%DATADIR%%/tests/scheduler/attrs7.dot -%%DATADIR%%/tests/scheduler/attrs7.exp -%%DATADIR%%/tests/scheduler/attrs7.scores -%%DATADIR%%/tests/scheduler/attrs7.summary -%%DATADIR%%/tests/scheduler/attrs7.xml -%%DATADIR%%/tests/scheduler/attrs8.dot -%%DATADIR%%/tests/scheduler/attrs8.exp -%%DATADIR%%/tests/scheduler/attrs8.scores -%%DATADIR%%/tests/scheduler/attrs8.summary -%%DATADIR%%/tests/scheduler/attrs8.xml -%%DATADIR%%/tests/scheduler/balanced.dot -%%DATADIR%%/tests/scheduler/balanced.exp -%%DATADIR%%/tests/scheduler/balanced.scores -%%DATADIR%%/tests/scheduler/balanced.summary -%%DATADIR%%/tests/scheduler/balanced.xml -%%DATADIR%%/tests/scheduler/base-score.dot -%%DATADIR%%/tests/scheduler/base-score.exp -%%DATADIR%%/tests/scheduler/base-score.scores -%%DATADIR%%/tests/scheduler/base-score.summary -%%DATADIR%%/tests/scheduler/base-score.xml -%%DATADIR%%/tests/scheduler/bnc-515172.dot -%%DATADIR%%/tests/scheduler/bnc-515172.exp -%%DATADIR%%/tests/scheduler/bnc-515172.scores -%%DATADIR%%/tests/scheduler/bnc-515172.summary -%%DATADIR%%/tests/scheduler/bnc-515172.xml -%%DATADIR%%/tests/scheduler/bug-1572-1.dot -%%DATADIR%%/tests/scheduler/bug-1572-1.exp -%%DATADIR%%/tests/scheduler/bug-1572-1.scores -%%DATADIR%%/tests/scheduler/bug-1572-1.summary -%%DATADIR%%/tests/scheduler/bug-1572-1.xml -%%DATADIR%%/tests/scheduler/bug-1572-2.dot -%%DATADIR%%/tests/scheduler/bug-1572-2.exp -%%DATADIR%%/tests/scheduler/bug-1572-2.scores -%%DATADIR%%/tests/scheduler/bug-1572-2.summary -%%DATADIR%%/tests/scheduler/bug-1572-2.xml -%%DATADIR%%/tests/scheduler/bug-1573.dot -%%DATADIR%%/tests/scheduler/bug-1573.exp -%%DATADIR%%/tests/scheduler/bug-1573.scores -%%DATADIR%%/tests/scheduler/bug-1573.summary -%%DATADIR%%/tests/scheduler/bug-1573.xml -%%DATADIR%%/tests/scheduler/bug-1685.dot -%%DATADIR%%/tests/scheduler/bug-1685.exp -%%DATADIR%%/tests/scheduler/bug-1685.scores -%%DATADIR%%/tests/scheduler/bug-1685.summary -%%DATADIR%%/tests/scheduler/bug-1685.xml -%%DATADIR%%/tests/scheduler/bug-1718.dot -%%DATADIR%%/tests/scheduler/bug-1718.exp -%%DATADIR%%/tests/scheduler/bug-1718.scores -%%DATADIR%%/tests/scheduler/bug-1718.summary -%%DATADIR%%/tests/scheduler/bug-1718.xml -%%DATADIR%%/tests/scheduler/bug-1765.dot -%%DATADIR%%/tests/scheduler/bug-1765.exp -%%DATADIR%%/tests/scheduler/bug-1765.scores -%%DATADIR%%/tests/scheduler/bug-1765.summary -%%DATADIR%%/tests/scheduler/bug-1765.xml -%%DATADIR%%/tests/scheduler/bug-1820-1.dot -%%DATADIR%%/tests/scheduler/bug-1820-1.exp -%%DATADIR%%/tests/scheduler/bug-1820-1.scores -%%DATADIR%%/tests/scheduler/bug-1820-1.summary -%%DATADIR%%/tests/scheduler/bug-1820-1.xml -%%DATADIR%%/tests/scheduler/bug-1820.dot -%%DATADIR%%/tests/scheduler/bug-1820.exp -%%DATADIR%%/tests/scheduler/bug-1820.scores -%%DATADIR%%/tests/scheduler/bug-1820.summary -%%DATADIR%%/tests/scheduler/bug-1820.xml -%%DATADIR%%/tests/scheduler/bug-1822.dot -%%DATADIR%%/tests/scheduler/bug-1822.exp -%%DATADIR%%/tests/scheduler/bug-1822.scores -%%DATADIR%%/tests/scheduler/bug-1822.summary -%%DATADIR%%/tests/scheduler/bug-1822.xml -%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.dot -%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.exp -%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.scores -%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.summary -%%DATADIR%%/tests/scheduler/bug-5007-masterslave_colocation.xml -%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.dot -%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.exp -%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.scores -%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.summary -%%DATADIR%%/tests/scheduler/bug-5014-A-start-B-start.xml -%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.dot -%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.exp -%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.scores -%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.summary -%%DATADIR%%/tests/scheduler/bug-5014-A-stop-B-started.xml -%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.dot -%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.exp -%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.scores -%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.summary -%%DATADIR%%/tests/scheduler/bug-5014-A-stopped-B-stopped.xml -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.dot -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.exp -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.scores -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.summary -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-start-B-start.xml -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.dot -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.exp -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.scores -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.summary -%%DATADIR%%/tests/scheduler/bug-5014-CLONE-A-stop-B-started.xml -%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.dot -%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.exp -%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.scores -%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.summary -%%DATADIR%%/tests/scheduler/bug-5014-CthenAthenB-C-stopped.xml -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.dot -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.exp -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.scores -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.summary -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-start-B-start.xml -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.dot -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.exp -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.scores -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.summary -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-started.xml -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.dot -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.exp -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.scores -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.summary -%%DATADIR%%/tests/scheduler/bug-5014-GROUP-A-stopped-B-stopped.xml -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.dot -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.exp -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.scores -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.summary -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-false.xml -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.dot -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.exp -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.scores -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.summary -%%DATADIR%%/tests/scheduler/bug-5014-ordered-set-symmetrical-true.xml -%%DATADIR%%/tests/scheduler/bug-5025-1.dot -%%DATADIR%%/tests/scheduler/bug-5025-1.exp -%%DATADIR%%/tests/scheduler/bug-5025-1.scores -%%DATADIR%%/tests/scheduler/bug-5025-1.summary -%%DATADIR%%/tests/scheduler/bug-5025-1.xml -%%DATADIR%%/tests/scheduler/bug-5025-2.dot -%%DATADIR%%/tests/scheduler/bug-5025-2.exp -%%DATADIR%%/tests/scheduler/bug-5025-2.scores -%%DATADIR%%/tests/scheduler/bug-5025-2.summary -%%DATADIR%%/tests/scheduler/bug-5025-2.xml -%%DATADIR%%/tests/scheduler/bug-5025-3.dot -%%DATADIR%%/tests/scheduler/bug-5025-3.exp -%%DATADIR%%/tests/scheduler/bug-5025-3.scores -%%DATADIR%%/tests/scheduler/bug-5025-3.summary -%%DATADIR%%/tests/scheduler/bug-5025-3.xml -%%DATADIR%%/tests/scheduler/bug-5025-4.dot -%%DATADIR%%/tests/scheduler/bug-5025-4.exp -%%DATADIR%%/tests/scheduler/bug-5025-4.scores -%%DATADIR%%/tests/scheduler/bug-5025-4.summary -%%DATADIR%%/tests/scheduler/bug-5025-4.xml -%%DATADIR%%/tests/scheduler/bug-5028-bottom.dot -%%DATADIR%%/tests/scheduler/bug-5028-bottom.exp -%%DATADIR%%/tests/scheduler/bug-5028-bottom.scores -%%DATADIR%%/tests/scheduler/bug-5028-bottom.summary -%%DATADIR%%/tests/scheduler/bug-5028-bottom.xml -%%DATADIR%%/tests/scheduler/bug-5028-detach.dot -%%DATADIR%%/tests/scheduler/bug-5028-detach.exp -%%DATADIR%%/tests/scheduler/bug-5028-detach.scores -%%DATADIR%%/tests/scheduler/bug-5028-detach.summary -%%DATADIR%%/tests/scheduler/bug-5028-detach.xml -%%DATADIR%%/tests/scheduler/bug-5028.dot -%%DATADIR%%/tests/scheduler/bug-5028.exp -%%DATADIR%%/tests/scheduler/bug-5028.scores -%%DATADIR%%/tests/scheduler/bug-5028.summary -%%DATADIR%%/tests/scheduler/bug-5028.xml -%%DATADIR%%/tests/scheduler/bug-5038.dot -%%DATADIR%%/tests/scheduler/bug-5038.exp -%%DATADIR%%/tests/scheduler/bug-5038.scores -%%DATADIR%%/tests/scheduler/bug-5038.summary -%%DATADIR%%/tests/scheduler/bug-5038.xml -%%DATADIR%%/tests/scheduler/bug-5059.dot -%%DATADIR%%/tests/scheduler/bug-5059.exp -%%DATADIR%%/tests/scheduler/bug-5059.scores -%%DATADIR%%/tests/scheduler/bug-5059.summary -%%DATADIR%%/tests/scheduler/bug-5059.xml -%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.dot -%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.exp -%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.scores -%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.summary -%%DATADIR%%/tests/scheduler/bug-5069-op-disabled.xml -%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.dot -%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.exp -%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.scores -%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.summary -%%DATADIR%%/tests/scheduler/bug-5069-op-enabled.xml -%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.dot -%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.exp -%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.scores -%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.summary -%%DATADIR%%/tests/scheduler/bug-5140-require-all-false.xml -%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.dot -%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.exp -%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.scores -%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.summary -%%DATADIR%%/tests/scheduler/bug-5143-ms-shuffle.xml -%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.dot -%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.exp -%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.scores -%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.summary -%%DATADIR%%/tests/scheduler/bug-5186-partial-migrate.xml -%%DATADIR%%/tests/scheduler/bug-cl-5168.dot -%%DATADIR%%/tests/scheduler/bug-cl-5168.exp -%%DATADIR%%/tests/scheduler/bug-cl-5168.scores -%%DATADIR%%/tests/scheduler/bug-cl-5168.summary -%%DATADIR%%/tests/scheduler/bug-cl-5168.xml -%%DATADIR%%/tests/scheduler/bug-cl-5170.dot -%%DATADIR%%/tests/scheduler/bug-cl-5170.exp -%%DATADIR%%/tests/scheduler/bug-cl-5170.scores -%%DATADIR%%/tests/scheduler/bug-cl-5170.summary -%%DATADIR%%/tests/scheduler/bug-cl-5170.xml -%%DATADIR%%/tests/scheduler/bug-cl-5212.dot -%%DATADIR%%/tests/scheduler/bug-cl-5212.exp -%%DATADIR%%/tests/scheduler/bug-cl-5212.scores -%%DATADIR%%/tests/scheduler/bug-cl-5212.summary -%%DATADIR%%/tests/scheduler/bug-cl-5212.xml -%%DATADIR%%/tests/scheduler/bug-cl-5213.dot -%%DATADIR%%/tests/scheduler/bug-cl-5213.exp -%%DATADIR%%/tests/scheduler/bug-cl-5213.scores -%%DATADIR%%/tests/scheduler/bug-cl-5213.summary -%%DATADIR%%/tests/scheduler/bug-cl-5213.xml -%%DATADIR%%/tests/scheduler/bug-cl-5219.dot -%%DATADIR%%/tests/scheduler/bug-cl-5219.exp -%%DATADIR%%/tests/scheduler/bug-cl-5219.scores -%%DATADIR%%/tests/scheduler/bug-cl-5219.summary -%%DATADIR%%/tests/scheduler/bug-cl-5219.xml -%%DATADIR%%/tests/scheduler/bug-cl-5247.dot -%%DATADIR%%/tests/scheduler/bug-cl-5247.exp -%%DATADIR%%/tests/scheduler/bug-cl-5247.scores -%%DATADIR%%/tests/scheduler/bug-cl-5247.summary -%%DATADIR%%/tests/scheduler/bug-cl-5247.xml -%%DATADIR%%/tests/scheduler/bug-lf-1852.dot -%%DATADIR%%/tests/scheduler/bug-lf-1852.exp -%%DATADIR%%/tests/scheduler/bug-lf-1852.scores -%%DATADIR%%/tests/scheduler/bug-lf-1852.summary -%%DATADIR%%/tests/scheduler/bug-lf-1852.xml -%%DATADIR%%/tests/scheduler/bug-lf-1920.dot -%%DATADIR%%/tests/scheduler/bug-lf-1920.exp -%%DATADIR%%/tests/scheduler/bug-lf-1920.scores -%%DATADIR%%/tests/scheduler/bug-lf-1920.summary -%%DATADIR%%/tests/scheduler/bug-lf-1920.xml -%%DATADIR%%/tests/scheduler/bug-lf-2106.dot -%%DATADIR%%/tests/scheduler/bug-lf-2106.exp -%%DATADIR%%/tests/scheduler/bug-lf-2106.scores -%%DATADIR%%/tests/scheduler/bug-lf-2106.summary -%%DATADIR%%/tests/scheduler/bug-lf-2106.xml -%%DATADIR%%/tests/scheduler/bug-lf-2153.dot -%%DATADIR%%/tests/scheduler/bug-lf-2153.exp -%%DATADIR%%/tests/scheduler/bug-lf-2153.scores -%%DATADIR%%/tests/scheduler/bug-lf-2153.summary -%%DATADIR%%/tests/scheduler/bug-lf-2153.xml -%%DATADIR%%/tests/scheduler/bug-lf-2160.dot -%%DATADIR%%/tests/scheduler/bug-lf-2160.exp -%%DATADIR%%/tests/scheduler/bug-lf-2160.scores -%%DATADIR%%/tests/scheduler/bug-lf-2160.summary -%%DATADIR%%/tests/scheduler/bug-lf-2160.xml -%%DATADIR%%/tests/scheduler/bug-lf-2171.dot -%%DATADIR%%/tests/scheduler/bug-lf-2171.exp -%%DATADIR%%/tests/scheduler/bug-lf-2171.scores -%%DATADIR%%/tests/scheduler/bug-lf-2171.summary -%%DATADIR%%/tests/scheduler/bug-lf-2171.xml -%%DATADIR%%/tests/scheduler/bug-lf-2213.dot -%%DATADIR%%/tests/scheduler/bug-lf-2213.exp -%%DATADIR%%/tests/scheduler/bug-lf-2213.scores -%%DATADIR%%/tests/scheduler/bug-lf-2213.summary -%%DATADIR%%/tests/scheduler/bug-lf-2213.xml -%%DATADIR%%/tests/scheduler/bug-lf-2317.dot -%%DATADIR%%/tests/scheduler/bug-lf-2317.exp -%%DATADIR%%/tests/scheduler/bug-lf-2317.scores -%%DATADIR%%/tests/scheduler/bug-lf-2317.summary -%%DATADIR%%/tests/scheduler/bug-lf-2317.xml -%%DATADIR%%/tests/scheduler/bug-lf-2358.dot -%%DATADIR%%/tests/scheduler/bug-lf-2358.exp -%%DATADIR%%/tests/scheduler/bug-lf-2358.scores -%%DATADIR%%/tests/scheduler/bug-lf-2358.summary -%%DATADIR%%/tests/scheduler/bug-lf-2358.xml -%%DATADIR%%/tests/scheduler/bug-lf-2361.dot -%%DATADIR%%/tests/scheduler/bug-lf-2361.exp -%%DATADIR%%/tests/scheduler/bug-lf-2361.scores -%%DATADIR%%/tests/scheduler/bug-lf-2361.summary -%%DATADIR%%/tests/scheduler/bug-lf-2361.xml -%%DATADIR%%/tests/scheduler/bug-lf-2422.dot -%%DATADIR%%/tests/scheduler/bug-lf-2422.exp -%%DATADIR%%/tests/scheduler/bug-lf-2422.scores -%%DATADIR%%/tests/scheduler/bug-lf-2422.summary -%%DATADIR%%/tests/scheduler/bug-lf-2422.xml -%%DATADIR%%/tests/scheduler/bug-lf-2435.dot -%%DATADIR%%/tests/scheduler/bug-lf-2435.exp -%%DATADIR%%/tests/scheduler/bug-lf-2435.scores -%%DATADIR%%/tests/scheduler/bug-lf-2435.summary -%%DATADIR%%/tests/scheduler/bug-lf-2435.xml -%%DATADIR%%/tests/scheduler/bug-lf-2445.dot -%%DATADIR%%/tests/scheduler/bug-lf-2445.exp -%%DATADIR%%/tests/scheduler/bug-lf-2445.scores -%%DATADIR%%/tests/scheduler/bug-lf-2445.summary -%%DATADIR%%/tests/scheduler/bug-lf-2445.xml -%%DATADIR%%/tests/scheduler/bug-lf-2453.dot -%%DATADIR%%/tests/scheduler/bug-lf-2453.exp -%%DATADIR%%/tests/scheduler/bug-lf-2453.scores -%%DATADIR%%/tests/scheduler/bug-lf-2453.summary -%%DATADIR%%/tests/scheduler/bug-lf-2453.xml -%%DATADIR%%/tests/scheduler/bug-lf-2474.dot -%%DATADIR%%/tests/scheduler/bug-lf-2474.exp -%%DATADIR%%/tests/scheduler/bug-lf-2474.scores -%%DATADIR%%/tests/scheduler/bug-lf-2474.summary -%%DATADIR%%/tests/scheduler/bug-lf-2474.xml -%%DATADIR%%/tests/scheduler/bug-lf-2493.dot -%%DATADIR%%/tests/scheduler/bug-lf-2493.exp -%%DATADIR%%/tests/scheduler/bug-lf-2493.scores -%%DATADIR%%/tests/scheduler/bug-lf-2493.summary -%%DATADIR%%/tests/scheduler/bug-lf-2493.xml -%%DATADIR%%/tests/scheduler/bug-lf-2508.dot -%%DATADIR%%/tests/scheduler/bug-lf-2508.exp -%%DATADIR%%/tests/scheduler/bug-lf-2508.scores -%%DATADIR%%/tests/scheduler/bug-lf-2508.summary -%%DATADIR%%/tests/scheduler/bug-lf-2508.xml -%%DATADIR%%/tests/scheduler/bug-lf-2544.dot -%%DATADIR%%/tests/scheduler/bug-lf-2544.exp -%%DATADIR%%/tests/scheduler/bug-lf-2544.scores -%%DATADIR%%/tests/scheduler/bug-lf-2544.summary -%%DATADIR%%/tests/scheduler/bug-lf-2544.xml -%%DATADIR%%/tests/scheduler/bug-lf-2551.dot -%%DATADIR%%/tests/scheduler/bug-lf-2551.exp -%%DATADIR%%/tests/scheduler/bug-lf-2551.scores -%%DATADIR%%/tests/scheduler/bug-lf-2551.summary -%%DATADIR%%/tests/scheduler/bug-lf-2551.xml -%%DATADIR%%/tests/scheduler/bug-lf-2574.dot -%%DATADIR%%/tests/scheduler/bug-lf-2574.exp -%%DATADIR%%/tests/scheduler/bug-lf-2574.scores -%%DATADIR%%/tests/scheduler/bug-lf-2574.summary -%%DATADIR%%/tests/scheduler/bug-lf-2574.xml -%%DATADIR%%/tests/scheduler/bug-lf-2581.dot -%%DATADIR%%/tests/scheduler/bug-lf-2581.exp -%%DATADIR%%/tests/scheduler/bug-lf-2581.scores -%%DATADIR%%/tests/scheduler/bug-lf-2581.summary -%%DATADIR%%/tests/scheduler/bug-lf-2581.xml -%%DATADIR%%/tests/scheduler/bug-lf-2606.dot -%%DATADIR%%/tests/scheduler/bug-lf-2606.exp -%%DATADIR%%/tests/scheduler/bug-lf-2606.scores -%%DATADIR%%/tests/scheduler/bug-lf-2606.summary -%%DATADIR%%/tests/scheduler/bug-lf-2606.xml -%%DATADIR%%/tests/scheduler/bug-lf-2613.dot -%%DATADIR%%/tests/scheduler/bug-lf-2613.exp *** 7203 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108141529.17EFTH7F033246>