Wait for everything to settle before we try to print the list of
geom devices.
This commit is contained in:
parent
01274259b9
commit
c9fca2ba58
@ -81,6 +81,7 @@ g_dev_print(void)
|
||||
{
|
||||
struct g_geom *gp;
|
||||
|
||||
g_waitidle();
|
||||
if (LIST_EMPTY(&g_dev_class.geom))
|
||||
return (0);
|
||||
printf("List of GEOM disk devices:\n ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user