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 }

  • 相关阅读:
    英语----非谓语动词to do
    英语----非谓语动词done
    英语----三大从句的混合实战
    英语----状语从句连接词(下)
    英语----状语从句连接词(中)
    英语----状语从句连接词(上)
    xcode7.3遇到的问题
    UIScrollView AutoLayout
    cocoapods 卸载  &  安装
    iOS即时通讯之CocoaAsyncSocket源码解析五
  • 原文地址:https://www.cnblogs.com/heidsoft/p/3979398.html
Copyright © 2011-2022 走看看