Ceph packages should not be upgraded during chef run.

It may cause downtime for example when ceph versions are
backward incompatible.
This commit is contained in:
Maciej Galkiewicz 2013-05-05 11:32:54 +02:00
parent fad1da4127
commit 31217984e0

View File

@ -47,7 +47,7 @@ when "rhel", "fedora"
end
packages.each do |pkg|
package pkg do
action :upgrade
end
package pkg do
action :install
end
end