| View previous topic :: View next topic |
| Author |
Message |
Guneyd
Joined: 11 Mar 2011 Posts: 26
|
Posted: May 20, 2011 4:12 pm Post subject: |
|
|
Damn, just found out that the leaseweb 100TB server I've been meaning to get is no raid . I can get a normal leaseweb server with RAID10, but that would mean expensive bandwidth...
I'm also going to get nginx installed on the server. Does the RAID really make that much of a difference when it comes to the download speed for users? |
|
| Back to top |
|
 |
nyan
Joined: 28 Oct 2010 Posts: 121
|
Posted: May 20, 2011 8:11 pm Post subject: |
|
|
| Guneyd wrote: | Damn, just found out that the leaseweb 100TB server I've been meaning to get is no raid . I can get a normal leaseweb server with RAID10, but that would mean expensive bandwidth...
I'm also going to get nginx installed on the server. Does the RAID really make that much of a difference when it comes to the download speed for users? |
What no raid?
Just ask them to install the server the following way
disk 1:
main partition: 20 gb
files partition: 910 gb (the rest)
disk 2:
dummy/whatever partition: 20 gb
files partition: 910 gb
disk 3 and 4:
files partition: 930 gb
Then use MDADM to manually create two software raid 1 arrays
http://www.cyberciti.biz/faq/linux-creating-software-raid-one-arrays/
I don't see how that wouldn't work on the 100 tb server...
You need raid 1 or 10 because you can't really afford to lose data in case of a drive crash... About performance I can't really say anything since I use 100 mbit servers and i can say that one drive can also easily max that connection:/ |
|
| Back to top |
|
 |
Guneyd
Joined: 11 Mar 2011 Posts: 26
|
Posted: May 21, 2011 6:44 am Post subject: |
|
|
| nyan wrote: | | Guneyd wrote: | Damn, just found out that the leaseweb 100TB server I've been meaning to get is no raid . I can get a normal leaseweb server with RAID10, but that would mean expensive bandwidth...
I'm also going to get nginx installed on the server. Does the RAID really make that much of a difference when it comes to the download speed for users? |
What no raid?
Just ask them to install the server the following way
disk 1:
main partition: 20 gb
files partition: 910 gb (the rest)
disk 2:
dummy/whatever partition: 20 gb
files partition: 910 gb
disk 3 and 4:
files partition: 930 gb
Then use MDADM to manually create two software raid 1 arrays
http://www.cyberciti.biz/faq/linux-creating-software-raid-one-arrays/
I don't see how that wouldn't work on the 100 tb server...
You need raid 1 or 10 because you can't really afford to lose data in case of a drive crash... About performance I can't really say anything since I use 100 mbit servers and i can say that one drive can also easily max that connection:/ |
Thank you for the reply. I did ask them and it really is without any (hardware) RAID. All I can do is software RAID. |
|
| Back to top |
|
 |
|