Revision e7e8b4db

b/doc/iallocator.rst
111 111
    this attribute in the :manpage:`gnt-group(8)` manpage)
112 112
  ipolicy
113 113
    the instance policy of the node group
114
  tags
115
    the list of node group tags
114 116

  
115 117
instances
116 118
  a dictionary with the data for the current existing instance on the
......
377 379
    "nodegroups": {
378 380
      "f4e06e0d-528a-4963-a5ad-10f3e114232d": {
379 381
        "name": "default",
380
        "alloc_policy": "preferred"
382
        "alloc_policy": "preferred",
383
        "ipolicy": {
384
          "disk-templates": ["drbd", "plain"],
385
          "minmax": [
386
            {
387
              "max": {
388
                "cpu-count": 2,
389
                "disk-count": 8,
390
                "disk-size": 2048,
391
                "memory-size": 12800,
392
                "nic-count": 8,
393
                "spindle-use": 8
394
              },
395
              "min": {
396
                "cpu-count": 1,
397
                "disk-count": 1,
398
                "disk-size": 1024,
399
                "memory-size": 128,
400
                "nic-count": 1,
401
                "spindle-use": 1
402
              }
403
            }
404
          ],
405
          "spindle-ratio": 32.0,
406
          "std": {
407
            "cpu-count": 1,
408
            "disk-count": 1,
409
            "disk-size": 1024,
410
            "memory-size": 128,
411
            "nic-count": 1,
412
            "spindle-use": 1
413
          },
414
          "vcpu-ratio": 4.0
415
        },
416
        "tags": ["ng-tag-1", "ng-tag-2"]
381 417
      }
382 418
    },
383 419
    "instances": {

Also available in: Unified diff