diff mbox series

[OSSTEST,5/6] mg-allocate: feasibility check: print a reassuring message

Message ID 20211004170654.21864-6-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series allocation / test fixes | expand

Commit Message

Ian Jackson Oct. 4, 2021, 5:06 p.m. UTC
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 mg-allocate | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/mg-allocate b/mg-allocate
index 7dc2c7650..e700be185 100755
--- a/mg-allocate
+++ b/mg-allocate
@@ -393,6 +393,7 @@  sub execute (;$) {
 
 	if ($dryrun) {
 	    db_retry_abort();
+	    logm("allocation feasible in principle (subject to planning)");
 	    return;
 	}
         if (!$allok) {