Render post-repair corrupt shares in deep-check-and-repair results page #3371

Open
opened 2020-08-07 02:39:57 +00:00 by sajith · 0 comments
sajith commented 2020-08-07 02:39:57 +00:00
Owner

The "deep check and repair" results page will not display corrupt shares, if any, after repair attempt, because this method is not implemented:

    @renderer
    def post_repair_corrupt_shares(self, req, tag):
        # TODO: this was not implemented before porting to
        # twisted.web.template; leaving it as such.
        corrupt = [{"share":"unimplemented"}]
        return SlotsSequenceElement(tag, corrupt)
The "deep check and repair" results page will not display corrupt shares, if any, after repair attempt, because this method is not implemented: ```#!python @renderer def post_repair_corrupt_shares(self, req, tag): # TODO: this was not implemented before porting to # twisted.web.template; leaving it as such. corrupt = [{"share":"unimplemented"}] return SlotsSequenceElement(tag, corrupt) ```
tahoe-lafs added the
code-frontend-web
normal
defect
n/a
labels 2020-08-07 02:39:57 +00:00
tahoe-lafs added this to the undecided milestone 2020-08-07 02:39:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#3371
No description provided.