[Bug 219001] Installer Auto (ZFS) Partitioning creates pools with out-of-order disks
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 1 15:33:33 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219001
Bug ID: 219001
Summary: Installer Auto (ZFS) Partitioning creates pools with
out-of-order disks
Product: Base System
Version: 11.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: ppauly at gmail.com
When doing a Auto ZFS Partitioning in the installer, disks are added to the
pool in alphabetical order instead of numerical order. This is an issue when
using more than 10 disks. For example, this is the order of disks chosen by the
installer with 16 disks:
da0
da1
da10
da11
da12
da13
da14
da15
da16
da2
da3
da4
da5
da6
da7
da8
da9
The zpool is also created in this order which may cause problems or confusion
for the system administrator.
The Auto (UFS) code does not suffer from this problem.
Tested on VMware, AMD64 with 16 100GB drives.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list