Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2024 09:53:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281152] [PATCH] mfiutil: Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program
Message-ID:  <bug-281152-227@https.bugs.freebsd.org/bugzilla/>

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

            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: bugs@FreeBSD.org
          Reporter: msl0000023508@gmail.com

Created attachment 253200
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D253200&action=
=3Dedit
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'.

--=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-281152-227>