فهرست منبع

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": {
                   "type": "string",
                   "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": [