Created attachment 1483893 [details] Ansible error Description of problem: Configured 4 machines with RHGS 3.4.0 booted from PXE(172.18.178.30) with RAID 6. Ran the gluster-colonizer with nas flavour. The playbook failed with error Version-Release number of selected component (if applicable): gluster-colonizer-1.2.2 How reproducible: 2/2 Steps to Reproduce: 1. Configured 4 machines with 3.4 from PXE 2. Configured RAID 6 on these 4 machines 3. Ran the gluster-colonizer file with nas.yml ]# gluster-colonizer.py -f g1-oemid-smci-nas.yml Actual results: Deployment error Attaching the screenshot for the exact errors Expected results: Installation should succeed Additional info: IPMI:172.18.178.49(colonizer logs available here)
This problem is in the OEMID verify file for SMCI, not in the colonizer code. The ansible assert statement that we use to validate the disk count has changed behavior between ansible releases, now reporting devicemapper files. We need to implement a filter in the assert statement to address this.
This problem was being caused by a rouge USB flash drive plugged into the lab system. Closing BZ. I wanted to add a note here, too. Any time you have errors, please _always_ include the actual ASCII text of the error in the BZ body somewhere. Showing the errors only in image format means that they will never be indexed searchable in the future to match against and proactively mitigate problems. -Dustin
Created attachment 1485486 [details] error