この手順は、プロビジョニング操作が失敗した場合にも使用します。
# ironic node-set-provision-state $NODE deleted
次の例で、アスタリスク (*) が付いたプロパティーはノードの削除された状態を示しています。
# ironic node-show $NODE
+------------------------+----------------------------------------------------------+
| Property | Value |
+------------------------+----------------------------------------------------------+
|instance_uuid | None |
|target_power_state | None |
|properties | {} |
|maintenance | True |*
|driver_info | {u'archive_uri': u'http://myuar.server/sol11-3-x86.uar', |
| | u'ipmi_address': u'2.2.2.2', u'ipmi_username': u'root', |
| |u'ipmi_password': u'password'} |
|extra | {} |
|last_error | None |
|created_at | 2014-10-03T15:38:43+00:00 |
|target_provision_state | None |*
|driver | solaris |
|updated_at | 2014-10-03T15:53:04+00:00 |
|instance_info | {} |
|chassis_uuid | None |*
|provision_state | None |*
|reservation | None |
|power_state | power off |*
|console_enabled | False |
|uuid | 4eacbfde-4977-4d8c-8043-8cbe8f876187 |
+------------------------+----------------------------------------------------------+
ノードに対して指定された driver_info 要素のいずれかに関する問題は、Reason 列の下で識別されます。
# ironic node-validate $NODE +------------+--------+---------------+ | Interface | Result | Reason | +------------+--------+---------------+ | console | None | not supported | | deploy | True | | | management | True | | | power | True | | +------------+--------+---------------+