zoukankan      html  css  js  c++  java
  • pve三种操作方式


    pve三种操作方式

    ==========================================================
    api方式

    https://192.168.1.4:8006/pve-docs/api-viewer/index.html

    api一种是html格式,另一种是json格式
    https://192.168.1.4:8006/api2/html
    https://192.168.1.4:8006/api2/json/storage/


    ==========================================================
    cli方式
    root@cu-pve04:/etc/pve# pvesh get /storage/
    file /etc/pve/storage.cfg line 4 (section 'local') - ignore config line: cephfs: kycfs
    file /etc/pve/storage.cfg line 5 (section 'local') - unable to parse value of 'path': duplicate attribute
    file /etc/pve/storage.cfg line 6 (section 'local') - unable to parse value of 'content': duplicate attribute
    ┌─────────┐
    │ storage │
    ├─────────┤
    │ kycrbd │
    ├─────────┤
    │ local │
    └─────────┘

    root@cu-pve04:/etc/pve# pvesh get /
    ┌─────────┐
    │ subdir │
    ├─────────┤
    │ access │
    ├─────────┤
    │ cluster │
    ├─────────┤
    │ nodes │
    ├─────────┤
    │ pools │
    ├─────────┤
    │ storage │
    ├─────────┤
    │ version │
    └─────────┘


    ===========================================================
    gui方式
    在web界面上点来点去

  • 相关阅读:
    iphone4 wifi超时设置修改
    siteminder sso agent 初探
    [读书]35前要掌握的66种基本能力序
    Secrets of Successful Project Management
    成功项目管理的秘密
    一位乞丐给我上的MBA课程
    [读书]35前要掌握的66种基本能力第2节
    简单,有规律
    网盘使用手记
    更好地领导一个项目的诀窍
  • 原文地址:https://www.cnblogs.com/createyuan/p/10830991.html
Copyright © 2011-2022 走看看