wal-e / wal-e

Continuous Archiving for Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift: Can't get full backup-list on large bucket

maxbrunet opened this issue · comments

wal-e backup-list doesn't query the full backup list on large bucket.

get_container() from python-swiftclient lists buckets with a limit of 10000 containers by default. This can be easily waived by passing full_listing=True.

Documentation:
https://docs.openstack.org/python-swiftclient/pike/swiftclient.html#swiftclient.client.get_container

The calls to get_container() which need full_listing=True: