New OMV build: Hardware Raid or Software

  • Hi, I've been running FreeNas for a while. I'm wanting to build a new NAS server and was thinking going OMV. So my simple quesiton is on an OMV build would it be better to go with the built in Software Raid or would it be better to purchase a hardware Raid card. (I know a nice expensive raid card would be better, but I'm talking around a $50 Raid card..) Thanks!

    • Offizieller Beitrag

    Software raid would be better than a $50 card in my eyes. The $50 card isn't true raid anyway.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi!


    What's the goal, you're aiming on? Do you need high availabilty on your data? Do you think of preformance? Or is it only for backup?


    If it's the last one - leave RAID alone. RAID is not a backup. If you want an internal backup, get a 2nd HHD, create a filesystem and a share. Set the settings to "read only" an do that any time you want via cron job.


    Code
    rsync -abiv --backup-dir=/media/internal-hdd-name-for-destination/destination-folder/.recycle_`date +%F_%H-%M-%S`/ --delete /media/internal-hdd-name-for-source/source-folder/ /media/internal-hdd-name-for-destination/destination-folder/ --exclude .recycle


    So you got a backup, what's not changable from your client. If something deleted on the source, it's not deleted on the destination, there it's only moved.


    Than you could start another cron-job manually when nessesary. It delets the recycle-folder, when you're shure, you want to delete the data...


    Code
    rm -r /media/ziel-platte/ziel-ordner/.recycle_20*
  • You won't have any fun with a card that cheap if you're talking about retail price.


    Mine was about 200 € (for the 16port) or 100 € nowadays for the 8port controller, anything thats as cheap as your suggested price range only has a hardware like raid but still utilizes your cpu which renders the hardware controller irrelevant.


    So either go for software raid as ryeco suggested or think about investing some money for a real hardware controller. But as many people using software raid with great success you will be just fine using with it, but don't expect, depending on the cpu, to max out the hard disks.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Great thanks, this answered my question perfectly!


    My price point was a $50 used eBay card. I kinda figured since there was no processing power on the card, it would be better to go software, but since I'm no expert I thought I would ask. My ultimate goal is for high availability along with backups. I want to be able to backup mine and my wifes laptops and also will use a Raspberry Pi along with XBMC to pull from the NAS. Right not I currently have FreeNAS on a Dell 2850 which is such a hunker to have in our computer room running 24/7. So I'm building a super light weight as possible server for this install to let it run 24/7 with eating as little electric as possible. I will have to do some research on an atom processor, to see if that will work good with my OMV build or if thats to light weight. Anyways thank you guys for your help.

  • Ummmm - sorry - but I would say, you don't need high avaiablity. When you got no RAID, that has to happen to get you in trouble: Your wifes notbook crashes and your NAS too. At this time, you maybe missing a tv-show. :D


    Year, Hardware-RAID is cool, for real man. :roll:


    Leave RAID alone, you're doing nothing critical (Okay, I don't now your wife! ;) ) on the NAS. Get a good backup-strategy and just do backups (NAS-internal and external - that means: not at home!).

  • Let me just chime in here with my two euro-cents... ;)


    Starting with mdadm 3.2.6 it's able to read Intel Matrix Storage Manager Raid, so if you have an IMSM controller, you can use hardware raid. And if the controller gives out you can use mdadm on a liveCD or whereher to recover the data. I haven't tried this, but there are a lot of folks on the interpipse who have done this successfully.
    So that's one point for hardware-raid and performance, and using software for recovery in case of a disaster.
    0.02€ ;)

  • What you say probably was true a few years ago, and in fact your link sais "The ICH10R supports Standard RAID levels RAID 0, RAID 1, RAID 10, and RAID 5." I guess it depends on the hardware in each case. Obviously everyone should decide for themselves...


    Like before, just my 0.02€

  • There are positives and negatives to both.


    If you use a software raid, the software could be installed on another available machine, if the first machine failed, the raid could then be recovered/restarted. Though a software raid will use system resources and will/may slow the system down.


    If you use a good hardware raid, which does it's own processing, it will free system resources and should be faster than a software raid. Though if the raid card fails it may take longer to get the raid back online, unless a spare raid card is on hand.


    Which one is better? Only your use requirements can determine that.

  • Unless you go with a high end raid card like LSI with 1 gig ram it's better off to go software raid. Don't use cheap raid cards if you value your data. Software raid is very mature and very stable and pretty fast as long as you have at least a quad core cpu. The high end raid cards are very fast don't need a fast cpu but with speed comes cost. They both have positives and negatives.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!