From: Zac Dover Date: Mon, 2 Dec 2019 15:40:03 +0000 (+1000) Subject: doc: add "chrony" to preflight checklist for Ubuntu 18.04 X-Git-Tag: v15.1.0~668^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c0e09de50b26263e0575ef90fce014ac2ed14d80;p=ceph.git 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 --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index bfb7b85650b2..d9ae12895ca7 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.