Bug 879891
| Summary: | Adding LIO iSCSI target as storage fails because of LUN ID size being too large for DB scheme | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ayal Baron <abaron> |
| Component: | ovirt-engine | Assignee: | Eli Mesika <emesika> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | abaron, acathrow, dyasny, emesika, iheim, lpeer, Rhev-m-bugs, sgrinber, yeylon, ykaul |
| Target Milestone: | --- | Keywords: | TestOnly |
| Target Release: | 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | sf3 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Current Lun Id size was 50 characters which does not support
LIO iSCSI targets.
Consequence:
Fix:
Adding LIO iSCSI target as storage fails because of LUN ID size being too large for DB scheme
Extending LunId in luns and lun_storage_server_connection_map tables to
255
Result:
LIO iSCSI can be added
|
Story Points: | --- |
| Clone Of: | 879272 | Environment: | |
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 879272 | ||
| Bug Blocks: | |||
|
Description
Ayal Baron
2012-11-25 08:10:04 UTC
sf3. fixed. Table "public.luns" lun_id | character varying(255) | not null Table "public.lun_storage_server_connection_map" lun_id | character varying(255) | not null 3.2 has been released 3.2 has been released 3.2 has been released |