display space-usage configs, space used, space available for your storage server #940

Open
opened 2010-02-07 23:23:35 +00:00 by warner · 4 comments

It would be nice if the "Storage Server" sub-page of the Welcome Page would show an estimate of how much space the storage server is using. This estimate could be built by one of the share-crawlers, by adding up how much space is used in each prefix directory. A loose estimate could be maintained cheaply by summing the last-known-size for each prefixdir, and updating one prefixdir per time period (as all crawlers do). Since shares are placed pseudo-randomly, an even looser and cheaper estimate could be made by measuring a fraction of the prefixdirs and multiplying.

The bucketcrawler doesn't look inside the bucket directories, but the lease-crawler does. Let's add "space consumed" functionality to the lease-crawler, and display the results on the storage-server WUI page.

It would be nice if the "Storage Server" sub-page of the Welcome Page would show an estimate of how much space the storage server is using. This estimate could be built by one of the share-crawlers, by adding up how much space is used in each prefix directory. A loose estimate could be maintained cheaply by summing the last-known-size for each prefixdir, and updating one prefixdir per time period (as all crawlers do). Since shares are placed pseudo-randomly, an even looser and cheaper estimate could be made by measuring a fraction of the prefixdirs and multiplying. The bucketcrawler doesn't look inside the bucket directories, but the lease-crawler does. Let's add "space consumed" functionality to the lease-crawler, and display the results on the storage-server WUI page.
warner added the
code-storage
major
enhancement
1.6.0
labels 2010-02-07 23:23:35 +00:00
warner added this to the undecided milestone 2010-02-07 23:23:35 +00:00
davidsarah commented 2011-10-11 03:05:01 +00:00
Owner

See also #671 (bring back sizelimit (i.e. max consumed, not min free)).

See also #671 (bring back sizelimit (i.e. max consumed, not min free)).

See also #1836, which is to get this information from leasedb instead of share crawler. Changing the title of this ticket to make it independent of where the information comes from.

See also #1836, which is to get this information from leasedb instead of share crawler. Changing the title of this ticket to make it independent of where the information comes from.
zooko changed title from share-crawler should estimate+display space-used to display space-usage configs, space used, space available for your storage server 2012-12-14 20:25:31 +00:00

See also #648 which is for the client to display to its user the space-usage/space-available information about storage servers that it knows about.

See also #648 which is for the *client* to display to its user the space-usage/space-available information about storage servers that it knows about.

See also #666 which is for the server to display to its user the space used up by its clients. (Among several other features that are part of #666.)

See also #666 which is for the *server* to display to its user the space used up by its clients. (Among several other features that are part of #666.)
Sign in to join this conversation.
No Milestone
No Assignees
3 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#940
No description provided.