Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2004 07:55:30 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/mirror g_mirror.c
Message-ID:  <200410140755.i9E7tU7B080400@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-10-14 07:55:29 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us
  providers for tasting. Before this hack, race below is possible:
          SI_SUB_RAID (no not-fully-configured geoms, so don't block)
          GEOM tasting (now geoms are created)
          SI_SUB_MOUNT_ROOT (if root file system is placed on a mirror, it is
                  possible that this mirror is not fully configured yet)
  There is a lot of work to do to avoid such hacks and I need a working
  solution before 5.3, sorry.
  
  Reported by:    John Hay <jhay@icomtek.csir.co.za>
  
  Revision  Changes    Path
  1.38      +5 -0      src/sys/geom/mirror/g_mirror.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410140755.i9E7tU7B080400>