RBVM Bugs: Difference between revisions
Jump to navigation
Jump to search
(Updated) |
m (Added colours) |
||
Line 1: | Line 1: | ||
This page lists bugs with the redbrick VM system (at [https://vmweb.redbrick.dcu.ie https://vmweb.redbrick.dcu.ie], documentation [https://docs.redbrick.dcu.ie/rbvm here]). | This page lists bugs with the redbrick VM system (at [https://vmweb.redbrick.dcu.ie https://vmweb.redbrick.dcu.ie], documentation [https://docs.redbrick.dcu.ie/rbvm here]). | ||
# '''Minor Bug:''' VM names can be set to empty string. Cosmetic bug only. | # '''Minor Bug:''' VM names can be set to empty string. Cosmetic bug only. <span style="color:#fff;background:#f00">Not started</span> | ||
# '''Major Bug:''' For some reason, on VM power on, the os.read() call on the monitor pseudoterminal blocks occasionally, causing the power on to fail (and the KVM process to stay running) | # '''Major Bug:''' For some reason, on VM power on, the os.read() call on the monitor pseudoterminal blocks occasionally, causing the power on to fail (and the KVM process to stay running) <span style="color:#fff;background:#080">Fixed in rev 70</span> (removed use of PTYs) | ||
# '''Moderate Feature:''' 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. Addressed a little in rev 70, still not quite there. | # '''Moderate Feature:''' 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. Addressed a little in rev 70, still not quite there. <span style="color:#000;background:#f93">In progress (werdz)</span> | ||
# '''Moderate Bug:''' Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode. | # '''Moderate Bug:''' Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode. <span style="color:#fff;background:#f00">Not started</span> | ||
# '''Improvement:''' Logging and debug levels, etc, need to be cleaned up properly. | # '''Improvement:''' Logging and debug levels, etc, need to be cleaned up properly. <span style="color:#fff;background:#f00">Not started</span> | ||
# '''Moderate Bug:''' If new VMs are created as root, the mode and ownerships of the VM images under /var/lib/rbvm/images is completely wrong - VM will refuse to start as the rbvm user can't read/write the image. | # '''Moderate Bug:''' If new VMs are created as root, the mode and ownerships of the VM images under /var/lib/rbvm/images is completely wrong - VM will refuse to start as the rbvm user can't read/write the image. <span style="color:#fff;background:#080">Fixed in rev 66</span> | ||
# '''Improvement:''' Add extra columns (MAC, IP, status) to homepage. | # '''Improvement:''' Add extra columns (MAC, IP, status) to homepage. <span style="color:#fff;background:#080">Added in rev 65</span> | ||
# '''Improvement:''' Add hardware options to front end (NIC controller, etc). Backend added in rev 70 | # '''Improvement:''' Add hardware options to front end (NIC controller, etc). Backend added in rev 70 <span style="color:#000;background:#f93">In progress (werdz)</span> | ||
# '''Improvement:''' Boot device selection | # '''Improvement:''' Boot device selection <span style="color:#fff;background:#080">Added in rev 69</span> |
Revision as of 13:37, 5 March 2010
This page lists bugs with the redbrick VM system (at https://vmweb.redbrick.dcu.ie, documentation here).
- Minor Bug: VM names can be set to empty string. Cosmetic bug only. Not started
- Major Bug: For some reason, on VM power on, the os.read() call on the monitor pseudoterminal blocks occasionally, causing the power on to fail (and the KVM process to stay running) Fixed in rev 70 (removed use of PTYs)
- Moderate Feature: 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. Addressed a little in rev 70, still not quite there. In progress (werdz)
- Moderate Bug: Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode. Not started
- Improvement: Logging and debug levels, etc, need to be cleaned up properly. Not started
- Moderate Bug: If new VMs are created as root, the mode and ownerships of the VM images under /var/lib/rbvm/images is completely wrong - VM will refuse to start as the rbvm user can't read/write the image. Fixed in rev 66
- Improvement: Add extra columns (MAC, IP, status) to homepage. Added in rev 65
- Improvement: Add hardware options to front end (NIC controller, etc). Backend added in rev 70 In progress (werdz)
- Improvement: Boot device selection Added in rev 69