Revision 55cec070 lib/server/noded.py

b/lib/server/noded.py
660 660
    instance = objects.Instance.FromDict(params[0])
661 661
    reboot_type = params[1]
662 662
    shutdown_timeout = params[2]
663
    return backend.InstanceReboot(instance, reboot_type, shutdown_timeout)
663
    trail = params[3]
664
    _extendReasonTrail(trail, "reboot")
665
    return backend.InstanceReboot(instance, reboot_type, shutdown_timeout,
666
                                  trail)
664 667

  
665 668
  @staticmethod
666 669
  def perspective_instance_balloon_memory(params):

Also available in: Unified diff