Older blog entries for jme (starting at number 0)

The second draft of ODR is out. Comments are welcome and solicited

  • project name: online disk replicator (aka odr)
  • Aim: odr allows to share (read/write) a block device among several nodes. if the fs does the locking, several nodes can mount the device at the time. if nodes fail, the remaining ones try not to interupt the service.

the differences with v1 are :

  • ability to have several writers at the same time.
  • ability to read/write the block device during a resync phase.
  • bugs in log fixed based on Stephen Tweedie's suggestions.
  • strip all the fancy mecanisms to acknowledge blocks.
  • the scope of odr is more clearly defined. (no quorum/lifemonitor)

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!