Opened at 2012-11-21T01:04:39Z
Last modified at 2012-11-21T17:54:17Z
#1872 new enhancement
provide interface to purge user data
Reported by: | gdt | Owned by: | davidsarah |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.9.2 |
Keywords: | transparency accounting operations storage usability | Cc: | zooko |
Launchpad Bug: |
Description
A node operator should be able to discard data from a user, based on info from ticket:1871.
tahoe unlease-user-shares username ==> clear all leases on shares belonging to username
tahoe drop-unleased-shares ==> free all shares that do not have leases
tahoe drop-user-shares username ==> clear leases and drop all shares belonging to username
tahoe drop-user-shares-size username bytes ==> In some order, starting with most expired or least recently requested leases, drop shares belonging to username to free up bytes of storage on the share filesystem
Change History (2)
comment:1 Changed at 2012-11-21T17:53:13Z by zooko
- Component changed from unknown to code-frontend-cli
- Keywords transparency accounting operations storage usability added
comment:2 Changed at 2012-11-21T17:54:17Z by zooko
- Cc zooko added
Note: See
TracTickets for help on using
tickets.
Excellent ticket! Thanks!