Remote image server generator of server code skips metadata of existing images
Bug #1459017 reported by
Caio Begotti
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
New
|
Undecided
|
Barry Warsaw |
Bug Description
If you share a file_ubuntu between two different channels and they have multiple devices, that means the first to be processed will retrieve the image, load its metadata and fill the environment with it just fine. However, the next ones will skip this metadata parsing as the remote image server generator simply returns as soon as it sees an existing image file, without loading its json again and thus not filling the environment with the needed information. I've linked a branch that address that.
Related branches
lp://qastaging/~caio1982/ubuntu-system-image/remote-sis-generator-skips-metadata
Ready for review
for merging
into
lp://qastaging/ubuntu-system-image/server
- Barry Warsaw (community): Needs Fixing
-
Diff: 157 lines (+44/-14)1 file modifiedlib/systemimage/generators.py (+44/-14)
Changed in ubuntu-system-image: | |
assignee: | nobody → Barry Warsaw (barry) |
To post a comment you must log in.
Hi Barry! Have you had a chance to look at the linked MR for this bug?