From ed034b1170781c773ebe61351280cba50001e812 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 28 Nov 2008 13:59:36 +1100 Subject: [PATCH] Create: print message when preparing a container. We currently print e.g. "Array /dev/md0 started", but nothing for containers. Fix that. Signed-off-by: NeilBrown --- Create.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Create.c b/Create.c index 09df0b88..f69cfd9a 100644 --- a/Create.c +++ b/Create.c @@ -745,7 +745,8 @@ int Create(struct supertype *st, char *mddev, /* No need to start. But we should signal udev to * create links */ sysfs_uevent(&info, "change"); - ; + if (verbose >= 0) + fprintf(stderr, Name ": container %s prepared.\n", mddev); } else if (runstop == 1 || subdevs >= raiddisks) { if (st->ss->external) { switch(level) { -- 2.39.2