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 <neilb@suse.de>
This commit is contained in:
NeilBrown 2008-11-28 13:59:36 +11:00
parent 5a52a34090
commit ed034b1170
1 changed files with 2 additions and 1 deletions

View File

@ -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) {