Bug 882089

Summary: [RFE] Request support different format of WWPN in targetcli
Product: Red Hat Enterprise Linux 6 Reporter: Gris Ge <fge>
Component: fcoe-target-utilsAssignee: Andy Grover <agrover>
Status: CLOSED WONTFIX QA Contact: Storage QE <storage-qe>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.4Keywords: FutureFeature
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-25 23:52:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gris Ge 2012-11-30 05:05:24 UTC
Description of problem:

When executing this command:
===
/tcm_fc/20:00:00:1b:21:59:12:37/acls/ create 20:00:00:10:18:88:E9:49
===

targetcli automatically change "20:00:00:10:18:88:E9:49" to "20:00:00:10:18:88:e9:49"

But when execute this command:
===
/tcm_fc/20:00:00:1b:21:59:12:37/acls/20:00:00:10:18:88:E9:49 create 0 0
===
It fail as:
===
No such path /tcm_fc/20:00:00:1b:21:59:12:37/acls/20:00:00:10:18:88:E9:4B
===

So internally, please allow target to support these type of WWPN:
====
20:00:00:10:18:88:E9:49
20-00-00-10-18-88-E9-49
200000101888E949
200000101888e949
====

Version-Release number of selected component (if applicable):
fcoe-target-utils-2.0rc1.fb16-2.el6.noarch

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Andy Grover 2013-01-25 23:52:21 UTC
Can't do this. There's only one configuration path for that ACL, it is the colon-separated version with lowercase hex letters.

Closing, but I've opened bug 904284, which is feasible.