Revision f7b769b1

b/doc/design-2.0.rst
1681 1681
instances, cluster info, etc.
1682 1682

  
1683 1683
In the case of job submission, the client receive a job ID, the
1684
identifier which allows to query the job progress in the job queue
1684
identifier which allows one to query the job progress in the job queue
1685 1685
(see `Job Queue`_).
1686 1686

  
1687 1687
Internally, each exported object has an version identifier, which is
b/doc/design-2.2.rst
286 286

  
287 287
Intra-cluster instance moves will re-use the existing export and import
288 288
scripts supplied by instance OS definitions. Unlike simply copying the
289
raw data, this allows to use filesystem-specific utilities to dump only
290
used parts of the disk and to exclude certain disks from the move.
289
raw data, this allows one to use filesystem-specific utilities to dump
290
only used parts of the disk and to exclude certain disks from the move.
291 291
Compression should be used to further reduce the amount of data
292 292
transferred.
293 293

  
b/doc/security.rst
122 122

  
123 123
Under security model 'user' an instance is run as the user specified by
124 124
the hypervisor parameter 'security_domain'. This makes it easy to run
125
all instances as non privileged users, and allows to manually allocate
126
specific users to specific instances or sets of instances. If the
127
specified user doesn't have permissions a jail broken instance will need
128
some local privilege escalation before being able to take over the node
129
and the cluster. It's possible though for a jail broken instance to
125
all instances as non privileged users, and allows one to manually
126
allocate specific users to specific instances or sets of instances. If
127
the specified user doesn't have permissions a jail broken instance will
128
need some local privilege escalation before being able to take over the
129
node and the cluster. It's possible though for a jail broken instance to
130 130
affect other ones running under the same user.
131 131

  
132 132
Under security model 'pool' a global cluster-level uid pool is used to
b/man/ganeti-watcher.rst
23 23

  
24 24
If the watcher is disabled at cluster level (via the
25 25
**gnt-cluster watcher pause** command), it will exit without doing
26
anything. The cluster-level pause can be overriden via the
26
anything. The cluster-level pause can be overridden via the
27 27
``--ignore-pause`` option, for example if during a maintenance the
28 28
watcher needs to be disabled in general, but the administrator
29 29
wants to run it just once.
b/man/gnt-cluster.rst
287 287
    network script it is interpreted as a routing table number or
288 288
    name.
289 289

  
290
The option ``--maintain-node-health`` allows to enable/disable
290
The option ``--maintain-node-health`` allows one to enable/disable
291 291
automatic maintenance actions on nodes. Currently these include
292 292
automatic shutdown of instances and deactivation of DRBD devices on
293 293
offline nodes; in the future it might be extended to automatic
b/man/gnt-debug.rst
123 123

  
124 124

  
125 125
If the value of the option starts with the character ``+``, the new
126
fields will be added to the default list. This allows to quickly
126
fields will be added to the default list. This allows one to quickly
127 127
see the default list plus a few other fields, instead of retyping
128 128
the entire list of fields.
129 129

  
b/man/gnt-group.rst
107 107

  
108 108
The ``-o`` option takes a comma-separated list of output fields.
109 109
If the value of the option starts with the character ``+``, the new
110
fields will be added to the default list. This allows to quickly
110
fields will be added to the default list. This allows one to quickly
111 111
see the default list plus a few other fields, instead of retyping
112 112
the entire list of fields.
113 113

  
b/man/gnt-instance.rst
182 182
blockdev\_prefix
183 183
    Valid for the Xen HVM and PVM hypervisors.
184 184

  
185
    Relevant to nonpvops guest kernels, in which the disk device names
186
    are given by the host.  Allows to specify 'xvd', which helps run
185
    Relevant to non-pvops guest kernels, in which the disk device names
186
    are given by the host.  Allows one to specify 'xvd', which helps run
187 187
    Red Hat based installers, driven by anaconda.
188 188

  
189 189
floppy\_image\_path
......
823 823

  
824 824

  
825 825
If the value of the option starts with the character ``+``, the new
826
field(s) will be added to the default list. This allows to quickly see
827
the default list plus a few other fields, instead of retyping the
826
field(s) will be added to the default list. This allows one to quickly
827
see the default list plus a few other fields, instead of retyping the
828 828
entire list of fields.
829 829

  
830 830
There is a subtle grouping about the available output fields: all
b/man/gnt-job.rst
124 124

  
125 125

  
126 126
If the value of the option starts with the character ``+``, the new
127
fields will be added to the default list. This allows to quickly
127
fields will be added to the default list. This allows one to quickly
128 128
see the default list plus a few other fields, instead of retyping
129 129
the entire list of fields.
130 130

  
b/man/gnt-node.rst
298 298

  
299 299

  
300 300
If the value of the option starts with the character ``+``, the new
301
fields will be added to the default list. This allows to quickly
301
fields will be added to the default list. This allows one to quickly
302 302
see the default list plus a few other fields, instead of retyping
303 303
the entire list of fields.
304 304

  

Also available in: Unified diff