Revision 2f907a8c

b/lib/opcodes.py
419 419
  This migrates (without shutting down an instance) to its secondary
420 420
  node.
421 421

  
422
  @var instance_name: the name of the instance
422
  @ivar instance_name: the name of the instance
423 423

  
424 424
  """
425 425
  OP_ID = "OP_INSTANCE_MIGRATE"
b/scripts/gnt-instance
826 826

  
827 827
  The migrate is done without shutdown.
828 828

  
829
  Args:
830
    opts - class with options as members
831
    args - list with a single element, the instance name
832
  Opts used:
833
    force - whether to migrate without asking questions.
829
  @param opts: the command line options selected by the user
830
  @type args: list
831
  @param args: should contain only one element, the instance name
832
  @rtype: int
833
  @return: the desired exit code
834 834

  
835 835
  """
836 836
  instance_name = args[0]

Also available in: Unified diff