Revision cf29cfb6

b/scripts/gnt-instance
876 876
    else:
877 877
      usertext = ("Instance %s will be migrated. Note that migration" %
878 878
                  (instance_name,))
879
    usertext += (" is **experimental** in this version."
880
                " This might impact the instance if anything goes wrong."
881
                " Continue?")
879
    usertext += (" might impact the instance if anything goes wrong"
880
                 " (e.g. due to bugs in the hypervisor). Continue?")
882 881
    if not AskUser(usertext):
883 882
      return 1
884 883

  

Also available in: Unified diff