Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 21:18:00 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/zfs zfsimpl.c
Message-ID:  <201009092118.o89LI8jm046059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-09-09 21:18:00 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/zfs         zfsimpl.c 
  Log:
  SVN rev 212383 on 2010-09-09 21:18:00Z by pjd
  
  Allow to boot from a pool within which replacing is in progress.
  Before the change it wasn't possible and the following error was printed:
  
          ZFS: can only boot from disk, mirror or raidz vdevs
  
  Now if the original vdev (the one we are replacing) is still present we will
  read from it, but if it is not present we won't read from the new vdev, as it
  might not have enough valid data yet.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.13      +33 -3     src/sys/boot/zfs/zfsimpl.c



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