[Openstack] Keep X versions of an object where X depends of the container
Samuel Merritt
sam at swiftstack.com
Tue Dec 3 17:35:05 UTC 2013
Swift does not support limiting the number of object versions kept. You
just get all of them. One could manually delete objects from the
versions container* to achieve this, but there's no support for that in
Swift.
* that's the container where the old object versions are stored, not the
container with the versioned objects
On 12/3/13 6:11 AM, Guillaume Hilt wrote:
> Sorry to bump my thread, but i'm still looking for an answer as I didn't
> see anything in the documentation.
>
> Guillaume Hilt
>
> Le 27/11/2013 11:19, Guillaume Hilt a écrit :
>> Hello,
>>
>> We're using Swift Havana.
>> allow_versions is set to true in swift configuration.
>>
>> Is there a way to limit the number of versions to keep for each files
>> depending on the container ?
>>
>> Eg: for container 1, keep 5 versions (last one + 4 older ones)
>> for container 2, keep 2 versions (last one + 1 older one)
>>
>> Regards,
>>
>>
>> Guillaume Hilt
>>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
More information about the Openstack
mailing list