lp:~hudson-openstack/swift/trunk

Created by OpenStack Infra and last modified
Get this branch:
bzr branch lp:~hudson-openstack/swift/trunk
Only OpenStack Infra can upload to this branch. If you are OpenStack Infra please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenStack Infra
Project:
OpenStack Object Storage (swift)
Review team:
Swift Core security contacts
Status:
Development

Recent revisions

353. By Florian Hines

obj replicator can now log replication stats for recon directly:

in object-server.conf:

[object-replicator]
vm_test_mode = yes
recon_enable = yes
recon_cache_path = /var/cache/swift

Also replaced the swift-recon bash cronjob with a friendlier/cleaner python version, that now only obtains async stats. Basic usage:

$ bin/swift-recon-cron
Usage: swift-recon-cron CONF_FILE

#CONF_FILE = path to your object-server.conf

$ bin/swift-recon-cron /etc/swift/object-server.conf

352. By Chuck Thier

Fixes multi node docs to point to the right ppa

351. By Doug Weimer

Proposed fix for bug #837428.

To test:
Create an object without an x-timestamp or x-put-timestamp header and request the object with the X-newest header.

Without the patch, the proxy will return a 404 object not found even though the storage nodes return the object to the proxy.

With the patch, the proxy will return the first object received unless an object with a newer timestamp header exists.

350. By David Goetz

Fix for object auditor. It doesn't close files that are quarantined for certain reasons, zero byte files for one, which will cause it to eventually crash due to keeping too many files open. Thanks David Kranz for finding / reporting this!!

349. By David Goetz

Changes needed for SOS

348. By John Dickinson

deleting a database (account or container) now also clears the metadata

346. By John Dickinson

simplified setup.py

It contained code to automatically build a change log from bzr. We are moving to git, and we don't use this function anyway--we manually maintain the change log.

I confirmed with Monty Taylor on IRC that the openstack packagers don't use this functionality either.

345. By Florian Hines

Add support for pulling quarantine stats.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.