Releases: threefoldtech/zos
Releases · threefoldtech/zos
v0.4.3-rc1
release 0-fs 2.0.6 (#971)
v0.4.2
v0.4.2-rc2
Remove hotfix for zfs
v0.4.2-rc1
Releasing zfs 2.0.5
v0.4.1
hot fix for zfs binary (#953) * hot fix for zfs binary * Adding log lines Co-authored-by: Christophe de Carvalho <[email protected]>
v0.4.1-rc2
hot fix for zfs binary (#953) * hot fix for zfs binary * Adding log lines Co-authored-by: Christophe de Carvalho <[email protected]>
v0.4.1-rc1
- Hot fix for flister: Make sure we can work against old 0-fs version
v0.4.0
Highlights
- Add support for capacity pool
- Hard drive disk are now automatically shutdown when not used. This feature should greatly improve the power consumption of servers with a lot of disks but few actual usage.
Changelog
storaged
- Shutdown unused hard drive disk when not in used. This should greatly improve power consumption of service with a lot of disks
- Shutdown 0-DB container when all namespace have been decommissioned. This allow to shutdown the disk underneath
- Do not crash when deleting a vdisk that does not exists
provisiond
- Support new capacity pool feature
- Support for migration of reservation to workloads attached to a capacity pool
- #874 Fix calculation of the number of primitive provisioned on the node
- #880 Properly count the number of resource units consumed by containers
- #887 Harden container provisioning
- #881 Return proper error if k8s VM with same network already exists on the node
- #897 Only increment network provision counter when it's created for the first time
networkd
- The network primitive has been change from a whole network description to only the specific portion of the network that concern the node itself
- Limit the ygg node name to 6 characters. this is mainly esthetic and avoid creating garbage on the network map
- #899 Register dhcp client of ndmz in zinit
- #916 Handle zdb namespace and macvlan cleanely
- #918 Make sure to validate chached net-resource
v0.4.0-rc9-b
enable quota before trying to read qgroups value fixes #937
v0.4.0-rc9-a
force make filesystem on a device (#935) * force make filesystem on a device