Opened at 2008-11-25T01:44:56Z
Closed at 2008-12-06T05:16:04Z
#539 closed defect (fixed)
it should be possible to filecheck an unrecoverable file or directory
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.0 |
Component: | code-frontend-web | Version: | 1.2.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Rob was trying to check on a directory, and was getting a "no recoverable versions". He wasn't sure if this was because his directory was actually on a completely different grid (perhaps testgrid), or if somehow enough shares had been lost to make the directory actually unrecoverable.
The 'check' button should let him ask this question, but going to /uri/URI/?t=check (where the button ought to be displayed) failed. My hunch is that the line that says "object size =" (which requires a fetch of the SSK mutable file) is causing the whole page to fail to render.
It would be nice to fix this.
Change History (2)
comment:1 Changed at 2008-12-06T04:59:26Z by warner
comment:2 Changed at 2008-12-06T05:16:04Z by warner
- Milestone changed from undecided to 1.3.0
- Resolution set to fixed
- Status changed from new to closed
68f366b584493739 did indeed fix this.
I might have fixed this.. there's code in source:src/allmydata/web/info.py in the MoreInfo.render_size method to tolerate UnrecoverableFileError. I need to test that this is enough.