Comment 0 for bug 1961860

Revision history for this message
Shrikumar Sharma (ssharma3) wrote :

Brief Description

Error to verify persistent_size value type

Severity

<Critical: System/Feature is not usable after the defect>

Steps to Reproduce

Edit install-values file, add "persistent_size" parameter to any value
update subcloud install values

Expected Behavior

The value of persistent_size should be updated

Actual Behavior

It fails to update the value

Note: it also happens when you add a subcloud

Reproducibility

State if the issue is 100% reproducible

System Configuration

DC

Branch/Pull Time/Commit

load: 22.02_2022-02-19_20-00-05

Last Pass

new test scenario.

Timestamp/Logs

 if not str(persistent_size).isnumeric():
AttributeError: 'str' object has no attribute 'isnumeric'
2022-02-22 15:33:42.807 131707 INFO eventlet.wsgi.server [req-5fb8d095-5c0e-4132-bce2-4973457ba67a 1857f140e3e34f4a929884f025f36cce - - default default] fd01:177::2 "PATCH /v1.0/subclouds/subcloud2 HTTP/1.1" status: 500 len: 139 time: 0.0731120

Alarms{}

Test Activity

Feature Testing

Workaround

None