Re: [Openstack] [Swift] Object-Expirer not expiring objects

2013-12-05 Thread Matt Harlum
Hi John, I’ve checked but I’m running 1.8.0, so unfortunately for me the patch won’t help Using swiftly direct mode I can list objects in the .expiring_objects container, but trying to do a head or delete on the one object that is now in there results in a 404 error #swiftly -v --direct=/v1/.e

Re: [Openstack] [Swift] Object-Expirer not expiring objects

2013-12-05 Thread John Dickinson
What version of Swift are you using? You can find it with `python -c 'import swift; print swift.__version__'`. If you have a version later than 1.10.0 (ie the Havana release), you may be running into https://bugs.launchpad.net/swift/+bug/1257330 (for which we have a patch in progress at https:/

[Openstack] [Swift] Object-Expirer not expiring objects

2013-12-04 Thread Matt Harlum
Hi, I’m currently trying to get the Object-expiry working, it shows that there are objects to delete, but for some reason it just doesn’t do it When object-expirer runs, it shows that there are objects to delete but doesn’t do so. I have been trying to get this working for months without any lu