I'm looking for a free solution to build virtual disk targets accessible over SAN (iSCSI). Primary requirement for me is data deduplication support. After much search on the internet i came across quadstor (quadstor.com) and nexentastor (nexentastor.org). nexentastor isn't on linux but since they include everything as an iso its fine by me.

But i haven't been able to get any reviews on these software. Has any one had experience with either ? Have i missed any other obvious solution ?

Cheers

link|improve this question
1  
Welcome to Server Fault! Please read the faq. This kind of discussion-oriented question is off topic. – MDMarra Jan 21 at 14:49
SAN is fibre channel. iSCSI is IP. – Nils Jan 21 at 20:25
1  
@Nils not accurate. There are iSCSI and Infiniband SANs as well as FC. Having FC interfaces is not the defining characteristic of a SAN. – MDMarra Jan 21 at 22:39
@MDMarra interesting. I found the definition in a WiKi regarding iSCSI and FC - well in times where a Rolls Royce is a BMW... can you give me a good pointer to Infiniband based SAN? – Nils Jan 22 at 21:56
show 1 more comment
feedback

closed as not constructive by SvenW, MDMarra, Tom O'Connor, Sam Jan 21 at 16:30

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

If you're tied to Linux, then you can take a look at building something with IET (http://iscsitarget.sourceforge.net/) for hosting iSCSI targets, and LessFS does block level deduplication (http://www.lessfs.com/wordpress/). I'm not sure about the production-readyness of LessFS though - I've never heard of anyone using it in anger.

That said, this appears to be a no-brainer for something like FreeNAS (freenas.org) or OpenIndiana (http://openindiana.org/) - neither of which are Linux but both would be my first choice of doing something like this, on a budget of zero.

Nexenta's also pretty good, but as you point out, that's not Linux either.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.