Bug 1685110
Summary: | Error inserting event into audit_log when VM template name is bigger than 40 characters | |||
---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Ilan Zuckerman <izuckerm> | |
Component: | Database.Core | Assignee: | Dana <delfassy> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucie Leistnerova <lleistne> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.3.0 | CC: | bugs, lleistne, mperina | |
Target Milestone: | ovirt-4.3.3 | Keywords: | ZStream | |
Target Release: | --- | Flags: | pm-rhel:
ovirt-4.3+
lleistne: testing_ack+ |
|
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | ovirt-engine-4.3.3.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1688782 (view as bug list) | Environment: | ||
Last Closed: | 2019-04-16 13:58:11 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1688782 |
Description
Ilan Zuckerman
2019-03-04 11:36:44 UTC
It seems that either template name or storage pool name exceeded 40 characters, so let's align those sizes in audit_log table with maximum allowed size of name in relevant table (In reply to Martin Perina from comment #2) > It seems that either template name or storage pool name exceeded 40 > characters, so let's align those sizes in audit_log table with maximum > allowed size of name in relevant table The template name is less than 40 chars for sure. I am almost sure that the storage pool as well. Wasn't able to reproduce, but added a fix that should solve this issue Template with long name from VM with long name successfully created with no error in log (on updated and clean install). Appropriate events visible. verified in ovirt-engine-4.3.3.1-0.1.el7.noarch This bugzilla is included in oVirt 4.3.3 release, published on April 16th 2019. Since the problem described in this bug report should be resolved in oVirt 4.3.3 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |