Skip to content

v0.1.5

Compare
Choose a tag to compare
@zaibon zaibon released this 14 Jan 14:48
2424a54

0-OS main daemons

networkd

  • #455 watch address update on host network interfaces
  • #460 change veth pair for macvlan in some of the internal interfaces used by 0-OS
  • #470 re-add ipv6 support for network resources

provisiond:

  • #481 Encrypt zdb password in reservation schema

storaged

  • #232 Ensure storaged does not crash on boot
    Rather than returning an error while initializing the storage module,
    which ultimately crashes the module, maintain separate lists of
    (presumably) faulty devices and storagepools. This allows storaged to
    finish initializing with all the known working devices and storagpools in
    the system. Also expose these lists over the zbus interface, so other
    modules have the ability to check if there is faulty hardware and if so,
    take action (e.g. notify farmer).

Console UI

  • #197 Creation of the monitoring and console UI

Tooling

Development environment

  • #473 improve qemu README for developers

tfuser