provide interface to purge user data #1872

Open
opened 2012-11-21 01:04:39 +00:00 by gdt · 1 comment
Owner

A node operator should be able to discard data from a user, based on info from /tahoe-lafs/trac-2024-07-25/issues/6903.

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
A node operator should be able to discard data from a user, based on info from [/tahoe-lafs/trac-2024-07-25/issues/6903](/tahoe-lafs/trac-2024-07-25/issues/6903). ``` 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 ```
tahoe-lafs added the
unknown
normal
enhancement
1.9.2
labels 2012-11-21 01:04:39 +00:00
tahoe-lafs added this to the undecided milestone 2012-11-21 01:04:39 +00:00

Excellent ticket! Thanks!

Excellent ticket! Thanks!
zooko added
code-frontend-cli
and removed
unknown
labels 2012-11-21 17:53:13 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

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