I found this description about disk setup in install guide:

It is not necessary to set up RAID on disks used by MapR-FS. MapR uses a script called disksetup to set up storage pools. In most cases, you should let MapR calculate storage pools using the default stripe width of two or three disks. If you anticipate a high volume of random-access I/O, you can use the -W option with disksetup to specify larger storage pools of up to 8 disks each.

question is : 1)for disk, pls define default stripe width of two or three disks. Is it RAID 0? 2)Why use –W and why unto 8 disk, pls explain in detail?

asked 17 Feb, 05:07

Li%20wei's gravatar image

Li wei
141014
accept rate: 0%


Yes, its RAID0 . Your data is scattered for better performance. The more disks the better performance, hence the suggestion for higher I/O situations. But if any one disk fails on the storage pool, the whole pool goes offline. So its a trade-off between the probability for a failure and the performance gain from scattering data.

link

answered 17 Feb, 05:52

Nabeel's gravatar image

Nabeel ♦♦
367124
accept rate: 13%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×8

Asked: 17 Feb, 05:07

Seen: 205 times

Last updated: 17 Feb, 05:52

powered by OSQA