Bug 966590 - Host iSCSI Discover Action example is missing port parameter
Summary: Host iSCSI Discover Action example is missing port parameter
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: doc-REST_API_Guide
Version: 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.4.0
Assignee: Andrew Burden
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-23 14:12 UTC by Alissa
Modified: 2014-03-31 12:25 UTC (History)
2 users (show)

Fixed In Version: ovirt-3.4.0-ga
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-31 12:25:38 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Alissa 2013-05-23 14:12:22 UTC
Document URL: 

Section Number and Name: 
the section is:
13.7.7. Host iSCSI Discover Action

Describe the issue: 
The example is missing port parameter.
Though it's filled hardcoded default value of 3260 in the code (not a very good practice by itself) if user didn't fill it, it's better to show the user how to specify the port since it's not documented that a default value is filled and that it's required for the discover action.

Current example:

<action>
    <iscsi>
        <address>mysan.example.com</address>
    </iscsi>
</action>



Expected (new) example:

<action>
    <iscsi>
        <address>mysan.example.com</address>
        <port>3260</port>
    </iscsi>
</action>

Comment 3 Itamar Heim 2014-01-12 08:42:30 UTC
setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc.

Comment 4 Sandro Bonazzola 2014-03-31 12:25:38 UTC
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released


Note You need to log in before you can comment on or make changes to this bug.