I'm using swift client talking to ceph 0.94.5 on Ubuntu 14.04:

$ swift stat
                    Account: v1
                 Containers: 0
                    Objects: 0
                      Bytes: 0
                     Server: Apache/2.4.7 (Ubuntu)
X-Account-Bytes-Used-Actual: 0
X-Trans-Id: tx000000000000000076a2f-0056a9a763-19c9aa4-default
               Content-Type: text/plain; charset=utf-8
              Accept-Ranges: bytes

$ swift upload con0 file
file

$ swift upload con1 file
file

$ swift stat
                    Account: v1
                 Containers: 2
                    Objects: 4
                      Bytes: 4004
                     Server: Apache/2.4.7 (Ubuntu)
X-Account-Bytes-Used-Actual: 16384
X-Trans-Id: tx000000000000000076a44-0056a9a7e7-19c9aa4-default
               Content-Type: text/plain; charset=utf-8
              Accept-Ranges: bytes

There are only 2 objects:

$ swift list con0
file

$ swift list con1
file


regards

Mark
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to