RBVM Bugs: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
(New page: This page lists bugs with the redbrick VM system. 1. '''Minor:''' VM names can be set to empty string. Cosmetic bug only. 2. '''Major:''' For some reason, on VM power on, the os.read() ca...)
 
No edit summary
Line 1: Line 1:
This page lists bugs with the redbrick VM system.
This page lists bugs with the redbrick VM system.


1. '''Minor:''' VM names can be set to empty string. Cosmetic bug only.
# '''Minor:''' VM names can be set to empty string. Cosmetic bug only.
2. '''Major:''' For some reason, on VM power on, the os.read() call on the pseudoterminal blocks, causing the power on to fail (and the KVM process to stay running)
# '''Major:''' For some reason, on VM power on, the os.read() call on the pseudoterminal blocks, causing the power on to fail (and the KVM process to stay running)
3. '''Moderate:''' VM powered on detection needs work, it should check by MAC address and disk image name to try to detect when a VM power on failure has occurred.
# '''Moderate:''' VM powered on detection needs work, it should check by MAC address and disk image name to try to detect when a VM power on failure has occurred.
4/ '''Moderate:''' Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode.
# '''Moderate:''' Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode.

Revision as of 14:30, 25 February 2010

This page lists bugs with the redbrick VM system.

  1. Minor: VM names can be set to empty string. Cosmetic bug only.
  2. Major: For some reason, on VM power on, the os.read() call on the pseudoterminal blocks, causing the power on to fail (and the KVM process to stay running)
  3. Moderate: VM powered on detection needs work, it should check by MAC address and disk image name to try to detect when a VM power on failure has occurred.
  4. Moderate: Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode.