lago icon indicating copy to clipboard operation
lago copied to clipboard

Be safe to run it in parallel on the same host

Open david-caro opened this issue 9 years ago • 4 comments

Moved from https://bugzilla.redhat.com/show_bug.cgi?id=1278553

Right now there are a few points where lago might collide with itself when running it in parallel in the same host, make sure that it does not happen.

That might allow us to use more than one executor in jenkins for example (the bm hosts are big enough for the load to not be an issue). Not so useful for the devs as the load might be too big for a common laptop.

david-caro avatar Jan 27 '16 19:01 david-caro

This is an important item - we are getting monster hosts, where I'd like to run multiple parallel Lago's (under /dev/shm, btw!).

mykaul avatar Jan 27 '16 19:01 mykaul

List of elements to 'parallelize':

  • [ ] Storage cache
  • [ ] Network reservation
  • [ ] reposync

david-caro avatar Apr 18 '16 13:04 david-caro

blocked by: https://github.com/lago-project/lago/issues/328 might be other stuff as well, but https://github.com/lago-project/lago/issues/328 is the small issue.

nvgoldin avatar Nov 01 '16 22:11 nvgoldin

Trying to map again what we need:

  • [ ] Ensure hasing of network names is unique
  • [ ] Move subnets to world readable/writeable location

nvgoldin avatar Jun 26 '17 13:06 nvgoldin