We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8396a7c commit 58bd3f3Copy full SHA for 58bd3f3
configure-rdo.sh
@@ -229,10 +229,10 @@ install_3x_kernel () {
229
run_ssh_cmd_with_retry $SSHUSER_HOST "yum install -y centos-release-xen && yum update -y --disablerepo=* --enablerepo=Xen4CentOS kernel"
230
}
231
232
-echo "Installing 3.x kernel on network and compute nodes"
+#echo "Installing 3.x kernel on network and compute nodes"
233
234
-install_3x_kernel $RDO_ADMIN@$NETWORK_VM_IP
235
-install_3x_kernel $RDO_ADMIN@$QEMU_COMPUTE_VM_IP
+#install_3x_kernel $RDO_ADMIN@$NETWORK_VM_IP
+#install_3x_kernel $RDO_ADMIN@$QEMU_COMPUTE_VM_IP
236
237
echo "Rebooting nodes to load the new kernel"
238
0 commit comments