浏览代码

Add 'allocation_scheme' option to the core VM export info schema.

Nashwan Azhari 8 年之前
父节点
当前提交
e92f849de5
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      coriolis/schemas/vm_export_info_schema.json

+ 5 - 0
coriolis/schemas/vm_export_info_schema.json

@@ -101,6 +101,11 @@
               "storage_backend_identifier": {
               "storage_backend_identifier": {
                   "type": "string",
                   "type": "string",
                   "help": "A string identifier for the storage system the disk is hosted on."
                   "help": "A string identifier for the storage system the disk is hosted on."
+              },
+              "allocation_type": {
+                "type": "string",
+                "description": "The allocation scheme for the given disk (static = thick; dynamic = thin)",
+                "enum": ["static", "dynamic"]
               }
               }
             },
             },
             "required": [
             "required": [