When an ISCSI storage domain is added via the Administration Portal, only a single user name and password can be specified for that domain. However, some setups require that each host in the cluster uses a separate user name and password. You can now add a user name and password per host using the 'storageconnectionextensions' parameter via the REST API. An example similar to the following must be added to the REST API Guide: POST /api/hosts/0656f432-923a-11e0-ad20-5254004ac988/storageconnectionextensions/add HTTP/1.1 Accept: application/xml Content-type: application/xml <storageconnectionextension> <target> ISCSI address </target> <username> user </username> <password> pass </password> </storageconnectionextension>
Assigning to Byron for review.
This content is now live on the Customer Portal: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html-single/REST_API_Guide/index.html#Defining_Credentials_to_an_iSCSI_Target