https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281152
Bug ID: 281152
Summary: [PATCH] mfiutil: Don't use term 'JBOD' for non-RAID
SYSTEM physical drives, as it has a different meaning
in this program
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 253200
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253200&action=edit
mfiutil-b53c417.diff
In terms used by mfiutil(8), 'JBOD' means logical volumes backed by RAID-0
arrays of single physical drives.
Take the example of creating JBOD volumes from the man page:
Configure the first three disks on a controller as JBOD:
mfiutil create jbod 0 1 2
This creates logical volumes.
In contrast to:
Reconfigure a disk as a SYSPD block device with no RAID
mfiutil syspd 0
This makes specified physical drive directly accessible.
For consistency, mfiutil(8) should this drive state as 'SYSTEM' or 'SYSPD'.
--
You are receiving this mail because:
You are the assignee for the bug.