#1507 closed defect (fixed)

teach tahoe debug how to work with MDMF caps and shares

Reported by: kevan Owned by: warner
Priority: major Milestone: 1.9.0
Component: code-frontend-cli Version: 1.9.0a1
Keywords: mutable mdmf tahoe-debug Cc:
Launchpad Bug:

Description

The tahoe debug command contains a number of subcommands that need to learn about MDMF.

  • tahoe debug dump-cap should know how to deal with MDMF caps (file and directory)
  • tahoe debug dump-share should know how to dump MDMF shares.
  • tahoe debug find-shares should know how to find MDMF shares.
  • tahoe debug catalog-shares should know how to emit status lines for MDMF shares.

Change History (7)

comment:1 Changed at 2011-08-26T20:17:46Z by davidsarah

  • Keywords mdmf tahoe-debug added

comment:2 Changed at 2011-08-26T20:18:25Z by davidsarah

  • Keywords mutable added

comment:3 Changed at 2011-08-27T17:56:26Z by warner

  • Owner set to warner
  • Status changed from new to assigned

comment:4 Changed at 2011-08-27T19:51:52Z by Brian Warner <warner@…>

In 482a7dd3f11a19d0:

Add 'tahoe debug dump-cap' support for MDMF, DIR2-CHK, DIR2-MDMF. refs #1507.

This also adds tests for all those cases, and fixes an omission in uri.py
that broke parsing of DIR2-MDMF-Verifier and DIR2-CHK-Verifier.

comment:5 Changed at 2011-08-28T00:56:54Z by Brian Warner <warner@…>

In 7d48f902fc3c11ad:

test_mutable.Version: exercise 'tahoe debug find-shares' on MDMF. refs #1507

Also changes NoNetworkGrid? to put shares in storage/shares/ .

comment:6 Changed at 2011-08-28T07:43:54Z by Brian Warner <warner@…>

In a3d6fd49925f61be:

teach 'tahoe debug dump-share' about MDMF and offsets. refs #1507

comment:7 Changed at 2011-08-28T08:10:06Z by Brian Warner <warner@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In d575ccba2864cbf7:

Teach 'tahoe debug catalog-shares about MDMF. Closes #1507.

Note: See TracTickets for help on using tickets.