Skip to content
Snippets Groups Projects
Commit a22eb33b authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix documentation regarding conversion to drbd


Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 9738ca94
No related branches found
No related tags found
No related merge requests found
...@@ -526,7 +526,7 @@ modify`` command:: ...@@ -526,7 +526,7 @@ modify`` command::
# later convert it to redundant # later convert it to redundant
gnt-instance stop INSTANCE gnt-instance stop INSTANCE
gnt-instance modify -t drbd INSTANCE gnt-instance modify -t drbd -n NEW_SECONDARY INSTANCE
gnt-instance start INSTANCE gnt-instance start INSTANCE
# and convert it back # and convert it back
......
...@@ -1585,7 +1585,10 @@ instance5: 11225 ...@@ -1585,7 +1585,10 @@ instance5: 11225
The <option>-t</option> option will change the disk template The <option>-t</option> option will change the disk template
of the instance. Currently only conversions between the of the instance. Currently only conversions between the
plain and drbd disk templates are supported, and the plain and drbd disk templates are supported, and the
instance must be stopped before attempting the conversion. instance must be stopped before attempting the
conversion. When changing from the plain to the drbd disk
template, a new secondary node must be specified via
the <option>-n</option> option.
</para> </para>
<para> <para>
......
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