Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 22:04:59 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/tools/regression/geom_eli resize.t
Message-ID:  <201009202206.o8KM6Iqv075222@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2010-09-20 22:04:59 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/eli  geli.8 geom_eli.c 
  Added files:
    tools/regression/geom_eli resize.t 
  Log:
  SVN rev 212934 on 2010-09-20 22:04:59Z by brian
  
  Add a geli resize subcommand to resize encrypted filesystems prior
  to growing the filesystem.
  
  Refuse to attach providers where the metadata provider size is
  wrong.  This makes post-boot attaches behave consistently with
  pre-boot attaches.  Also refuse to restore metadata to a provider
  of the wrong size without the new -f switch.  The new -f switch
  forces the metadata restoration despite the provider size, and
  updates the provider size in the restored metadata to the correct
  value.
  
  Helped by:      pjd
  Reviewed by:    pjd
  
  Revision  Changes    Path
  1.27      +46 -2     src/sbin/geom/class/eli/geli.8
  1.29      +141 -3    src/sbin/geom/class/eli/geom_eli.c
  1.1       +149 -0    src/tools/regression/geom_eli/resize.t (new)



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