[Bug 214911] bsdinstall/scripts/zfsboot detaches *all* GELI devices

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 28 20:04:41 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214911

--- Comment #3 from Tim Chase <freebsd at 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 within
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).

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


More information about the freebsd-sysinstall mailing list