
Same problem after upgrade to 4.5.0.2 I've reapplied the patch to make it work againt so please tell upstream yum --enablerepo=baseos install patch cd / patch -p0 <<EOF *** /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py.orig Tue Apr 19 17:54:05 2022 --- /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py Mon Apr 25 14:29:29 2022 *************** *** 426,432 **** value["volumeStatus"] = VolumeStatus.OFFLINE value['brickCount'] = el.find('brickCount').text value['distCount'] = el.find('distCount').text ! value['stripeCount'] = el.find('stripeCount').text value['replicaCount'] = el.find('replicaCount').text value['disperseCount'] = el.find('disperseCount').text value['redundancyCount'] = el.find('redundancyCount').text --- 426,432 ---- value["volumeStatus"] = VolumeStatus.OFFLINE value['brickCount'] = el.find('brickCount').text value['distCount'] = el.find('distCount').text ! if (el.find('stripeCount')): value['stripeCount'] = el.find('stripeCount').text value['replicaCount'] = el.find('replicaCount').text value['disperseCount'] = el.find('disperseCount').text value['redundancyCount'] = el.find('redundancyCount').text EOF