zoukankan      html  css  js  c++  java
  • ironic boot device

    现在有两个ironic node, node82上成功运行裸金属,node187上没有,现在查看他们的boot device

    [root@localhost workspace]# ironic node-list
    The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
    +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+
    | UUID                                 | Name    | Instance UUID                        | Power State | Provisioning State | Maintenance |
    +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+
    | dc7cd2f5-4380-4e64-8980-8545b2e3d5af | node82  | 812b09e7-ef5c-4c19-87cb-ee8c60e90070 | power on    | active             | False       |
    | 3bc00f80-896a-4f6e-9a52-9d711eb66a7c | node187 | None                                 | power off   | available          | False       |
    +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+
    [root@localhost workspace]# ironic node-get-boot-device node82
    The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
    +-------------+-------+
    | Property    | Value |
    +-------------+-------+
    | boot_device | disk  |
    | persistent  | True  |
    +-------------+-------+
    [root@localhost workspace]# ironic node-get-boot-device node187
    The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
    +-------------+-------+
    | Property    | Value |
    +-------------+-------+
    | boot_device | pxe   |
    | persistent  | False |
    +-------------+-------+
    [root@localhost workspace]# 
  • 相关阅读:
    妙味——自定义滚动条
    妙味——拖拽改变大小
    妙味——带框的拖拽
    IE6 固定定位
    JavaScript 事件绑定
    JavaScript 事件
    设置指定网页为主页
    [LeetCode][JavaScript]Compare Version Numbers
    [LeetCode][JavaScript]Implement Stack using Queues
    [LeetCode][JavaScript]Invert Binary Tree
  • 原文地址:https://www.cnblogs.com/dream397/p/12713406.html
Copyright © 2011-2022 走看看