Compare commits
1 Commits
f5df9e141d
...
1bf3c0803f
Author | SHA256 | Date | |
---|---|---|---|
1bf3c0803f |
2
_service
2
_service
@@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+%cd.%h</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)(?:-[a-z]+\d*)?(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1\2</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">9041399d</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@@ -9,6 +9,6 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ClusterLabs/crmsh.git</param>
|
||||
<param name="changesrevision">155bd2c2325b48888c62c8e51e36b2b051dcb066</param>
|
||||
<param name="changesrevision">9041399d7edb889e859f26694340dd3e93427899</param>
|
||||
</service>
|
||||
</servicedata>
|
BIN
crmsh-5.0.0+20250123.155bd2c.tar.bz2
(Stored with Git LFS)
BIN
crmsh-5.0.0+20250123.155bd2c.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
crmsh-5.0.0+20250324.9041399.tar.bz2
(Stored with Git LFS)
Normal file
BIN
crmsh-5.0.0+20250324.9041399.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,102 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 13:16:17 UTC 2025 - nicholas.yang@suse.com
|
||||
|
||||
- Update to version 5.0.0+20250324.9041399:
|
||||
* Dev: ui_corosync: fix completer for link remove
|
||||
* Dev: pre-migration: add checks for deprecated resource agents (jsc#PED-11808)
|
||||
* Dev: pre-migration: update the unsupported list
|
||||
* Dev: pre-migration: check lsb or service resource agents (jsc#PED-11808)
|
||||
* Dev: pre-migration: use a unsupported list instead of supported list (jsc#PED-11808)
|
||||
* Dev: doc: Update the default value of <heartbeat_dir> in the documentation
|
||||
* Dev: ui_resource: Refactor do_trace function
|
||||
* Dev: cibverify: Print output of crm_verify directly
|
||||
* Fix: idmgmt: Replace hashtag('#') with point('.') in id (bsc#1239782)
|
||||
* Fix: doc: fix a minor syntax error
|
||||
* Dev: testcases: Adjust original testcases under python3.13
|
||||
* Dev: behave: const: Update output of argparse metavar under python3.13
|
||||
* Dev: run-functional-tests: Stop redirecting the build output to /dev/null
|
||||
* Dev: unittests: Add python 3.13 for unit tests
|
||||
* Dev: Replace 'Master/Slave' with 'Promoted/Unpromoted' in multiple files
|
||||
* Dev: scripts: Use promotable clone instead of ms command
|
||||
* Dev: ui_configure: Remove 'ms' sub-command (jsc#PED-8231)
|
||||
* Dev: ui_configure: Enable -F option for 'configure upgrade'
|
||||
* Dev: doc: Mention that 'configure upgrade' supports -F option
|
||||
* Dev: utils: Ignore config.core.OCF_1_1_SUPPORT option
|
||||
* Dev: etc: Drop OCF_1_1_SUPPORT option in crm.conf (jsc#PED-8550)
|
||||
* Dev: behave: Add test case for 'configure upgrade' command
|
||||
* Dev: ssh_key: more robust error handling in KeyFileManager (bsc#1239084)
|
||||
* Dev: migration: minor refines in message wording
|
||||
* Refactor: migration: extract a function _migrate_totem_interface (jsc#PED-8252)
|
||||
* Refactor: cibquery: extract a function to get cluster nodes without side effects (jsc#PED-8252)
|
||||
* Dev: migration: fix incorrect bindnetaddr when migrating a multicast cluster (jsc#PED-8252)
|
||||
* Fix: migration: IndexError when there is only one interface (jsc#PED-8252)
|
||||
* Dev: migration: refine the message about unsupported component version (jsc#PED-8252)
|
||||
* Dev: migration: add a message about corosync.conf.bak (jsc#PED-8252)
|
||||
* Fix: migration: should not report need migration when the cluster has some non-fatal problems which need manual fix (jsc#PED-8252)
|
||||
* Dev: migration: no need to check if cluster services is stopped (jsc#PED-8252)
|
||||
* Dev: migration: add a checker for cib schema version (jsc#PED-8252)
|
||||
* Dev: migration: split problem level and is_blocker (jsc#PED-8252)
|
||||
* Dev: migration: check if the cluster is already migrated to SLES 16 (jsc#PED-8252)
|
||||
* Fix: migration: should not show pre-migration check summary when called with `--fix` (jsc#PED-8252)
|
||||
* Dev: behave: add functional tests for pre-migration checks (jsc#PED-8252)
|
||||
* Dev: migration: do not check pacemaker version (jsc#PED-8252)
|
||||
* Dev: migration: refine message wording (jsc#PED-11808)
|
||||
* Dev: pre-migration: add summary section to output (jsc#PED-11808)
|
||||
* Refactor: cibquery: has_primitive_filesystem_ocfs2 to has_primitive_filesystem_with_fstype
|
||||
* Fix: cibquery: grouped primitives is missing from query results (jsc#PED-11808)
|
||||
* Doc: ui_cluster: add document for `crm cluster health hawk2|sles16`
|
||||
* Dev: pre-migration: add message about removing stonith:external/sbd (jsc#PED-11808)
|
||||
* Fix: ui_cluster: fix do_health usage output
|
||||
* Dev: pre-migration: add completer for 'crm cluster health sles16' (jsc#PED-11808)
|
||||
* Dev: pre-migration: do not colorize hostname header (jsc#PED-11808)
|
||||
* Dev: add pre-migration checks for pacemaker version (jsc#PED-11808)
|
||||
* Dev: pre-migration: check if ocfs2 is used (jsc#PED-11808)
|
||||
* Dev: pre-migration: check removed fence agents (jsc#PED-11808)
|
||||
* Dev: pre-migration: check removed resource agents (jsc#PED-11808)
|
||||
* Dev: pre-migration: check SAPHanaSR Classic resource agents (jsc#PED-11808)
|
||||
* Dev: pre-migration: add checks for used corosync features (jsc#PED-11808)
|
||||
* Dev: migration: copy migrated corosync.conf to remote nodes (jsc#PED-8252)
|
||||
* Dev: migration: run checks on remote nodes (jsc#PED-8252)
|
||||
* Dev: prun: create event loop manually
|
||||
* Dev: ui_cluster: add 'crm cluster health sles [--fix]' (jsc#PED-8252)
|
||||
* Dev: profiles: set default crypto_hash to sha256 to follow corosync default
|
||||
* Dev: migration: implement multicast to knet migration (jsc#PED-8252)
|
||||
* Fix: corosync: use os.env instead of os.getenv for consistency (bsc#1205925)
|
||||
* Dev: migration: populate node name in corosync node list for knet multilink (jsc#PED-8252)
|
||||
* Dev: migration: implement corosync.conf migration for corosync 3 (jsc#PED-8252)
|
||||
* Dev: doc: Update the doc of 'configure upgrade' command
|
||||
* Dev: ui_configure: Improve 'configure upgrade' command
|
||||
* Fix: Makefile.am: uninstall-local and clean-local targets
|
||||
* Makefile.am: add uninstall-hook target to clean up data files
|
||||
* Dev: utils: Add parentheses to if else statements
|
||||
* Dev: behave: Sync dlm ra name in ocfs2 and gfs2 test cases
|
||||
* Dev: cluster_fs: Use 'dlm-controld-ra' as the default dlm ra name
|
||||
* Dev: Add error log when cluster services fail to start
|
||||
* Dev: behave: Add test case for schema change
|
||||
* Dev: doc: Improve documentation for `configure schema` command
|
||||
* Dev: ui_configure: Get schema statically when cluster is not running
|
||||
* Dev: schema: Make sure schema changed after setting new schema by `configure schema`
|
||||
* Dev: unittest: Remove or replace stonith:null and stonith:ssh
|
||||
* Dev: testcases: Adjust original test cases to match pacemaker-3
|
||||
* Dev: ui_cib: crm_shadow reset requires '--force' option
|
||||
* Dev: doc: Drop the syntax mention of '@<id>:name' in crm.8.adoc
|
||||
* Dev: Improve options of 'crm status' command (jsc#PED-8231)
|
||||
* Dev: constants: Drop deprecated 'restart-type' resource option (jsc#PED-8231)
|
||||
* Dev: Drop unsupported 'moon' in date_spec (jsc#PED-8231)
|
||||
* Dev: Remove deprecated cibadmin --local option (jsc#PED-8231)
|
||||
* Dev: crash_test.utils: Drop deprecated 'poweroff' value of 'stonith-action' option (jsc#PED-8231)
|
||||
* Dev: constants: Drop deprecated "crmd-integration-timeout" and "crmd-finalization-timeout" (jsc#PED-8231)
|
||||
* Dev: utils: Make change since 'crmd-transition-delay' already renamed to 'transition-delay' (jsc#PED-8231)
|
||||
* Dev: bootstrap: Drop 'record-pending' operation option (jsc#PED-8231)
|
||||
* Dev: Add cancel option when confirming to commit for the pending changes
|
||||
* Dev: Refactor: Introduce custom sort order enable/disable functions
|
||||
* Dev: ui_configure: Add completer for 'configure schema' command
|
||||
* Revert "Fix: ui_context: Don't complete for unknown argument"
|
||||
* Dev: bootstrap: Check if core packages like corosync/pacemaker are installed
|
||||
* Fix: sbd: Detect if sbd package is missing on peer nodes
|
||||
* Dev: Replace "stonith:external/<agent>" to fence_agents in multiple places (jsc#PED-8733)
|
||||
* Fix: bootstrap: Local joining node should be included when merging known_hosts (bsc#1229419)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 10:30:58 UTC 2025 - XLiang@suse.com
|
||||
|
||||
|
@@ -36,7 +36,7 @@ Name: crmsh
|
||||
Summary: High Availability cluster command-line interface
|
||||
License: GPL-2.0-or-later
|
||||
Group: %{pkg_group}
|
||||
Version: 5.0.0+20250123.155bd2c
|
||||
Version: 5.0.0+20250324.9041399
|
||||
Release: 0
|
||||
URL: http://crmsh.github.io
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
Reference in New Issue
Block a user