[tahoe-dev] [tahoe-lafs] #777: Facility to automatically renew leases of root caps
tahoe-lafs
trac at allmydata.org
Fri Jul 31 09:21:20 PDT 2009
#777: Facility to automatically renew leases of root caps
---------------------------+------------------------------------------------
Reporter: kpreid | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: undecided
Component: code-frontend | Version: unknown
Keywords: leases | Launchpad_bug:
---------------------------+------------------------------------------------
There should be a facility to automatically renew the leases of (and
repair) every cap in your tahoe aliases, better than this:
{{{
for item in `tahoe list-aliases | cut -f 1 -d :`; do echo ---$item---;
tahoe deep-check --repair --add-lease $item:; done
}}}
In particular, there should be a command-line command to do it, suitable
for executing from cron, *and* there should be an option to have your
tahoe client node persistent process do it on a schedule, for whichever
people find convenient.
Having easy auto-renew seems to me to be important; many people won't find
it simple to set it up on their own, and they may forget and "..hey,
where's my files?"
--
Ticket URL: <http://allmydata.org/trac/tahoe/ticket/777>
tahoe-lafs <http://allmydata.org>
secure decentralized file storage grid
More information about the tahoe-dev
mailing list