zoukankan      html  css  js  c++  java
  • 虚拟机快照与磁盘快照

    虚拟机快照

    如下是请求参数格式:
    {"action":{"perform":"snapshot_create","params":{"snapshot_name":"test-snapshot-01"}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:

    磁盘快照

    如下是请求参数格式:
    {"action":{"perform":"saveas","params":{"disk_id":"1","image_name":"test-001","type":"","hot":true,"clonetemplate":false}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:


    {"action":{"perform":"saveas","params":{"disk_id":"1","image_name":"test-disk-snapshot-01","type":"","hot":true,"clonetemplate":false}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:

     -------------------------------错误的消息格式-----------------------------------------------------------------

    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
    creator: DNT,date: 2014-09-18,time: 01:54:27,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
    creator: DNT,date: 2014-09-18,time: 01:54:37,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
    creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
    ,creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
    ,creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
    { id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
    ,creator: DNT,date: 2014-09-18,time: 02:01:29,type: ERROR_MSG }

  • 相关阅读:
    西瓜书第三章-线性回归模型
    西瓜书第三章-线性模型【Logistic回归】(对数几率回归)
    Matlab绘图(二)低频率命令总结
    LaTex 资源总结
    plsql developer安装和使用遇到的问题解决
    【maven依赖包版本号是unknown导致无法下载】问题解决
    解决TortoiseGit报错:git did not exit cleanly (exit code 128)
    os模块的常用方法使用
    pycharm总是没有输出结果只是Process finished with exit code 0
    Jmeter发送post请求,报错:Content type 'text/plain;charset=UTF-8' not supported
  • 原文地址:https://www.cnblogs.com/heidsoft/p/3979398.html
Copyright © 2011-2022 走看看