← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1363899] [NEW] HyperV Vm Console Log issues

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: Adelina Tuvenie (atuvenie)
         Status: In Progress


** Tags: hyper-v

-- 
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):
  In Progress

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


Follow ups

References