13.3.8. 定义到 iSCSI 目标的凭证
使用管理门户添加 iSCSI 存储域时,只能为该域指定单个用户名和密码。但是,一些设置要求集群中的每个主机都使用单独的用户名和密码。可以使用
storageconnectionextensions
元素将特定凭证应用到每个主机的每个 iSCSI 目标。
例 13.9. 为 iSCSI 目标定义凭证
POST /ovirt-engine/api/hosts/2ab5e1da-b726-4274-bbf7-0a42b16a0fc3/storageconnectionextensions HTTP/1.1 Accept: application/xml Content-type: application/xml <storageconnectionextension> <target>iqn.2010.05.com.example:iscsi.targetX</target> <username>jimmy</username> <password>p@55w0Rd!</password> </storageconnectionextension>