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:
parent
fad1da4127
commit
31217984e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user