← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1363899] Re: HyperV Vm Console Log issues

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-rc1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1363899

Title:
  HyperV Vm Console Log issues

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The size of the console log can get bigger than expected because of a small nit when checking the existing log file size as well
  as a wrong size constant.

  The method which gets the serial port pipe at the moment returns a
  list which contains at most one element being the actual pipe path. In
  order to avoid confusion this should return the pipe path or None
  instead of a list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1363899/+subscriptions


References