Bug #158
adding target portal groups broken in webui for multiple IPs.
| Status: | Assigned | Start: | September 05, 2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Nexenta Developers | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
When we want to create a target portal group consisting of multiple IP addresses, the UI breaks with an error. ie. WebUI >DataManagement>iSCSI>target portal group>create name: test addresses: 10.42.1.105,10.42.2.105 we then get an error "Unable to create tpg itadm create-tpg failed with error 22".
However the equivalent issues from the unix prompt works; itadm create-tpg test 10.42.1.105:3260 10.42.2.105:3260
Please can the webUI be fixed.
History
Updated by Pavel Strashkin about 1 year ago
Hi Ashley,
Could you please attach /var/log/nms.log file for the further investigation?
Updated by Jim Oltman about 1 year ago
- File Nexy_TPG_Error.txt added
I am having this exact same issue. I'm including the relevant bit of my nms.log
Updated by Ashley Watson about 1 year ago
thanks, here is the line from my nms log when I attempt to create a target portal group called test consisting of "10.42.1.105,10.42.2.105" . It works OK when I issue the command via; "itadm create-tpg test 10.42.1.105:3260 10.42.2.105:3260"
Sep 12 14:08:25 (1:1.4) EXCEPTION: OperationFailed: IscsiTargetContainer::create_tpg(test,ARRAY(0xb22d9d8)): Unable to create tpg itadm create-tpg failed with error 22
Updated by Roman Strashkin about 1 year ago
- Status changed from New to Assigned
- Assigned to set to Nexenta Developers