Revision fe0d94d8 doc/admin.rst

b/doc/admin.rst
802 802
steps::
803 803

  
804 804
  # instance is located on A, B
805
  $ gnt-instance replace -n %nodeC% %instance1%
805
  $ gnt-instance replace-disks -n %nodeC% %instance1%
806 806
  # instance has moved from (A, B) to (A, C)
807 807
  # we now flip the primary/secondary nodes
808 808
  $ gnt-instance migrate %instance1%
809 809
  # instance lives on (C, A)
810 810
  # we can then change A to D via:
811
  $ gnt-instance replace -n %nodeD% %instance1%
811
  $ gnt-instance replace-disks -n %nodeD% %instance1%
812 812

  
813 813
Which brings it into the final configuration of ``(C, D)``. Note that we
814 814
needed to do two replace-disks operation (two copies of the instance

Also available in: Unified diff