| Summary: | Create direct LUN disk from REST ignores PopulateDirectLUNDiskDescriptionWithLUNId value | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Raz Tamir <ratamir> | ||||
| Component: | BLL.Storage | Assignee: | Allon Mureinik <amureini> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Aharon Canan <acanan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.6.2.6 | CC: | bugs | ||||
| Target Milestone: | ovirt-3.6.3 | Keywords: | Automation | ||||
| Target Release: | 3.6.3 | Flags: | rule-engine:
planning_ack?
rule-engine: devel_ack? rule-engine: testing_ack? |
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-02-04 10:09:18 UTC | 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: | |||||
| Attachments: |
|
||||||
*** Bug 1304654 has been marked as a duplicate of this bug. *** I just realize that this is GUI feature only |
Created attachment 1121049 [details] engine log Description of problem: The PopulateDirectLUNDiskDescriptionWithLUNId key of engine config: "When creating direct LUN disk the number of characters from LUN id to populate the description with (-1 = the full id, 0 = none, >0 = number of characters)" (Value Type: Integer) When creating the direct LUN disk from REST API, this functionality is not working Version-Release number of selected component (if applicable): vdsm-4.17.19-0.el7ev.noarch rhevm-3.6.2.6-0.1.el6.noarch How reproducible: 100% Steps to Reproduce: 1. engine-config -s PopulateDirectLUNDiskDescriptionWithLUNId=-1 # (For full ID) 2. Restart ovirt-engine service 3. Create direct LUN disk using REST API: POST https://<fqdn>/api/disks <disk> <alias>direct_lun_test</alias> <size>1073741824</size> <interface>virtio_scsi</interface> <format>cow</format> <bootable>false</bootable> <lun_storage> <type>iscsi</type> <logical_unit id="<LUN_ID>"> <port>3260</port> <target><IQN></target> <address><IP></address> </logical_unit> </lun_storage> </disk> Actual results: Expected results: Additional info: