You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E AssertionError: Block pool raw capacity did not matched with UI
E assert False
E + where False = ('rbd-pool-test-57447116a4a7499eb95be4c2fa')
E + where = BlockPoolUI Web Page.cross_check_raw_capacity
E + and 'rbd-pool-test-57447116a4a7499eb95be4c2fa' = <test_create_pool_block_pool.TestPoolUserInterface object at 0x7f6eefb6a130>.pool_name
UI output:
[2024-11-30T12:03:45.515Z] 07:03:45 - MainThread - ocs_ci.ocs.ui.block_pool - �[31m�[1mERROR�[0m - UI value (i.e 157.5 MiB) did not match as per CLI for the Raw Capacity
The text was updated successfully, but these errors were encountered:
4.16 test_create_delete_pool fails: https://url.corp.redhat.com/95e167b
Usually we see:
±±±±±±±±±±±±±±±±±±
CLI output
[2024-11-30T12:03:40.874Z] 07:03:40 - MainThread - ocs_ci.utility.utils - �[32mINFO�[0m - Executing command: oc -n openshift-storage rsh rook-ceph-tools-5b4955b855-72k2z rados df --pool=rbd-pool-test-57447116a4a7499eb95be4c2fa
[2024-11-30T12:03:41.129Z] 07:03:40 - MainThread - ocs_ci.ocs.ui.block_pool - �[32mINFO�[0m - df_op='POOL_NAME USED OBJECTS CLONES COPIES MISSING_ON_PRIMARY UNFOUND DEGRADED RD_OPS RD WR_OPS WR USED COMPR UNDER COMPR rbd-pool-test-57447116a4a7499eb95be4c2fa 158 MiB 67 0 201 0 0 0 1166 66 MiB 327 132 MiB 157 MiB 313 MiB\ntotal_objects 2699 total_used 15 GiB total_avail 5.4 TiB total_space 5.5 TiB'
.....
UI output:
[2024-11-30T12:03:45.515Z] 07:03:45 - MainThread - ocs_ci.ocs.ui.block_pool - �[31m�[1mERROR�[0m - UI value (i.e 157.5 MiB) did not match as per CLI for the Raw Capacity
The text was updated successfully, but these errors were encountered: