Comment 6 for bug 1584938

Revision history for this message
Данило Шеган (danilo) wrote :

The "queued" image state does not seem to be a problem: it behaves exactly the same as "saving" state, and is thus ignored by both simplestreams metadata generation and juju.

However, for some reason trusty metadata is not complete. glance-api is last restarted at 16:26:33, at which point glance-simplestreams-sync is not doing anything:

INFO * 05-23 16:26:02 [PID:17231] * root * Configuration value missing in...
INFO * 05-23 16:27:02 [PID:17703] * root * glance-simplestreams-sync started.

This is the first run that attempts to do anything meaningful since by that point everything seems to be properly set up.

There are these annoying error messages from swiftclient which double the port in the log message:

ERROR * 05-23 16:27:39 [PID:17703] * swiftclient * Object GET failed: http://10.245.201.75:80:80/swift/v1/simplestreams/data/streams/v1/auto.sync.json 404 Not Found

But we've always had them (they come from calls to swiftclient from simplestreams or maybe even glanceclient), and they never caused any trouble, but they might hide an actually useful error message (there are also Object HEAD failed) since this is the file that is not complete upon completion of the sync.

I am not entirely sure what might be the cause of this particular problem, and it's going to be hard to chase it down without a simple way to reproduce it.