11.69. 裸机节点救援
将 baremetal 节点的 provision 状态设置为 rescue
使用方法:
openstack baremetal node rescue [-h] [--wait [<time-out>]] --rescue-password <rescue-password> <node>
值 | 概述 |
---|---|
<node> | 节点的名称或 uuid。 |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--wait [<time-out>] | 等待节点进入所需的状态 rescue。(可选)使用超时值(以秒为单位)。默认值为 0,表示它将无限期等待。 |
--rescue-password <rescue-password> | 用于登录到救援 ramdisk 的密码。该值应该是非空字符串。 |