Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 20:04:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-sysinstall@FreeBSD.org
Subject:   [Bug 214911] bsdinstall/scripts/zfsboot detaches *all* GELI devices
Message-ID:  <bug-214911-2920-YaE8sm3uhq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214911-2920@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214911-2920@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214911

--- Comment #3 from Tim Chase <freebsd@tim.thechases.com> ---
(In reply to Allan Jude from comment #1)

Is it possible to detect whether any pieces of a previous install are there=
 and
at least ask before attempting to drop them all on the floor?  Possibly wit=
hin
those `while` loops:

  zpool "bootpool" already exists. Drop it? (y/N) N
  zpool "targetpool" already exists. Drop it? (y/N) Y
  zpool "zpool" already exists. Drop it? (y/N) N
  geli "md0p1" already exists. Drop it? (y/N) Y
  geli "ada0p3" already exists. Drop it? (y/N) N

(there might be similar issues for the `graid` cleanup that don't come into
play in my test setup since I'm not doing any flavor of raid).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214911-2920-YaE8sm3uhq>