Revision 9475189d

b/man/gnt-cluster.rst
175 175
| [--file-storage-dir *dir*]
176 176
| [--enabled-hypervisors *hypervisors*]
177 177
| [{-H|--hypervisor-parameters} *hypervisor*:*hv-param*=*value*[,*hv-param*=*value*...]]
178
| [{-B|--backend-parameters} *be-param*=*value* [,*be-param*=*value*...]]
179
| [{-N|--nic-parameters} *nic-param*=*value* [,*nic-param*=*value*...]]
180
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
178
| [{-B|--backend-parameters} *be-param*=*value*[,*be-param*=*value*...]]
179
| [{-N|--nic-parameters} *nic-param*=*value*[,*nic-param*=*value*...]]
180
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value*[,*disk-param*=*value*...]]
181 181
| [--maintain-node-health {yes \| no}]
182 182
| [--uid-pool *user-id pool definition*]
183 183
| [{-I|--default-iallocator} *default instance allocator*]
......
371 371
by the node group at the moment of its creation, and can be further
372 372
modified at node group level using the **gnt-group**(8) command. 
373 373

  
374
List of disk parameters available for the **drbd** template:
374
The following is the list of disk parameters available for the **drbd**
375
template, with measurement units specified in square brackets at the end
376
of the description (when applicable):
375 377

  
376 378
resync-rate
377
    Re-synchronization rate, expressed in KiB/s
379
    Static re-synchronization rate. [KiB/s]
378 380

  
379 381
data-stripes
380
    Number of stripes to use for data LVs
382
    Number of stripes to use for data LVs.
381 383

  
382 384
meta-stripes
383
    Number of stripes to use for meta LVs
385
    Number of stripes to use for meta LVs.
384 386

  
385 387
disk-barriers
386 388
    What kind of barriers to **disable** for disks. It can either assume
387 389
    the value "n", meaning no barrier disabled, or a non-empty string
388 390
    containing a subset of the characters "bfd". "b" means disable disk
389
    barriers, "f" means disable disk flushes, "d" disables disk drains
391
    barriers, "f" means disable disk flushes, "d" disables disk drains.
390 392

  
391 393
meta-barriers
392 394
    Boolean value indicating whether the meta barriers should be
......
406 408
    String containing additional parameters to be appended to the
407 409
    arguments list of ``drbdsetup net``.
408 410

  
411
dynamic-resync
412
    Boolean indicating whether to use the dynamic resync speed
413
    controller or not. If enabled, c-plan-ahead must be non-zero and all
414
    the c-* parameters will be used by DRBD. Otherwise, the value of
415
    resync-rate will be used as a static resync speed.
416

  
417
c-plan-ahead
418
    Agility factor of the dynamic resync speed controller. (the higher,
419
    the slower the algorithm will adapt the resync speed). A value of 0
420
    (that is the default) disables the controller. [ds]
421

  
422
c-fill-target
423
    Maximum amount of in-flight resync data for the dynamic resync speed
424
    controller. [sectors]
425

  
426
c-delay-target
427
    Maximum estimated peer response latency for the dynamic resync speed
428
    controller. [ds]
429

  
430
c-min-rate
431
    Minimum resync speed for the dynamic resync speed controller. [KiB/s]
432

  
433
c-max-rate
434
    Upper bound on resync speed for the dynamic resync speed controller.
435
    [KiB/s]
436

  
409 437
List of parameters available for the **plain** template:
410 438

  
411 439
stripes
412
    Number of stripes to use for new LVs
440
    Number of stripes to use for new LVs.
413 441

  
414 442
The option ``--maintain-node-health`` allows one to enable/disable
415 443
automatic maintenance actions on nodes. Currently these include
......
510 538
| [--no-lvm-storage]
511 539
| [--enabled-hypervisors *hypervisors*]
512 540
| [{-H|--hypervisor-parameters} *hypervisor*:*hv-param*=*value*[,*hv-param*=*value*...]]
513
| [{-B|--backend-parameters} *be-param*=*value* [,*be-param*=*value*...]]
514
| [{-N|--nic-parameters} *nic-param*=*value* [,*nic-param*=*value*...]]
515
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
541
| [{-B|--backend-parameters} *be-param*=*value*[,*be-param*=*value*...]]
542
| [{-N|--nic-parameters} *nic-param*=*value*[,*nic-param*=*value*...]]
543
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value*[,*disk-param*=*value*...]]
516 544
| [--uid-pool *user-id pool definition*]
517 545
| [--add-uids *user-id pool definition*]
518 546
| [--remove-uids *user-id pool definition*]
b/man/gnt-group.rst
26 26
| **add**
27 27
| [--node-parameters=*NDPARAMS*]
28 28
| [--alloc-policy=*POLICY*]
29
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
29
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value*[,*disk-param*=*value*...]]
30 30
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
31 31
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]
32 32
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
......
95 95
| [--node-parameters=*NDPARAMS*]
96 96
| [--alloc-policy=*POLICY*]
97 97
| [--hypervisor-state *hvstate*]
98
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
98
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value*[,*disk-param*=*value*...]]
99 99
| [--disk-state *diskstate*]
100 100
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
101 101
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]

Also available in: Unified diff