]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
mg-allocate: feasibility check: print a reassuring message
authorIan Jackson <iwj@xenproject.org>
Mon, 4 Oct 2021 16:48:54 +0000 (17:48 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 4 Oct 2021 16:49:48 +0000 (17:49 +0100)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
mg-allocate

index 7dc2c7650863f0d9ccd3f612671cd89650febbc3..e700be18572465a48cd338b2cc74800e13aaecd0 100755 (executable)
@@ -393,6 +393,7 @@ sub execute (;$) {
 
        if ($dryrun) {
            db_retry_abort();
+           logm("allocation feasible in principle (subject to planning)");
            return;
        }
         if (!$allok) {