Bases: object
WSGI Controller for the container server.
Update the account server with latest container info.
| Parameters: |
|
|---|---|
| Returns: | if the account request returns a 404 error code, HTTPNotFound response object, otherwise None. |
Bases: object
Update container information in account listings.
Report container info to an account server.
| Parameters: |
|
|---|
Walk the path looking for container DBs and process them.
| Parameter: | path – path to walk |
|---|
Get paths to all of the partitions on each drive to be processed.
| Returns: | a list of paths |
|---|
Process a container, and update the information in the account.
| Parameter: | dbfile – container DB to process |
|---|
Bases: object
Audit containers.
Audit any containers found on the device
| Parameter: | device – device to audit |
|---|
Get the account ring. Loads the ring if neccesary.
| Returns: | account ring |
|---|
Get the object ring. Loads the ring if neccesary.
| Returns: | object ring |
|---|