[Bug 281152] [PATCH] mfiutil: Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 281152] [PATCH] mfiutil: Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 281152] [PATCH] mfiutil: Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Aug 2024 09:53:08 UTC
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: bugs@FreeBSD.org Reporter: msl0000023508@gmail.com 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.