Comment 3 for bug 1564141

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

Fix is to skip the older snapshots,

root@sdkvse4:/opt/contrail/utils# diff fabfile/tasks/backup_restore.py.old fabfile/tasks/backup_restore.py
235a236,239
> if not exists(os.path.join(path_to_cassandra,
> snapshot, snapshot_name)):
> # Older snapshot skipping
> continue
root@sdkvse4:/opt/contrail/utils#