Opened at 2014-04-01T00:52:07Z
Closed at 2020-01-20T20:39:20Z
#2212 closed enhancement (fixed)
tahoe renew
Reported by: | joeyh | Owned by: | joeyh |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.10.0 |
Keywords: | git-annex | Cc: | |
Launchpad Bug: |
Description
It would be useful if the cli had a way to renew the lease to a given file cap.
I'd like to make git-annex fsck automatically renew leases, and this would be easy to do if I could run "tahoe renew $cap". Less easy if I had to use the webapi.
Change History (5)
comment:1 Changed at 2014-04-01T01:23:18Z by zooko
comment:2 follow-up: ↓ 3 Changed at 2014-04-03T00:16:28Z by daira
Use tahoe check --add-lease $cap.
comment:3 in reply to: ↑ 2 Changed at 2014-04-09T13:31:38Z by daira
- Owner changed from daira to joeyh
comment:4 Changed at 2014-09-11T22:26:29Z by warner
- Component changed from unknown to code-frontend-cli
comment:5 Changed at 2020-01-20T20:39:20Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
As far as I can tell, the suggestion should satisfy the use case.
Note: See
TracTickets for help on using
tickets.
Would you be interested in some step-by-step instructions of how git-annex could do this using the webapi? (That wouldn't be sufficient to close this ticket, of course! But you might find it interesting. ☺)