Slashdot Log In
Open Source Moving in on the Data Storage World
Posted by
ScuttleMonkey
on Wed Apr 26, 2006 04:52 PM
from the sowing-data-seeds dept.
from the sowing-data-seeds dept.
pararox writes "The data storage and backup world is one of stagnant technologies and cronyism. A neat little open source project, called Cleversafe, is trying to dispell of that notion. Using the information dispersal algorithm originally conceived of by Michael Rabin (of RSA fame), the software splits every file you backup into small slices, any majority of which can be used to perfectly recreate all the original data. The software is also very scalable, allowing you to run your own backup grid on a single desktop or across thousands of machines."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
I don't think you know what that word means. . . . (Score:2, Interesting)
Re:I don't think you know what that word means. . (Score:5, Funny)
Parent
Re:I don't think you know what that word means. . (Score:2, Funny)
Re:I don't think you know what that word means. . (Score:2)
Re:I don't think you know what that word means. . (Score:3, Funny)
Nice fileserver you 'ave there. Shame if somefing were to 'appen to it. Know what I mean, 'squire?
Editors, please note! (Score:5, Informative)
Editors, please note that there is some incorrect information in this post. Firstly, the original concept of the IDA was designed by Shamir of RSA fame, not Rabin.
Also note that the Cleversafe IDA is a custom algorithm, and is only similar to Shamir's initial concept.
Re:Editors, please note! (Score:3, Interesting)
Re:I think this is wrong again (Score:3, Interesting)
It is a classic example of a bad patent. There was prior art (though admittedly this was kept top secret till 1997) and it also failed the obviousness test. Clearly if someone else came up with the same algorithm four years earlier it was clearly obvious to someone skilled in the art of cryptograp
Re:I think this is wrong again (Score:4, Insightful)
Parent
Backup for Backuper? (Score:3, Interesting)
If there is a creator/seeder, then we are still burdened by having to keep this seeder safe so that we can retrieve the distributed slices.
If there is no creator/seeder, is this safe enough so that people cannot patch slices together by way of trial-and-error?
Looking at it here for work (Score:2)
At work we're looking into this to store critical data on out intranet which spans several states and facilites. Looks great, but only time will tell.
I seem to remember a project months ago that was going to use P2P to backup your data on other P2P users computers which to me sounds quite insane. Anyone know if this is related?
http://religiousfreaks.com/ [religiousfreaks.com]Re:Looking at it here for work (Score:2)
The 'R' stands for Rivest, not Rabin (Score:5, Informative)
While Michael Rabin was inventor of the Rabin cryptosystem [wikipedia.org] in 1979, it was Ronald Rivest, Adi Shamir and Len Adleman behind RSA [wikipedia.org] two years earlier.
Re:The 'R' stands for Rivest, not Rabin (Score:3, Funny)
Think RAID5, only way better (Score:5, Interesting)
Using the information dispersal algorithm originally conceived of by Michael Rabin (of RSA fame), the software splits every file you backup into small slices, any majority of which can be used to perfectly recreate all the original data.
It seems like this can be tuned to provide varying levels of fault tolerance. According to the abstract (I don't have an ACM web account, and I couldn't find the full text), it seems like I can take a file and make it so that any four chunks can be used to rebuild the file. I can then take those chunks and distribute them eight times to different machines. Thus, five of the eight machines would have to be rendered inoperable before I were unable to retrieve my data.
If I understand it correctly, then this is really slick.
Re:Think RAID5, only way better (Score:4, Interesting)
Rabin has shown how to come up with l vectors of which k are mutually orthogonal.
Parent
MOD PARENT REDUNDANT (Score:4, Funny)
Parent
Re:Think RAID5, only way better (Score:2, Funny)
I think I've suddenly gone blind because your "[non-]fancy way of saying" doesn't sound a damn thing like the gibberish my eyes just read. "mutually orthagonal vectors" ?!
If I'm wrong, then I should probably go and lie down, but I just showed my wife and now she's crying... so I think it's your explanation and not me.
*goes to find advil*
Re:Think RAID5, only way better (Score:2)
Consider three dimensional space (l = 3, k = 2). Let the k dimensional vector be v = (1/2, 1/3) in the x-y plane. Then the l dot products are v.i = 1/2, v.j = 1/3, v.k = 0. I cannot pick any two products (say 1/2 and 0) to reconstruct v.
Something must be lost in translation
Re:Think RAID5, only way better (Score:2, Informative)
Re:Think RAID5, only way better (Score:4, Informative)
Parent
Byzantine for Beginners (Score:3, Interesting)
stagnant?? (Score:4, Insightful)
Rar + Par + BitTorrent? (Score:5, Interesting)
Par files (for use with QuickPar, etc) are great, saving all sorts of extra posting on binary newsgroups.
Re:Rar + Par + BitTorrent? (Score:4, Funny)
Parent
Not a new idea (Score:5, Informative)
You mean Shamir, not Rabin (Score:5, Interesting)
Even more amazingly Shamir's secret sharing scheme allows computing math functions, such as digital signatures, without ever recovering secret keys. This is called threshold cryptography, some of you may be interested to learn about its many wonders. Shamir rocks and so is threshold crypto!
innovation (Score:2, Interesting)
Maybe one day vendors will stop pushing overly expensive and utterly bland storage solutions. i.e. Last time I had a meeting about storage the product was: 2x Servers 2x Disk Arrays with possible storage of a little under 2TB (using 24 80Gb SCSI HDDs) with RAID 5, Oh and the storage was presented as 4 @500Gb drives to the OS (Some proprietary thing). all
Storage should be Boring! (Score:5, Insightful)
I'm kinda missing the point of the "editorializing" in this article: when a storage system is doing its job, it IS boring. You put bytes in, assured they will be stored, and you get them out on demand. You want nothing "interesting" to happen to the data that your business is built on! Sure, the technology is stagnant, if that means customers can get access to the data, reliably, year after year. We Slashdotters are prepared to take "bleeding edge" risks that enterprise customers are not.
Parent
been done before (Score:5, Informative)
Related companies/projects happened in this order: MojoNation [archive.org] .. MNet [mnetproject.org] .. HiveCache [archive.org] .. AllMyData [allmydata.com]
good luck!
Re:been done before (Score:2)
Publius (Score:3, Interesting)
It's nice to see another attempt that's free. Free speech requires anonymity.
Virtual file server -- was a program for old Macs (Score:5, Interesting)
By chance, anyone remember this technology? I have no idea what happened to it, but it would be a blockbuster open source app if done today, and was platform independant. If done right, one could create data brokerage houses, where people could buy and sell storage space, and also reliability, where space on a RAID or server array would be of higher value than space on a laptop that is rarely on the Internet.
Its great-grandchild, Google file system (Score:2)
Very roughly, this is what GFS does. I dn't have 25,000 servers at my disposal, so I haven't been able to test it though. Maybe next week. Meanwhile, I muddle through with tape.
Re:Virtual file server -- was a program for old Ma (Score:2, Informative)
Re:Virtual file server -- was a program for old Ma (Score:2)
By chance, anyone remember this technology? I have no idea what happened to it, but it would be a blockbuster open source app if done today, and was platform independant.
That's very interesting. If I understand what you're saying, was it something like this [willden.org]? That's a description I wrote up for a system I'd like to build if I every get the time.
Borg Technology (Score:5, Funny)
I was immediately visualizing a Borg Cube regenerating after a hit from the Enterprise.
regardless, it sounds cool.
Link to pay-for-view contents (Score:4, Insightful)
Re:Link to pay-for-view contents (Score:2)
New idea... NOT. (Score:5, Informative)
I just hope they don't patent it [uspto.gov]!
Cleversafe mirror (Score:2)
The others are there too.
Sounds familiar. Like my master's thesis. (Score:5, Interesting)
In fact, I wrote a RSRaid driver for Linux for my thesis and did some performance testing on it. I'll save you the 30 pages and just tell you that the algorithm is far too CPU intensive to scale up very well for fileserver use (my original intent,) but I did conclude it could be used as a backup alternative to tape. Hmmmm.
Direct Link [dyndns.org]
Google Cache [72.14.203.104]
Please forgive the double brackets, I fought witH Word and lost.
Contact me if you'd like to play with the code. I never did any reconstruction code, but the system did work in a degraded state, and was written for the Linux 2.6 kernel.
I hope they backed up (Score:2)
And how can you say backing up to a *single* desktop pc is of any value?
Shameless plug... (Score:2)
Cleversafe's headquarters are located at the new University Technology Park [university...gypark.com] at IIT...no, not that IIT, this one [iit.edu].
RAID 5 at the File Level (Score:3, Interesting)
From the summary : "the software splits every file you backup into small slices, any majority of which can be used to perfectly recreate all the original data."
So, basically it is like RAID 5 striping and parity [wikipedia.org] applied to the file level.
Neat concept.
Notes from lead Cleversafe designer (Score:5, Informative)
Hello-
I am the lead designer of the first Cleversafe dispersed-storage system (aka a grid-storage software system) and am one of the project's co-founders. The Cleversafe system never stores a complete copy of the data in any one place (or "grid node" in our terminology). At most 1/11th of the file data--we call it a file "slices"--is stored at any one grid node in a "scrambled" (i.e., non-contiguous), compressed, and encrypted/signed fashion. The grid _never_ stores more than one copy of the data on the grid, and that one copy is never stored all in the same place--it's dispersed using an optimized information-dispersal algorithm that we created but has similar properties to the previously-published info-dispersal algorithms (IDAs).
If a grid node and its associated content--i.e., the user's file slices on that node--are ever completely compromised (firewall comes down, all encryption and scrambling is cracked, etc), then the cracker acquires at most 1/11th (one-eleventh) of the data users data.
Further, if any half (or at least 5 out of any 11) of the grid nodes are for any reason destroyed or otherwise unavailable, all of the user's data is still accessible. This is done by generating a "coded" file slice for every data slice that we store on the node, and regenerating missing file slices from down nodes by pumping the available data and coded slices through our info-dispersal algorithms (which are all open-sourced, by the way) that are executed on the client side or when the grid "self heals" for destroyed nodes.
The system can also be implemented in a cost-effective fashion. The grid system can sustain so many concurrent, per-node outages that the availability/uptime requirements for each node are minimal. Also, the grid-node servers need not support much processing capability, for the client offloads much of the work from the servers.
We feel this system provides a powerful combination of reliability, scalability, economy, and security.
The hardest part of the design, imo, is to be able to reliably track all of these file slices across a large and heterogeneous set of grid-node machines housing these info-dispersed file slices. We designed the grid meta-data system from the ground up to do this and to be capacity-expandable, performance-scalable, and easily serviceable. More details for the open-source flavor of the grid-software design can be found here:
http://wiki.cleversafe.org/Grid_Design [cleversafe.org] [cleversafe.org]
There's much more that I can say about this system; I plan to add additional comments to this thread as more questions and comments arise. I'm sure there are new comments I have yet to read, for they're coming in pretty quickly...
I also encourage further discussion at our newly-created web forums: http://forums.cleversafe.org/ [cleversafe.org] [cleversafe.org]
Mailing lists (that will be synchronized with the web forums) will also be available at cleverafe.org in the near future.
-Matt
Cleversafe project lead
Re:redundancy = your secret is safe (with us) (Score:3, Insightful)
For example, if I tell you my 8 character password has a "q" in it, you've only lowered the number of possible passwords from 2821109907456 to 78364164096. Not exactly useful, either way.
And of course, what good is keeping the data out of the wrong hands if the RIGHT HANDS can never get to it?
Re:redundancy = your secret is safe (with us) (Score:3, Informative)
I am the chief designer of the Cleversafe dispersed-storage system (aka a grid-storage software system) and am one of the project's co-founders. The Cleversafe system never stores a complete copy of the data in any one place (or "grid node" in our terminology). At most 1/11th of the file data--we call it a file "slices"--is stored at any one grid node in a "scrambled" (i.e., non-contiguous), compressed, and encrypted/signed fashion. The grid _never_ stores more than one copy of the data on the grid
Re:oh yea (Score:2)
Re:Sourceforge page (Score:2)
I really hope they have a backup handy.