Hi all, It's nigh on impossible to search (meaningfully) for "rbd", as the very similar naming to "drbd" makes it hard (grep -w, yes, but still). And it also makes it harder to read code, as you always have to squint and make sure there are 3 or 4 letters :)
What about renaming rbd to rados? In the Haskell code I've already used this name, and it makes for much more readable code (IMHO). iustin
