gmirror using disk image files

Aragon Gouveia aragon at phat.za.net
Tue Jan 17 13:12:00 PST 2006


| By Ivan Voras <ivoras at fer.hr>
|                                          [ 2006-01-17 22:35 +0200 ]
> You can do use mdconfig(8) to do anything geom-related with files, 
> including mirroring them over the network. BUT, you can't mount the 
> mirrored file system at the same time on both machines except if both 
> mounts are read-only.
> 
> Combinations such as:
> 
> - mirrored devices/file systems mounted read-write on both machines
> - mounted read-write on one machine and read-only on the other(s)

Cool!  I was planning on implementing the second one.


> are all invalid and will sooner or later certainly result in system 
> panic (not because of GEOM but because of the UFS). I'd tell you to try 
> this: http://tdfs.sourceforge.net/ but it's really not production ready.

Darn, that does certainly blow it out of the water then, atleast for my use. 
I'll keep an eye on both options' progress.

Thanks!


Aragon


More information about the freebsd-geom mailing list