dcos-ansible icon indicating copy to clipboard operation
dcos-ansible copied to clipboard

package upgrades on centos 7.2 trigegr a microcode bug

Open ghost opened this issue 7 years ago • 0 comments

Hello

I've been testing your Ansible playbook, and it's absolutely great (as long as I stick to CentOS/RHEL 7.2 and do not go to 7.3). However the : ansible-dcos-common/tasks/main.yml

  • name: Upgrade all packages yum: name=* state=latest

Results in upgrading CentOS/RHEL 7.2 point release to 7.3

Unfortunately that particular point release has a bug in its microcode.service, which cannot start properly, and as a result, causes docker daemon to fail to start, as microcode.service is a dependency of docker.service in systemd.

Which as a result breaks the playbook :(

Details: https://bugzilla.redhat.com/show_bug.cgi?id=1411232

Thought I would make you aware of it. best regards /Moolibden

ghost avatar Feb 28 '17 10:02 ghost