FreeBSD Bugzilla – Attachment 208560 Details for
Bug 241460
[PATCH] net/pacemaker2: update 2.0.0-rc4 to 2.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] net/pacemaker2: update 2.0.0-rc4 to 2.0.2
ports_NET_PACEMAKER2_r515321.diff (text/plain), 17.83 KB, created by
VinÃcius Zavam
on 2019-10-24 11:20:40 UTC
(
hide
)
Description:
[PATCH] net/pacemaker2: update 2.0.0-rc4 to 2.0.2
Filename:
MIME Type:
Creator:
VinÃcius Zavam
Created:
2019-10-24 11:20:40 UTC
Size:
17.83 KB
patch
obsolete
>Index: net/pacemaker2/Makefile >=================================================================== >--- net/pacemaker2/Makefile (revision 515326) >+++ net/pacemaker2/Makefile (working copy) >@@ -1,9 +1,7 @@ > # Created by: David Shane Holden <dpejesh@yahoo.com> > # $FreeBSD$ > >-PORTVERSION= 2.0.0 >-PORTREVISION= 1 >-DISTVERSIONSUFFIX= -rc4 >+PORTVERSION= 2.0.2 > PKGNAMESUFFIX= 2 > > .include "${.CURDIR}/../pacemaker1/Makefile.common" >Index: net/pacemaker2/distinfo >=================================================================== >--- net/pacemaker2/distinfo (revision 515326) >+++ net/pacemaker2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1528984067 >-SHA256 (ClusterLabs-pacemaker-Pacemaker-2.0.0-rc4_GH0.tar.gz) = ed7382f725cc8e5c751831d080f4c219185944c58af505be61aef8350f92841e >-SIZE (ClusterLabs-pacemaker-Pacemaker-2.0.0-rc4_GH0.tar.gz) = 5260030 >+TIMESTAMP = 1571909914 >+SHA256 (ClusterLabs-pacemaker-Pacemaker-2.0.2_GH0.tar.gz) = 751786238dae1cf4c2613a8e6bafd79912d355f93d31d20452a3bb6d8ebdd57b >+SIZE (ClusterLabs-pacemaker-Pacemaker-2.0.2_GH0.tar.gz) = 5547097 >Index: net/pacemaker2/pkg-plist >=================================================================== >--- net/pacemaker2/pkg-plist (revision 515326) >+++ net/pacemaker2/pkg-plist (working copy) >@@ -7,6 +7,7 @@ > include/pacemaker/crm/common/iso8601.h > include/pacemaker/crm/common/logging.h > include/pacemaker/crm/common/mainloop.h >+include/pacemaker/crm/common/nvpair.h > include/pacemaker/crm/common/results.h > include/pacemaker/crm/common/util.h > include/pacemaker/crm/common/xml.h >@@ -16,6 +17,7 @@ > include/pacemaker/crm/msg_xml.h > include/pacemaker/crm/pengine/common.h > include/pacemaker/crm/pengine/complex.h >+include/pacemaker/crm/pengine/pe_types.h > include/pacemaker/crm/pengine/remote.h > include/pacemaker/crm/pengine/rules.h > include/pacemaker/crm/pengine/status.h >@@ -25,47 +27,44 @@ > include/pacemaker/crm_config.h > lib/libcib.a > lib/libcib.so >-lib/libcib.so.7 >-lib/libcib.so.7.0.1 >+lib/libcib.so.27 >+lib/libcib.so.27.0.2 > lib/libcrmcluster.a > lib/libcrmcluster.so >-lib/libcrmcluster.so.9 >-lib/libcrmcluster.so.9.0.1 >+lib/libcrmcluster.so.29 >+lib/libcrmcluster.so.29.0.2 > lib/libcrmcommon.a > lib/libcrmcommon.so >-lib/libcrmcommon.so.13 >-lib/libcrmcommon.so.13.1.0 >+lib/libcrmcommon.so.34 >+lib/libcrmcommon.so.34.2.0 > lib/libcrmservice.a > lib/libcrmservice.so >-lib/libcrmservice.so.8 >-lib/libcrmservice.so.8.0.1 >+lib/libcrmservice.so.28 >+lib/libcrmservice.so.28.1.0 > lib/liblrmd.a > lib/liblrmd.so >-lib/liblrmd.so.8 >-lib/liblrmd.so.8.0.1 >+lib/liblrmd.so.28 >+lib/liblrmd.so.28.0.2 >+lib/libpacemaker.a >+lib/libpacemaker.so >+lib/libpacemaker.so.1 >+lib/libpacemaker.so.1.0.0 > lib/libpe_rules.a > lib/libpe_rules.so >-lib/libpe_rules.so.2 >-lib/libpe_rules.so.2.4.1 >+lib/libpe_rules.so.26 >+lib/libpe_rules.so.26.0.2 > lib/libpe_status.a > lib/libpe_status.so >-lib/libpe_status.so.17 >-lib/libpe_status.so.17.0.0 >-lib/libpengine.a >-lib/libpengine.so >-lib/libpengine.so.17 >-lib/libpengine.so.17.0.0 >+lib/libpe_status.so.28 >+lib/libpe_status.so.28.0.2 > lib/libstonithd.a > lib/libstonithd.so >-lib/libstonithd.so.6 >-lib/libstonithd.so.6.0.1 >-lib/libtransitioner.a >-lib/libtransitioner.so >-lib/libtransitioner.so.5 >-lib/libtransitioner.so.5.0.0 >+lib/libstonithd.so.26 >+lib/libstonithd.so.26.2.0 > lib/ocf/resource.d/pacemaker/ClusterMon > lib/ocf/resource.d/pacemaker/Dummy > lib/ocf/resource.d/pacemaker/HealthCPU >+lib/ocf/resource.d/pacemaker/HealthIOWait > lib/ocf/resource.d/pacemaker/HealthSMART > lib/ocf/resource.d/pacemaker/Stateful > lib/ocf/resource.d/pacemaker/SysInfo >@@ -78,55 +77,57 @@ > lib/ocf/resource.d/pacemaker/pingd > lib/ocf/resource.d/pacemaker/remote > %%PYTHON_SITELIBDIR%%/cts/CIB.py >-%%PYTHON_SITELIBDIR%%/cts/CIB.pyc >-%%PYTHON_SITELIBDIR%%/cts/CIB.pyo > %%PYTHON_SITELIBDIR%%/cts/CM_common.py >-%%PYTHON_SITELIBDIR%%/cts/CM_common.pyc >-%%PYTHON_SITELIBDIR%%/cts/CM_common.pyo > %%PYTHON_SITELIBDIR%%/cts/CM_corosync.py >-%%PYTHON_SITELIBDIR%%/cts/CM_corosync.pyc >-%%PYTHON_SITELIBDIR%%/cts/CM_corosync.pyo > %%PYTHON_SITELIBDIR%%/cts/CTS.py >-%%PYTHON_SITELIBDIR%%/cts/CTS.pyc >-%%PYTHON_SITELIBDIR%%/cts/CTS.pyo > %%PYTHON_SITELIBDIR%%/cts/CTSaudits.py >-%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyc >-%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyo > %%PYTHON_SITELIBDIR%%/cts/CTSscenarios.py >-%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyc >-%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyo > %%PYTHON_SITELIBDIR%%/cts/CTStests.py >-%%PYTHON_SITELIBDIR%%/cts/CTStests.pyc >-%%PYTHON_SITELIBDIR%%/cts/CTStests.pyo > %%PYTHON_SITELIBDIR%%/cts/CTSvars.py >-%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyc >-%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyo > %%PYTHON_SITELIBDIR%%/cts/__init__.py >-%%PYTHON_SITELIBDIR%%/cts/__init__.pyc >-%%PYTHON_SITELIBDIR%%/cts/__init__.pyo >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_common.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-36.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-36.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-36.pyc > %%PYTHON_SITELIBDIR%%/cts/cib_xml.py >-%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyc >-%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyo > %%PYTHON_SITELIBDIR%%/cts/environment.py >-%%PYTHON_SITELIBDIR%%/cts/environment.pyc >-%%PYTHON_SITELIBDIR%%/cts/environment.pyo > %%PYTHON_SITELIBDIR%%/cts/logging.py >-%%PYTHON_SITELIBDIR%%/cts/logging.pyc >-%%PYTHON_SITELIBDIR%%/cts/logging.pyo > %%PYTHON_SITELIBDIR%%/cts/patterns.py >-%%PYTHON_SITELIBDIR%%/cts/patterns.pyc >-%%PYTHON_SITELIBDIR%%/cts/patterns.pyo > %%PYTHON_SITELIBDIR%%/cts/remote.py >-%%PYTHON_SITELIBDIR%%/cts/remote.pyc >-%%PYTHON_SITELIBDIR%%/cts/remote.pyo > %%PYTHON_SITELIBDIR%%/cts/watcher.py >-%%PYTHON_SITELIBDIR%%/cts/watcher.pyc >-%%PYTHON_SITELIBDIR%%/cts/watcher.pyo >+libdata/pkgconfig/libpacemaker.pc > libdata/pkgconfig/pacemaker-cib.pc > libdata/pkgconfig/pacemaker-cluster.pc > libdata/pkgconfig/pacemaker-fencing.pc > libdata/pkgconfig/pacemaker-lrmd.pc >-libdata/pkgconfig/pacemaker-pengine.pc >+libdata/pkgconfig/pacemaker-pe_rules.pc >+libdata/pkgconfig/pacemaker-pe_status.pc > libdata/pkgconfig/pacemaker-service.pc > libdata/pkgconfig/pacemaker.pc > libexec/pacemaker/attrd >@@ -149,6 +150,7 @@ > %%MANPAGES%%man/man7/ocf_pacemaker_ClusterMon.7.gz > %%MANPAGES%%man/man7/ocf_pacemaker_Dummy.7.gz > %%MANPAGES%%man/man7/ocf_pacemaker_HealthCPU.7.gz >+%%MANPAGES%%man/man7/ocf_pacemaker_HealthIOWait.7.gz > %%MANPAGES%%man/man7/ocf_pacemaker_HealthSMART.7.gz > %%MANPAGES%%man/man7/ocf_pacemaker_Stateful.7.gz > %%MANPAGES%%man/man7/ocf_pacemaker_SysInfo.7.gz >@@ -174,6 +176,7 @@ > %%MANPAGES%%man/man8/crm_node.8.gz > %%MANPAGES%%man/man8/crm_report.8.gz > %%MANPAGES%%man/man8/crm_resource.8.gz >+%%MANPAGES%%man/man8/crm_rule.8.gz > %%MANPAGES%%man/man8/crm_shadow.8.gz > %%MANPAGES%%man/man8/crm_simulate.8.gz > %%MANPAGES%%man/man8/crm_standby.8.gz >@@ -196,6 +199,7 @@ > sbin/crm_node > sbin/crm_report > sbin/crm_resource >+sbin/crm_rule > sbin/crm_shadow > sbin/crm_simulate > sbin/crm_standby >@@ -226,9 +230,13 @@ > %%DATADIR%%/alerts/alert_file.sh.sample > %%DATADIR%%/alerts/alert_smtp.sh.sample > %%DATADIR%%/alerts/alert_snmp.sh.sample >+%%DATADIR%%/api/api-result-1.0.rng >+%%DATADIR%%/api/api-result-next.rng >+%%DATADIR%%/api/api-result.rng >+%%DATADIR%%/api/command-output-1.0.rng >+%%DATADIR%%/api/stonith_admin-1.0.rng > %%DATADIR%%/cib-1.0.rng > %%DATADIR%%/cib-1.2.rng >-%%DATADIR%%/cibtr-2.rng > %%DATADIR%%/constraints-1.0.rng > %%DATADIR%%/constraints-1.2.rng > %%DATADIR%%/constraints-2.1.rng >@@ -267,6 +275,8 @@ > %%DATADIR%%/pacemaker-2.8.rng > %%DATADIR%%/pacemaker-2.9.rng > %%DATADIR%%/pacemaker-3.0.rng >+%%DATADIR%%/pacemaker-3.1.rng >+%%DATADIR%%/pacemaker-3.2.rng > %%DATADIR%%/pacemaker-next.rng > %%DATADIR%%/pacemaker.rng > %%DATADIR%%/report.collector >@@ -279,6 +289,8 @@ > %%DATADIR%%/resources-2.8.rng > %%DATADIR%%/resources-2.9.rng > %%DATADIR%%/resources-3.0.rng >+%%DATADIR%%/resources-3.1.rng >+%%DATADIR%%/resources-3.2.rng > %%DATADIR%%/rule-2.9.rng > %%DATADIR%%/rule.rng > %%DATADIR%%/score.rng >@@ -287,7 +299,9 @@ > %%DATADIR%%/tests/README.md > %%DATADIR%%/tests/cli/regression.acls.exp > %%DATADIR%%/tests/cli/regression.dates.exp >+%%DATADIR%%/tests/cli/regression.rules.exp > %%DATADIR%%/tests/cli/regression.tools.exp >+%%DATADIR%%/tests/cli/regression.upgrade.exp > %%DATADIR%%/tests/cli/regression.validity.exp > %%DATADIR%%/tests/cts-cli > %%DATADIR%%/tests/cts-coverage >@@ -301,7 +315,6 @@ > %%DATADIR%%/tests/cts/benchmark/clubench > %%DATADIR%%/tests/cts/benchmark/control > %%DATADIR%%/tests/cts/cts >-%%DATADIR%%/tests/cts/cts.supp > %%DATADIR%%/tests/cts/fence_dummy > %%DATADIR%%/tests/cts/lxc_autogen.sh > %%DATADIR%%/tests/cts/pacemaker-cts-dummyd >@@ -436,6 +449,11 @@ > %%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 >@@ -461,6 +479,11 @@ > %%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 >@@ -1091,6 +1114,16 @@ > %%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.scores > %%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.summary > %%DATADIR%%/tests/scheduler/clone-require-all-no-interleave-3.xml >+%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.dot >+%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.exp >+%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.scores >+%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.summary >+%%DATADIR%%/tests/scheduler/clone-requires-quorum-recovery.xml >+%%DATADIR%%/tests/scheduler/clone-requires-quorum.dot >+%%DATADIR%%/tests/scheduler/clone-requires-quorum.exp >+%%DATADIR%%/tests/scheduler/clone-requires-quorum.scores >+%%DATADIR%%/tests/scheduler/clone-requires-quorum.summary >+%%DATADIR%%/tests/scheduler/clone-requires-quorum.xml > %%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.dot > %%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.exp > %%DATADIR%%/tests/scheduler/clone_min_interleave_start_one.scores >@@ -1341,6 +1374,11 @@ > %%DATADIR%%/tests/scheduler/date-3.scores > %%DATADIR%%/tests/scheduler/date-3.summary > %%DATADIR%%/tests/scheduler/date-3.xml >+%%DATADIR%%/tests/scheduler/dc-fence-ordering.dot >+%%DATADIR%%/tests/scheduler/dc-fence-ordering.exp >+%%DATADIR%%/tests/scheduler/dc-fence-ordering.scores >+%%DATADIR%%/tests/scheduler/dc-fence-ordering.summary >+%%DATADIR%%/tests/scheduler/dc-fence-ordering.xml > %%DATADIR%%/tests/scheduler/enforce-colo1.dot > %%DATADIR%%/tests/scheduler/enforce-colo1.exp > %%DATADIR%%/tests/scheduler/enforce-colo1.scores >@@ -1371,6 +1409,11 @@ > %%DATADIR%%/tests/scheduler/failed-demote-recovery.scores > %%DATADIR%%/tests/scheduler/failed-demote-recovery.summary > %%DATADIR%%/tests/scheduler/failed-demote-recovery.xml >+%%DATADIR%%/tests/scheduler/force-anon-clone-max.dot >+%%DATADIR%%/tests/scheduler/force-anon-clone-max.exp >+%%DATADIR%%/tests/scheduler/force-anon-clone-max.scores >+%%DATADIR%%/tests/scheduler/force-anon-clone-max.summary >+%%DATADIR%%/tests/scheduler/force-anon-clone-max.xml > %%DATADIR%%/tests/scheduler/group-dependents.dot > %%DATADIR%%/tests/scheduler/group-dependents.exp > %%DATADIR%%/tests/scheduler/group-dependents.scores >@@ -1381,6 +1424,11 @@ > %%DATADIR%%/tests/scheduler/group-fail.scores > %%DATADIR%%/tests/scheduler/group-fail.summary > %%DATADIR%%/tests/scheduler/group-fail.xml >+%%DATADIR%%/tests/scheduler/group-stop-ordering.dot >+%%DATADIR%%/tests/scheduler/group-stop-ordering.exp >+%%DATADIR%%/tests/scheduler/group-stop-ordering.scores >+%%DATADIR%%/tests/scheduler/group-stop-ordering.summary >+%%DATADIR%%/tests/scheduler/group-stop-ordering.xml > %%DATADIR%%/tests/scheduler/group-unmanaged-stopped.dot > %%DATADIR%%/tests/scheduler/group-unmanaged-stopped.exp > %%DATADIR%%/tests/scheduler/group-unmanaged-stopped.scores >@@ -1461,6 +1509,11 @@ > %%DATADIR%%/tests/scheduler/group9.scores > %%DATADIR%%/tests/scheduler/group9.summary > %%DATADIR%%/tests/scheduler/group9.xml >+%%DATADIR%%/tests/scheduler/guest-node-cleanup.dot >+%%DATADIR%%/tests/scheduler/guest-node-cleanup.exp >+%%DATADIR%%/tests/scheduler/guest-node-cleanup.scores >+%%DATADIR%%/tests/scheduler/guest-node-cleanup.summary >+%%DATADIR%%/tests/scheduler/guest-node-cleanup.xml > %%DATADIR%%/tests/scheduler/guest-node-host-dies.dot > %%DATADIR%%/tests/scheduler/guest-node-host-dies.exp > %%DATADIR%%/tests/scheduler/guest-node-host-dies.scores >@@ -2041,6 +2094,16 @@ > %%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.scores > %%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.summary > %%DATADIR%%/tests/scheduler/multiple-monitor-one-failed.xml >+%%DATADIR%%/tests/scheduler/multiply-active-stonith.dot >+%%DATADIR%%/tests/scheduler/multiply-active-stonith.exp >+%%DATADIR%%/tests/scheduler/multiply-active-stonith.scores >+%%DATADIR%%/tests/scheduler/multiply-active-stonith.summary >+%%DATADIR%%/tests/scheduler/multiply-active-stonith.xml >+%%DATADIR%%/tests/scheduler/nested-remote-recovery.dot >+%%DATADIR%%/tests/scheduler/nested-remote-recovery.exp >+%%DATADIR%%/tests/scheduler/nested-remote-recovery.scores >+%%DATADIR%%/tests/scheduler/nested-remote-recovery.summary >+%%DATADIR%%/tests/scheduler/nested-remote-recovery.xml > %%DATADIR%%/tests/scheduler/node-maintenance-1.dot > %%DATADIR%%/tests/scheduler/node-maintenance-1.exp > %%DATADIR%%/tests/scheduler/node-maintenance-1.scores >@@ -2091,6 +2154,11 @@ > %%DATADIR%%/tests/scheduler/notify-3.scores > %%DATADIR%%/tests/scheduler/notify-3.summary > %%DATADIR%%/tests/scheduler/notify-3.xml >+%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.dot >+%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.exp >+%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.scores >+%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.summary >+%%DATADIR%%/tests/scheduler/notify-behind-stopping-remote.xml > %%DATADIR%%/tests/scheduler/novell-239079.dot > %%DATADIR%%/tests/scheduler/novell-239079.exp > %%DATADIR%%/tests/scheduler/novell-239079.scores >@@ -2196,6 +2264,11 @@ > %%DATADIR%%/tests/scheduler/order-expired-failure.scores > %%DATADIR%%/tests/scheduler/order-expired-failure.summary > %%DATADIR%%/tests/scheduler/order-expired-failure.xml >+%%DATADIR%%/tests/scheduler/order-first-probes.dot >+%%DATADIR%%/tests/scheduler/order-first-probes.exp >+%%DATADIR%%/tests/scheduler/order-first-probes.scores >+%%DATADIR%%/tests/scheduler/order-first-probes.summary >+%%DATADIR%%/tests/scheduler/order-first-probes.xml > %%DATADIR%%/tests/scheduler/order-mandatory.dot > %%DATADIR%%/tests/scheduler/order-mandatory.exp > %%DATADIR%%/tests/scheduler/order-mandatory.scores >@@ -2712,6 +2785,11 @@ > %%DATADIR%%/tests/scheduler/restart-versioned.scores > %%DATADIR%%/tests/scheduler/restart-versioned.summary > %%DATADIR%%/tests/scheduler/restart-versioned.xml >+%%DATADIR%%/tests/scheduler/route-remote-notify.dot >+%%DATADIR%%/tests/scheduler/route-remote-notify.exp >+%%DATADIR%%/tests/scheduler/route-remote-notify.scores >+%%DATADIR%%/tests/scheduler/route-remote-notify.summary >+%%DATADIR%%/tests/scheduler/route-remote-notify.xml > %%DATADIR%%/tests/scheduler/rsc-discovery-per-node.dot > %%DATADIR%%/tests/scheduler/rsc-discovery-per-node.exp > %%DATADIR%%/tests/scheduler/rsc-discovery-per-node.scores >@@ -3969,10 +4047,11 @@ > %%DATADIR%%/tests/scheduler/whitebox-unexpectedly-running.xml > %%DATADIR%%/tests/valgrind-pcmk.suppressions > %%DATADIR%%/upgrade-1.3.xsl >+%%DATADIR%%/upgrade-2.10-enter.xsl >+%%DATADIR%%/upgrade-2.10-leave.xsl > %%DATADIR%%/upgrade-2.10.xsl >-%%DATADIR%%/upgrade-detail.xsl > %%DATADIR%%/versions.rng >-share/snmp/mibs/PCMK-MIB.txt >+%%SNMP%%share/snmp/mibs/PCMK-MIB.txt > @dir %%ETCDIR%% > @dir(,haclient,770) /var/lib/pacemaker/blackbox > @dir(,haclient,770) /var/lib/pacemaker/cib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241460
:
208560
|
209805
|
209823