Revision 73e5a4f4 lib/backend.py

b/lib/backend.py
958 958
        instance OS, do not recreate the VM
959 959
      - L{constants.INSTANCE_REBOOT_HARD}: tear down and
960 960
        restart the VM (at the hypervisor level)
961
      - the other reboot type (L{constants.INSTANCE_REBOOT_HARD})
962
        is not accepted here, since that mode is handled
963
        differently
961
      - the other reboot type (L{constants.INSTANCE_REBOOT_FULL}) is
962
        not accepted here, since that mode is handled differently, in
963
        cmdlib, and translates into full stop and start of the
964
        instance (instead of a call_instance_reboot RPC)
964 965
  @rtype: boolean
965 966
  @return: the success of the operation
966 967

  

Also available in: Unified diff