You will need to run:
# gnt-instance shutdown $instance
# gnt-instance modify -t drbd -n $second_node $instance
# gnt-instance start $instance
for every instance you that you want to convert. There will be
downtime for each instance while data is copied to the second node.
Somewhat riskier way is to run 'gnt-instance modify -t drbd -n
$second_node --no-wait-for-sync $instance' instead. Then you can start
instance earlier before data is fully copied, but you may have worse
performance due to heavy I/O and potentially higher chance of losing
instance data if something goes wrong.
>
> Thanks in advance.
>
>
> JBB
--
Kirill Shevchuk
cyr...@google.com