HAMMER update - 1/11/2008

2008-01-11 Thread Matthew Dillon
HAMMER is progressing very well with only 3-4 big-ticket items left to do: * On-the-fly Recovery (--- current WIP) * Balancing * Refactoring of the spike code * Retention policy scan Everything else is now working and reasonably stable. Of the remaining items

2.0 Release Timeframe

2008-01-11 Thread Matthew Dillon
I've decided to delay the 2.0 release as long as necessary to get HAMMER into a fully working alpha or early beta state. This means that we will probably not release until mid to late February. I'm not going to call an actual date until the last big ticket items are coded for

renaming the current working directory (cwd)

2008-01-11 Thread Vincent
Hi. If my cwd gets renamed by another process, it disappears out from under me. To reproduce: $ mkdir zzz1 $ cd zzz1 In another shell: $ mv zzz1 zzz2 Back in the first shell: $ ls ls: .: No such file or directory $ cd .. cd: no such file or directory: .. This seems to be unique to

Re: renaming the current working directory (cwd)

2008-01-11 Thread Bill Hacker
Vincent wrote: Hi. If my cwd gets renamed by another process, it disappears out from under me. To reproduce: $ mkdir zzz1 $ cd zzz1 In another shell: $ mv zzz1 zzz2 Back in the first shell: $ ls ls: .: No such file or directory $ cd .. cd: no such file or directory: .. This seems to be