6.2. 为 cinder 卷引导配置节点
您必须为每个裸机节点配置特定选项,以便成功从 Cinder 卷引导。
流程
-
以
stack
用户的身份登录 undercloud。 提供 overcloud 凭证:
$ source ~/overcloudrc
为所选节点将
iscsi_boot
功能设置为true
,将storage-interface
设置为cinder
:$ openstack baremetal node set --property capabilities=iscsi_boot:true --storage-interface cinder <NODEID>
将
<NODEID
> 替换为所选节点的 ID。为节点创建 iSCSI 连接器:
$ openstack baremetal volume connector create --node <NODEID> --type iqn --connector-id iqn.2010-10.org.openstack.node<NUM>
每个节点的连接器 ID 必须是唯一的。在本例中,连接器为
iqn.2010-10.org.openstack.node<NUM>
;,其中<NUM
> 是每个节点的递增数字。