Revision 926feaf1 doc/iallocator.rst

b/doc/iallocator.rst
375 375
    "nodes": {
376 376
      "node1.example.com": {
377 377
        "total_disk": 858276,
378
        "primary_ip": "192.168.1.1",
379
        "secondary_ip": "192.168.2.1",
378
        "primary_ip": "198.51.100.1",
379
        "secondary_ip": "192.0.2.1",
380 380
        "tags": [],
381 381
        "free_memory": 3505,
382 382
        "free_disk": 856740,
......
384 384
      },
385 385
      "node2.example.com": {
386 386
        "total_disk": 858240,
387
        "primary_ip": "192.168.1.3",
388
        "secondary_ip": "192.168.2.3",
387
        "primary_ip": "198.51.100.2",
388
        "secondary_ip": "192.0.2.2",
389 389
        "tags": ["test"],
390 390
        "free_memory": 3505,
391 391
        "free_disk": 848320,
......
393 393
      },
394 394
      "node3.example.com.com": {
395 395
        "total_disk": 572184,
396
        "primary_ip": "192.168.1.3",
397
        "secondary_ip": "192.168.2.3",
396
        "primary_ip": "198.51.100.3",
397
        "secondary_ip": "192.0.2.3",
398 398
        "tags": [],
399 399
        "free_memory": 3505,
400 400
        "free_disk": 570648,

Also available in: Unified diff