~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to bin/swift-object-info

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
            part, nodes = ring.get_nodes(account, container, obj)
53
53
            for node in nodes:
54
54
                print ('  %s:%s - /srv/node/%s/objects/%s/%s/%s/%s.data' %
55
 
                        (node['ip'], node['port'], node['device'], part,
 
55
                       (node['ip'], node['port'], node['device'], part,
56
56
                        obj_hash[-3:], obj_hash, ts))
57
57
    else:
58
58
        print 'Path: Not found in metadata'