> used the cphist program from http://www.quanstro.net/plan9/history.pdf
> and wrote a /dev/(bin)time faking fileserver
> (/n/sources/contrib/cinap_lenrek/delorean) that fools cwfs and replica
> about the current time, but does not confuse cron and fossil.  you

very sneaky!  i love it.
thanks for the write up.

> cwfs needs to be halted correctly as it has no jurnaling or softupdates.

mmm.  i have not had any trouble with unexpected shutdowns.
and i have had a few.  maybe not enough.

i could have just been lucky, but i suspect that ken was much
craftier than that.  i suspect, but haven't taken the time to verify,
that ken rolls up to the root so while one may write unfinished
garbage to the cache device, you won't see corruption.  unless
your fancy disk has reorderd writes in a bad way. :-)

you may wish to take the change that the diskless fs code has
to the cache on-disk layout.  by going column wise one can
eliminate the seek between every successive block.  you will
need a cache big enough to never resize.  what you give up
is the ability to add cache during startup.  (is there even a
console at startup with cwfs?)

- erik

Reply via email to