Просмотр исходного кода

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

Nashwan Azhari 8 лет назад
Родитель
Сommit
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": [