Bug 2154143
| Summary: | [RHEL8] tests_create_thinp_then_remove_scsi_generated.yml failed at "assertion": "(storage_test_expected_size|int - storage_test_actual_size.bytes)|abs / storage_test_expected_size|int < 0.01" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Zhang Yi <yizhan> |
| Component: | rhel-system-roles | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED ERRATA | QA Contact: | Zhang Yi <yizhan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.8 | CC: | rhel-cs-system-management-subsystem-qe, rmeggins, spetrosi, vtrefny |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 8.8 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | role:storage | ||
| Fixed In Version: | rhel-system-roles-1.21.0-0.13.el8 | Doc Type: | No Doc Update |
| Doc Text: |
Test only - no doc update required
|
Story Points: | --- |
| Clone Of: | 2153660 | Environment: | |
| Last Closed: | 2023-05-16 08:31:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2153660 | ||
| Bug Blocks: | |||
|
Description
Zhang Yi
2022-12-15 23:18:00 UTC
Clone to RHEL8
[root@storageqe-62 rhel-system-roles.storage]# uname -r
4.18.0-444.el8.x86_64
[root@storageqe-62 rhel-system-roles.storage]# rpm -qa rhel-system-roles
rhel-system-roles-1.21.0-0.10.storage.el8.noarch
[root@storageqe-62 rhel-system-roles.storage]# cat tests_create_thinp_then_remove_scsi_generated.yml.log
--snip--
TASK [debug] *******************************************************************
ok: [localhost] => {
"storage_test_actual_size": {
"bytes": 512174850048,
"changed": false,
"failed": false,
"lvm": "477g",
"parted": "477GiB",
"size": "477 GiB"
}
}
TASK [debug] *******************************************************************
ok: [localhost] => {
"storage_test_expected_size": "520075165941.0"
}
TASK [assert] ******************************************************************
fatal: [localhost]: FAILED! => {
"assertion": "(storage_test_expected_size|int - storage_test_actual_size.bytes)|abs / storage_test_expected_size|int < 0.01",
"changed": false,
"evaluated_to": false,
"msg": "Volume lv1 has unexpected size (expected: 520075165941 / actual: 512174850048)"
}
PLAY RECAP *********************************************************************
localhost : ok=795 changed=10 unreachable=0 failed=1 skipped=600 rescued=0 ignored=0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (rhel-system-roles bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2023:2804 |