From d0dbcfd8277c47cea7e65ff7686009871b128ca0 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst --- .../common/deployment/syncfile/syncfile_periodically.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst index 512463eb8..adaa6b332 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst @@ -6,7 +6,7 @@ If the admins want to run the Syncing File action automatically or periodically, For example: Use the cron daemon to sync files in the **/install/custom///..synclist** to the nodegroup 'compute' every 10 minutes by the xdcp command by adding this to crontab. : :: - + */10 * * * * root /opt/xcat/bin/xdcp compute -F /install/custom///..synclist Use the cron daemon to sync files for the nodegroup 'compute' every 10 minutes by updatenode command. ::