Mac Pro setup advice

10 views
Skip to first unread message

churnd

unread,
Mar 17, 2011, 10:23:37 PM3/17/11
to zfs-macos
I'm looking for a way to get a decent JBOD enclosure for my 2008 Mac
Pro (2.8GHz dual Quad & 8GB RAM) that won't break the bank & offer
decent speed. Right now my top choice is a SANS DIGITAL TowerRAID
TR4MP: http://www.newegg.com/Product/Product.aspx?Item=N82E16816111136&cm_re=server_raid-_-16-111-136-_-Product

The primary thing I'm wondering is if this setup would perform well
with ZFS. What kind of performance could I expect with a raidz1 pool,
assuming zfs was configured optimally (no dedupe or compression, etc).

Or, if others have a better idea for an enclosure + expansion card
setup, I'd be glad to hear it.

Jason Belec

unread,
Mar 18, 2011, 7:30:00 AM3/18/11
to zfs-...@googlegroups.com
Don't know about that kit, but I use these (several so far for clients). I have had a lot of issues testing various boxes over the years, so I read carefully. ;)

http://www.addonics.com/products/raid_system/mst4.asp

If you read carefully, they have a connector that handles individual disks right on the hardware (not JBOD - that is also an option). In many cases I just get the little cards, stick a lot of drives on a dedicated power supply and connect sata cables (5 per card). Then it's up to the card you have in your system. These are Silicon Image based.

You can build some pretty useful setups this way to meet your needs.

Jason

Sent from my iPad

Chris Ridd

unread,
Mar 18, 2011, 5:09:57 PM3/18/11
to zfs-...@googlegroups.com

On 18 Mar 2011, at 11:30, Jason Belec wrote:

> Don't know about that kit, but I use these (several so far for clients). I have had a lot of issues testing various boxes over the years, so I read carefully. ;)
>
> http://www.addonics.com/products/raid_system/mst4.asp
>
> If you read carefully, they have a connector that handles individual disks right on the hardware (not JBOD - that is also an option). In many cases I just get the little cards, stick a lot of drives on a dedicated power supply and connect sata cables (5 per card). Then it's up to the card you have in your system. These are Silicon Image based.
>
> You can build some pretty useful setups this way to meet your needs.

What are those like, noise- and performance-wise? I'm currently intrigued by these <http://www.integral-storage.com/product/4-bay-multi-drive-storage-enclosure> (4 x 2.5" eSATA JBOD) which I've also seen rebadged.

Chris

Jason Belec

unread,
Mar 18, 2011, 5:31:09 PM3/18/11
to zfs-...@googlegroups.com
I really don't know, I don't have any of the boxes here and where they are, nobody is even in the room. The setups here are quiet but in large boxes with modern power supplies and lots of drives that go to various systems on batches. Think mad science lab. Of course you can always mod any package.

Do take some care with JBOD, I had serious issues with some enclosures I tested. When I came across boxes with boards that also offered 'individual disk' I was in heaven. I don't utilize JBOD.

--

Jason Belec

Sent from my iPhone

Dan Bethe

unread,
Mar 22, 2011, 11:10:55 AM3/22/11
to zfs-macos


On Mar 18, 4:31 pm, Jason Belec <jasonbe...@rogers.com> wrote:

> Do take some care with JBOD, I had serious issues with some enclosures I tested. When I came across boxes with boards that also offered 'individual disk' I was in heaven. I don't utilize JBOD.

Hi there Jason. Can you clarify what you mean, regarding "individual
disk"? I thought that's what "JBOD" meant. What is "JBOD" if not
giving access to individual disks?

X Bytor

unread,
Mar 22, 2011, 11:52:32 AM3/22/11
to zfs-...@googlegroups.com
On Tue, Mar 22, 2011 at 10:10 AM, Dan Bethe <smuc...@gmail.com> wrote:
>
> Hi there Jason.  Can you clarify what you mean, regarding "individual
> disk"?  I thought that's what "JBOD" meant.  What is "JBOD" if not
> giving access to individual disks?

JBOD makes all of the disks in the enclosure look like one single
really big disk instead of providing access to the disks individually.

If one disk fails in a JBOD, you're screwed.

Anybody know of a good usage for JBOD?

-X

Mike Heller

unread,
Mar 22, 2011, 11:56:23 AM3/22/11
to zfs-...@googlegroups.com

The problem is these terms are used subjectively by the industry.   That said, JBOD is the presentation of discrete disks and "span" is the presentation of a concatenated set.  Raid 0 is an interleaved stripe set. 

X Bytor

unread,
Mar 22, 2011, 12:54:52 PM3/22/11
to zfs-...@googlegroups.com
On Tue, Mar 22, 2011 at 11:03 AM, Silas Baronda <silas....@gmail.com> wrote:
> JBOD can mean two different things.  Look at the wikipedia article.
>
> http://en.wikipedia.org/wiki/Non-RAID_drive_architectures#JBOD
>
> I always knew it as disks that appear to the system as individual
> disks not as a big span of them.
>

And I had always only seen them as a concatenation into a large virtual disk.

I learned my one fact for the day...

Alex Blewitt

unread,
Mar 22, 2011, 1:02:16 PM3/22/11
to zfs-...@googlegroups.com

A big span of disks is RAID-0.

Alex

Daniel Bethe

unread,
Mar 22, 2011, 1:04:15 PM3/22/11
to zfs-...@googlegroups.com

> My understanding corresponds to Silas's. A JBOD of 10 disks exposes 10 devices
>to the OS. There's no concatenation/spanning/monkeying with them by the
>hardware; ZFS gets to see them all :-)


Yeah, which is the only way that there is any meaning whatsoever to the phrase
"just a bunch of drives".


Mike Heller

unread,
Mar 22, 2011, 1:10:46 PM3/22/11
to zfs-...@googlegroups.com

A span is a concatenation
  Fill disk 1, then 2, then 3.

Raid zero is an interleaved set with a stripe depth in kilobytes.

Chris Ridd

unread,
Mar 22, 2011, 12:36:07 PM3/22/11
to zfs-...@googlegroups.com, X Bytor

On 22 Mar 2011, at 16:03, Silas Baronda wrote:

> JBOD can mean two different things. Look at the wikipedia article.
>
> http://en.wikipedia.org/wiki/Non-RAID_drive_architectures#JBOD
>
> I always knew it as disks that appear to the system as individual
> disks not as a big span of them.

Sorry, I meant to comment on Jason's post earlier.

My understanding corresponds to Silas's. A JBOD of 10 disks exposes 10 devices to the OS. There's no concatenation/spanning/monkeying with them by the hardware; ZFS gets to see them all :-)

Chris

Silas Baronda

unread,
Mar 22, 2011, 12:03:04 PM3/22/11
to zfs-...@googlegroups.com, X Bytor
JBOD can mean two different things. Look at the wikipedia article.

http://en.wikipedia.org/wiki/Non-RAID_drive_architectures#JBOD

I always knew it as disks that appear to the system as individual
disks not as a big span of them.

—Silas

Daniel Bethe

unread,
Mar 22, 2011, 6:03:40 PM3/22/11
to zfs-...@googlegroups.com
Hey there Alex. So did Don ever reply to you off the list, regarding that
invitation and inquiry that you emailed him? I'm just curious!


Alex Blewitt

unread,
Mar 22, 2011, 6:33:34 PM3/22/11
to zfs-...@googlegroups.com, zfs-...@googlegroups.com
Don Bethe <d...@smuckola.org> wrote:

> Hey there Alex. So did Don ever reply to you off the list, regarding that
> invitation and inquiry that you emailed him? I'm just curious!

No, I haven't heard from him other than that initial contact months ago. There was a suggestion he'd spoken to Jason via the IRC channels and his tweets, but nothing direct.

Alex

Reply all
Reply to author
Forward
0 new messages