> BTW can you please add a NEWS entry, as this is a change of > behaviror from previous versions (although a change to conform to > existing documentation).
Sure. See attached commit.
>From 7c85a3d4a39eb534e0c9d4d4f46e8647c34d9bfb Mon Sep 17 00:00:00 2001 Message-Id: <7c85a3d4a39eb534e0c9d4d4f46e8647c34d9bfb.1365680313.git.aeh...@google.com> From: Klaus Aehlig <[email protected]> Date: Thu, 11 Apr 2013 13:37:48 +0200 Subject: [PATCH devel-2.7] NEWS: Add news entry for the hail disk policy fix hail now correctly applies the instance disk policies, which leads to differnt allocations. Signed-off-by: Klaus Aehlig <[email protected]> --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index bc546f8..9adf557 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ News ==== +Version 2.7.0 rc1 +----------------- + +*(Unreleased)* + +- Fix hail to verify disk instance policies on a per-disk basis (Issue 418). + Version 2.7.0 beta2 ------------------- -- 1.8.1.3
