Bug 679387
Summary: | PGError : value too long on Pool field | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] CloudForms Cloud Engine | Reporter: | Shveta <ssachdev> | ||||
Component: | aeolus-conductor | Assignee: | Steve Linabery <slinaber> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 0.3.1 | CC: | deltacloud-maint, jzigmund, morazi | ||||
Target Milestone: | alpha | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | Type: | --- | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 684278 | ||||||
Attachments: |
|
deltacloud-configure-2.0.0-3.fc14 adding to the ce-beta blocking tracker Bux is fixed, git hash of fix 44901327c591b04020ed02c5a9094cfb911602e7 Verified in rpm -qa |grep aeolus aeolus-configure-2.0.0-4.fc1420110323154515gitf695a65.noarch aeolus-conductor-doc-0.0.3-0.fc1420110323194447gitf9cba39.x86_64 aeolus-conductor-daemons-0.0.3-0.fc1420110323194447gitf9cba39.x86_64 aeolus-conductor-0.0.3-0.fc1420110323194447gitf9cba39.x86_64 Error displayed : "Name is too long (maximum is 255 characters)" release pending... release pending.. 2 release pending... perm close closing out old bugs |
Created attachment 480127 [details] err Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create a pool 2. Enter a long value 3. PG Error is thrown Actual results: Expected results: Additional info: PGError: ERROR: value too long for type character varying(255) : INSERT INTO "pools" ("name", "created_at", "quota_id", "updated_at", "lock_version", "exported_as", "pool_family_id") VALUES('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE', '2011-02-22 18:11:42.342254', 13, '2011-02-22 18:11:42.342254', 0, NULL, 1) RETURNING "id"