Skip to content
Snippets Groups Projects
Commit 5e360222 authored by Michele Tartara's avatar Michele Tartara Committed by Guido Trotter
Browse files

Fix two typos in Ganeti administrator's guide


Fix a verb tense and add a missing verb.

Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarAdeodato Simo <dato@google.com>
parent 15c118a4
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ given time: ...@@ -68,7 +68,7 @@ given time:
Depending on the role, each node will run a set of daemons: Depending on the role, each node will run a set of daemons:
- the :command:`ganeti-noded` daemon, which control the manipulation of - the :command:`ganeti-noded` daemon, which controls the manipulation of
this node's hardware resources; it runs on all nodes which are in a this node's hardware resources; it runs on all nodes which are in a
cluster cluster
- the :command:`ganeti-confd` daemon (Ganeti 2.1+) which runs on all - the :command:`ganeti-confd` daemon (Ganeti 2.1+) which runs on all
...@@ -582,10 +582,10 @@ Preparing for disk operations ...@@ -582,10 +582,10 @@ Preparing for disk operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It is important to note that for Ganeti to be able to do any disk It is important to note that for Ganeti to be able to do any disk
operation, the Linux machines on top of which Ganeti must be consistent; operation, the Linux machines on top of which Ganeti runs must be
for LVM, this means that the LVM commands must not return failures; it consistent; for LVM, this means that the LVM commands must not return
is common that after a complete disk failure, any LVM command aborts failures; it is common that after a complete disk failure, any LVM
with an error similar to:: command aborts with an error similar to::
$ vgs $ vgs
/dev/sdb1: read failed after 0 of 4096 at 0: Input/output error /dev/sdb1: read failed after 0 of 4096 at 0: Input/output error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment