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 }

  • 相关阅读:
    lintcode-135-数字组合
    如何下载网页上的视频?
    tree
    lintcode-512-解码方法
    前端 启动项目内存溢出
    导入txt和导出txt文件
    webStorm 2018.3.2永久破解方法
    前端导出功能
    定时器刷新机制 setInterval react
    getFieldsValue,getFieldValue,validateFields,resetFields,getFieldDecorator的用法;
  • 原文地址:https://www.cnblogs.com/heidsoft/p/3979398.html
Copyright © 2011-2022 走看看