Skip to content
Snippets Groups Projects
Commit 3e039592 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 9aacb199
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ modify`` command::
# later convert it to redundant
gnt-instance stop INSTANCE
gnt-instance modify -t drbd INSTANCE
gnt-instance modify -t drbd -n NEW_SECONDARY INSTANCE
gnt-instance start INSTANCE
# and convert it back
......
......@@ -1585,7 +1585,10 @@ instance5: 11225
The <option>-t</option> option will change the disk template
of the instance. Currently only conversions between 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>
......
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