From d06d0636e993361127630eb1a46196188f138b4e Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 22 Feb 2010 14:46:24 +0100
Subject: [PATCH] Update the hail man page

This adds a short note for the new iallocator mode.

Signed-off-by: Iustin Pop <iustin@google.com>
---
 hail.1 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hail.1 b/hail.1
index c19fec2e2..81ee8a622 100644
--- a/hail.1
+++ b/hail.1
@@ -35,8 +35,11 @@ For dual\(hynode allocations (mirrored instances), we chose the best
 pair; this is the only choice where the algoritm is non\(hytrivial
 with regard to cluster size.
 
-For all choices, the cluster scoring is identical to the hbal
-algorithm.
+For node evacuations (\fImulti-evacuate\fR mode), we iterate over all
+instances which live as secondaries on those nodes and try to relocate
+them using the single-instance relocation algorithm.
+
+In all cases, the cluster scoring is identical to the hbal algorithm.
 
 .SH CONFIGURATION
 
-- 
GitLab