diff options
| author | Jon Robertson <jonrober@stanford.edu> | 2015-02-06 13:04:35 -0800 | 
|---|---|---|
| committer | Jon Robertson <jonrober@stanford.edu> | 2015-06-08 15:24:34 -0700 | 
| commit | aebae838e3aa327e94d796bd99b48c169ffe6683 (patch) | |
| tree | e55d37e672593aaa2d9f8a110ae1dcb061513dd6 /server/wallet-report | |
| parent | e566f44d15a075e6fb4e06bdd14d94f10b4ec124 (diff) | |
wallet-report: Added a report for unstored objects
Report on all file objects that have never had data stored in them.
Also clean up the text around the 'objects unused' report which said
that it did this plus things that were never gotten, but in reality only
reported on the objects that were never gotten.
Change-Id: I30c9585ac6f3744fbea2f94b3d6874a64c0109ad
Diffstat (limited to 'server/wallet-report')
| -rwxr-xr-x | server/wallet-report | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/server/wallet-report b/server/wallet-report index b5a2247..1c8f914 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -25,7 +25,8 @@ Wallet reporting help:    objects flag <flag>           Objects with that flag set    objects owner <owner>         Objects owned by that owner    objects type <type>           Objects of that type -  objects unused                Objects that have never been stored/gotten +  objects unused                Objects that have never been gotten +  objects unstored              Objects that have never been stored    owners <type> <name>          All ACL entries owning matching objects  EOH @@ -220,6 +221,8 @@ Displays a summary of all available commands.  =item objects unused +=item objects unstored +  Returns a list of objects in the database.  Objects will be listed in the  form: | 
