Revision 74bc10e8 doc/design-2.0-commandline-parameters.rst

b/doc/design-2.0-commandline-parameters.rst
7 7
---------
8 8

  
9 9
Ganeti 2.0 introduces several new features as well as new ways to
10
handle instance ressources like disks or network interfaces. This
10
handle instance resources like disks or network interfaces. This
11 11
requires some noticable changes in the way commandline arguments are
12 12
handled.
13 13

  
......
17 17
Background
18 18
----------
19 19

  
20
Ganeti 2.0 introduces several changes in handling instances ressources
21
such as disks and network card as well as some new features. Due to
20
Ganeti 2.0 introduces several changes in handling instances resources
21
such as disks and network cards as well as some new features. Due to
22 22
these changes, the commandline syntax needs to be changed
23 23
significantly since the existing commandline syntax is not able to
24 24
cover the changes.
......
26 26
Overview
27 27
--------
28 28

  
29
Changes for Ganeti 2.0 that require changes for the commandline
29
Design changes for Ganeti 2.0 that require changes for the commandline
30 30
syntax, in no particular order:
31 31

  
32 32
- flexible instance disk handling: support a variable number of disks
......
115 115

  
116 116
:size: size of the disk device, either a positive number, specifying
117 117
  the disk size in mebibytes, or a number followed by a magnitude suffix
118
  (M for megabytes, G for gigabytes). Also accepts the string 'auto' in
118
  (M for mebibytes, G for gibibytes). Also accepts the string 'auto' in
119 119
  which case the default disk size will be used. If the size option is
120 120
  not specified, 'auto' is assumed. This option is not valid for all
121 121
  disk layout types.

Also available in: Unified diff