Skip to content
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

CASMTRIAGE-6953: IMS import tool: More accurately determine IMS data file paths #5373

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

mharding-hpe
Copy link
Contributor

@mharding-hpe mharding-hpe commented Sep 13, 2024

The IMS import tool currently assumes that for any given type of IMS data (images, deleted recipes, etc), there will be only a single data file in /var/ims/data in the IMS pod. However, this is not always the case.

This PR modifies the importer to be smarter. It looks at the IMS server source code inside the IMS pod to determine the correct data file to update. This prevents failures like the ones reported in CASMTRIAGE-6953, where the import tool is confused when there are multiple choices.

Backports:

No earlier backports needed, as this tool did not exist prior to CSM 1.3

@mharding-hpe
Copy link
Contributor Author

/backport release/1.5 release/1.4 release/1.3

Copy link
Contributor

Backporting into branch release/1.5 was successful. New PR: #5374

Copy link
Contributor

Backporting into branch release/1.4 was successful. New PR: #5375

Copy link
Contributor

Backporting into branch release/1.3 was successful. New PR: #5376

@rustydb rustydb merged commit e5b63dd into release/1.6 Sep 13, 2024
8 checks passed
@rustydb rustydb deleted the CASMTRIAGE-6953 branch September 13, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants