From c0e09de50b26263e0575ef90fce014ac2ed14d80 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 3 Dec 2019 01:40:03 +1000 Subject: [PATCH] doc: add "chrony" to preflight checklist for Ubuntu 18.04 This commit updates the "Install NTP" section of the preflight checklist, instructing readers who are using Ubuntu 18.04 to use the package name "chrony" where elsewhere the package name "ntp" would be used. "chrony" has replaced "ntp" in Ubnutu 18.04. This commit fixes Bug number 8 in the list here: https://pad.ceph.com/p/Report_Documentation_Bugs Signed-off-by: Zac Dover --- doc/start/quick-start-preflight.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index bfb7b85650b..d9ae12895ca 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -122,7 +122,11 @@ On CentOS / RHEL, execute:: On Debian / Ubuntu, execute:: - sudo apt install ntp + sudo apt install ntpsec + +or:: + + sudo apt install chrony Ensure that you enable the NTP service. Ensure that each Ceph Node uses the same NTP time server. See `NTP`_ for details. -- 2.39.5