Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 11:41:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207150] bsdinstall(8): ZFS install fails if zpool name equals to file/directory exists in root
Message-ID:  <bug-207150-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 207150
           Summary: bsdinstall(8): ZFS install fails if zpool name equals
                    to file/directory exists in root
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: gabor.radnai@gmail.com

bsdinstall(8): ZFS install fails if one pick a name for root zpool which ex=
ists
as file or directory in /.

To repeat:
1. start bsdinstall
2. Pick zroot name 'sys' for example
3. Eventually untar fails

Suggested resolution is trivial:
If new root zpool name is $zroot then mount zroot as /X$zroot, where X is f=
or
example 'root'.

By default bsdinstall creates similar ZFS structure:
NAME                 USED  AVAIL  REFER  MOUNTPOINT
zroot                408M  6.32G    96K  /zroot
zroot/ROOT           406M  6.32G    96K  none
zroot/ROOT/default   406M  6.32G   406M  /

Should be rather if zpool name is 'sys' for example:
NAME                 USED  AVAIL  REFER  MOUNTPOINT
sys                408M  6.32G    96K  /rootsys
sys/ROOT           406M  6.32G    96K  none
sys/ROOT/default   406M  6.32G   406M  /

--=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-207150-8>