Open
Conversation
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
djgalloway
reviewed
Feb 16, 2026
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
ec1f01b to
6ed53d4
Compare
Contributor
|
Looks like you removed then re-added In two separate commits. If you just squash your commits, it should clear up that condition. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the fix for ticket:
#790
Problem:
Using ceph-cm-ansible is causing issues with RHEL especially on s390x hypervisors like zVM.
Different packages needed for s390x architecture.
Fix:
Use ansible_facts.architecture as an architecture flag to load the correct software.
Disable hwclock and /etc/grub.d/02_force_timeout.
Packages names are adapted to fit into rhel on s390x.
Test:
The fix was tested on s390x (zVM) using RHEL
cat /etc/os-release to
NAME="Red Hat Enterprise Linux"
VERSION="9.6 (Plow)"
ID="rhel"
ansible-playbook /home/teuthology/ceph-cm-ansible/cephlab.yml -vvv --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /tmp/testnode_inventory
PLAY RECAP ***********************************************************************************************************************************************************************************************************************
a3e11001.lnxero1.boe : ok=124 changed=36 unreachable=0 failed=0 skipped=247 rescued=0 ignored=3
a3e11008.lnxero1.boe : ok=124 changed=36 unreachable=0 failed=0 skipped=247 rescued=0 ignored=3