diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst index 4a479e6b87..75cc7f4619 100644 --- a/doc/source/user/aio/quickstart.rst +++ b/doc/source/user/aio/quickstart.rst @@ -72,6 +72,8 @@ system packages are upgraded and then reboot into the new kernel: ## CentOS # yum upgrade # yum install git + # systemctl stop firewalld + # systemctl mask firewalld # reboot .. note::