Stats reporting incorrect values

Asked by Al

We have a swift all in one deployment (1.4.3) for testing and when requesting account information, the system is returning 0 bytes and 0 objects even though there are numerous objects in the account we're testing against. The container count is correct, but I am trying to understand what might be misconfigured to show Objects: 0 and Bytes: 0. We followed the SAIO guide to create this instance and I cannot find any documentation that appears similar to our issue. Syslog output does not seem to have any indication of a misconfiguration. Thank you for your help.

This is the result of swift commands:
swift@saio:~/swift/trunk/bin$ swift -A https://saio:8080/auth/v1.0 -U test:tester -K testing stat
Account: AUTH_test
Containers: 8
   Objects: 0
     Bytes: 0
Accept-Ranges: bytes
swift@saio:~/swift/trunk/bin$ swift -A https://saio:8080/auth/v1.0 -U test:tester -K testing list
10000_files
1000_files
100_files
ARGS
BKS
ISO
ATest
Foo
swift@saio:~/swift/trunk/bin$ swift -A https://saio:8080/auth/v1.0 -U test:tester -K testing stat 10000_files
  Account: AUTH_test
Container: 10000_files
  Objects: 10000
    Bytes: 12683775
 Read ACL:
Write ACL:
  Sync To:
 Sync Key:
Accept-Ranges: bytes

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Al
Solved:
Last query:
Last reply:
Revision history for this message
David Goetz (david-goetz) said :
#1

Is your container-updater running?

Revision history for this message
Al (alaplomber) said :
#2

No, it wasn't. That got it- Thanks so much!