Comment 3 for bug 1321833

Revision history for this message
Aleksandr Didenko (adidenko) wrote :

This message about lockfile is not a problem. Here is the real problem that breaks deployments (from puppet-apply.log):

2014-05-13T14:49:21.573368+00:00 err: (/Stage[main]/Nova::Utilities/Package[guestmount]/ensure) change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install guestmount' returned 100: Reading package lists...
2014-05-13T14:49:35.381004+00:00 err: (/Stage[main]/Cinder::Api/Package[cinder-api]/ensure) change from purged to latest failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install cinder-api' returned 100: Reading package lists...
2014-05-13T14:49:38.531630+00:00 err: (/Stage[main]/Nova::Scheduler/Nova::Generic_service[scheduler]/Package[nova-scheduler]/ensure) change from purged to latest failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install nova-scheduler' returned 100: Reading package lists...
2014-05-13T14:50:31.982913+00:00 err: (/Stage[main]/Keystone/Package[keystone]/ensure) change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install keystone' returned 100: Reading package lists...

And there are a lot of such errors for all nodes. Those errors mean you have some intermittent issues with Fuel admin network (the one where eth0 interfaces of your servers are connected to) - please check your switch and cables. You can also check logs on the Fuel node for any errors like "eth0: link is not ready".