-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16101 mgmt: enhanced interoperability for MGMT module #14638
Conversation
DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module. Required-githooks: true Signed-off-by: Wang Shilong <shilong.wang@intel.com>
Ticket title is 'client at 2.6-rc1 fails to connect to 2.4.2 server/pool' |
Test stage Build on Leap 15.5 with Intel-C and TARGET_PREFIX completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/1/execution/node/387/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/1/execution/node/339/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/1/execution/node/317/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/1/execution/node/336/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/1/execution/node/313/log |
src/mgmt/cli_mgmt.c
Outdated
rc = daos_rpc_register(&mgmt_proto_fmt_v3, MGMT_PROTO_CLI_COUNT, | ||
NULL, DAOS_MGMT_MODULE); | ||
} else { | ||
D_ERROR("%d version mgmt RPC not supported.\n", dc_mgmt_proto_version); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version %d" instead of "%d version"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Required-githooks: true Signed-off-by: Wang Shilong <shilong.wang@intel.com>
Test stage Build on Leap 15.5 with Intel-C and TARGET_PREFIX completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/2/execution/node/571/log |
Required-githooks: true Signed-off-by: Wang Shilong <shilong.wang@intel.com>
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14638/3/testReport/ |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/3/execution/node/1189/log |
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14638/4/testReport/ |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14638/9/execution/node/1505/log |
Test failure is related to DAOS-16007 which is a rebuild/reintegration bug, @daos-stack/daos-gatekeeper please consider force landing PR instead of retriggering hardware test. |
* DAOS-16101 mgmt: enhanced interoperability for MGMT module DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module. Signed-off-by: Wang Shilong <shilong.wang@intel.com>
* DAOS-16101 mgmt: enhanced interoperability for MGMT module DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module. Signed-off-by: Wang Shilong <shilong.wang@intel.com>
…14678) * DAOS-16101 mgmt: enhanced interoperability for MGMT module DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module. Signed-off-by: Wang Shilong <shilong.wang@intel.com>
…k#14638) * DAOS-16101 mgmt: enhanced interoperability for MGMT module DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module. Signed-off-by: Wang Shilong <shilong.wang@intel.com>
DAOS release 2.6 bumped mgmt RPC version because of CR feature, This PR focuses on ensuring backward compatibility and interoperability between DAOS version 2.4 and 2.6 for MGMT module.
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: