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]# 
  • 相关阅读:
    Yiic和migrate
    jquery如何生成图片验证码
    怎么给登录功能设一个访问拦截器
    Maven手动导本地jar到项目
    vue.js页面刷新出现闪烁问题的解决
    Good Routine Names
    someone always forget why we are here!
    第7组(69)团队展示(组长)
    在win7上用Vs2010生成程序无法立即删除的解决办法
    有关objc中的单例
  • 原文地址:https://www.cnblogs.com/dream397/p/12713406.html
Copyright © 2011-2022 走看看