mirroring job should rsync first and create symlink later

Bug #1438892 reported by Aleksandra Fedorova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
New
Medium
Fuel DevOps

Bug Description

Current mirroring job takes a list of locations as input data.

Then it goes through this list and performs following steps:
1) rsync data to <timestamp> folder
2) create <latest> symlink
for every location. Which means that if rsync takes a lot of time we get <latest> symlink to point to different locations.

To minimize possible inconsistency, we should reorganize these steps in a form:

1) go through list and rsync data to <timestamp> folder

2) then go through list again and update <stable> symlinks

Tags: devops
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.