aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2016-02-29 17:38:42 +0100
committerJiri Stransky <jistr@redhat.com>2016-03-02 12:11:29 +0100
commit07ce6e053cd900f782c5c6b391decd0c49ee45cc (patch)
tree0ce08cc578202794605d965dcc7544293570e5fd /extraconfig
parent6677663e1141c1baabb0769191a7f951abe0c66d (diff)
Upgrades: quiet yum update
Quiet down yum during major upgrades to reduce the output size. This is consistent with what was introduced into minor updates in change I517271e8465885421a78b73c5af756816c37a977. Change-Id: Ie6b470e383fdf42870ac6f60ca43e44b4c446ebe
Diffstat (limited to 'extraconfig')
-rwxr-xr-xextraconfig/tasks/major_upgrade_controller_pacemaker_1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh b/extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh
index 5604bb0d..ff73a9a2 100755
--- a/extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh
+++ b/extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh
@@ -46,7 +46,7 @@ while systemctl is-active pacemaker; do
fi
done
-yum update -y
+yum -y -q update
# Pin messages sent to compute nodes to kilo, these will be upgraded later
crudini --set /etc/nova/nova.conf upgrade_levels compute "$upgrade_level_nova_compute"