Activity log for bug #2023964

Date Who What changed Old value New value Message
2023-06-15 07:42:06 kiran pawar bug added bug
2023-06-15 07:42:30 kiran pawar manila: assignee kiran pawar (kpdev)
2023-06-15 09:08:07 OpenStack Infra manila: status New In Progress
2023-06-15 09:09:35 kiran pawar description In case of snapshot create, if display name or display description is above max limit (fields created in db with limit 255), manila internally throws DB exception. but the error reported to user is not meaningful. Fix this by validating name and description length in API layer itself and throw Invalid Input error if above max limit. Also, the code used to handle snapshot delete using DB API is wrong since such API does not exist. Observed backtrace - https://paste.opendev.org/show/bCOp8WKA1Ps4vKtavggb/ In case of snapshot create, if display name or display description is above max limit (fields created in db with limit 255), manila internally throws DB exception. but the error reported to user is not meaningful. Fix this by validating name and description length in API layer itself and throw Invalid Input error if above max limit. Observed backtrace - https://paste.opendev.org/show/bCOp8WKA1Ps4vKtavggb/