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 }

  • 相关阅读:
    Hibernate的检索
    Java 多线程
    可信软件开发
    Linux复习3
    Linux复习2
    Linux复习1
    使用Sourcetree(for windows)建立github同步仓库
    Session技术
    Cookie技术
    Ajax技术
  • 原文地址:https://www.cnblogs.com/heidsoft/p/3979398.html
Copyright © 2011-2022 走看看