RBVM Bugs: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
# <span style="color:#fff;background:#080">Fixed: r66</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.  
# <span style="color:#fff;background:#080">Fixed: r66</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.  
# <span style="color:#fff;background:#080">Fixed: r65</span> '''Improvement:''' Add extra columns (MAC, IP, status) to homepage.  
# <span style="color:#fff;background:#080">Fixed: r65</span> '''Improvement:''' Add extra columns (MAC, IP, status) to homepage.  
# <span style="color:#000;background:#f93">In progress (werdz)</span> '''Improvement:''' Add hardware options to front end (NIC controller, etc). Backend added in rev 70  
# <span style="color:#fff;background:#080">Fixed: r72</span> '''Improvement:''' Add hardware options to front end (NIC controller, etc). Backend added in rev 70  
# <span style="color:#fff;background:#080">Fixed: r69</span> '''Improvement:''' Boot device selection
# <span style="color:#fff;background:#080">Fixed: r69</span> '''Improvement:''' Boot device selection
# <span style="color:#fff;background:#080">Fixed: r73</span> '''Minor Bug:''' Live boot device selection didn't interact with KVM properly

Revision as of 03:09, 6 March 2010

This page lists bugs with the redbrick VM system (at https://vmweb.redbrick.dcu.ie, documentation here).

  1. Unassigned Minor Bug: VM names can be set to empty string. Cosmetic bug only.
  2. Fixed: r70 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) (removed use of PTYs)
  3. In progress (werdz) Improvement: 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.
  4. Unassigned Moderate Bug: Session cache should be cleared when the system starts up, otherwise lock errors cause some peoples' sessions to asplode.
  5. Unassigned Improvement: Logging and debug levels, etc, need to be cleaned up properly.
  6. Fixed: r66 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.
  7. Fixed: r65 Improvement: Add extra columns (MAC, IP, status) to homepage.
  8. Fixed: r72 Improvement: Add hardware options to front end (NIC controller, etc). Backend added in rev 70
  9. Fixed: r69 Improvement: Boot device selection
  10. Fixed: r73 Minor Bug: Live boot device selection didn't interact with KVM properly