X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/555ace61a6b28ea47729833db6e4dcb6df6e1084..2f314077f2c19560c321a62028bf1b8fac33d76e:/NEWS diff --git a/NEWS b/NEWS index a47fff0..e3ba0d0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,25 @@ News ==== +Version 2.10.0 alpha1 +--------------------- + +*(unreleased)* + +Incompatible/important changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Adding disks with 'gnt-instance modify' now waits for the disks to sync per + default. Specify --no-wait-for-sync to override this behavior. +- The Ganeti python code now adheres to a private-module layout. In particular, + the module 'ganeti' is no longer in the python search path. + +New features +~~~~~~~~~~~~ +- KVM hypervisors can now access RBD storage directly without having to + go through a block device. + + Version 2.9.0 rc1 -----------------