From 71cd0917349b1ef41a48c614ff89cfde6c0dcf9a 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/advanced/hierarchy/service_nodes.rst --- docs/source/advanced/hierarchy/service_nodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/hierarchy/service_nodes.rst b/docs/source/advanced/hierarchy/service_nodes.rst index 7a6462a04..a1c99d57c 100644 --- a/docs/source/advanced/hierarchy/service_nodes.rst +++ b/docs/source/advanced/hierarchy/service_nodes.rst @@ -1,7 +1,7 @@ Service Nodes ============= -Service Nodes are similar to the xCAT Management Node in that each service Nodes runs an instance of the xCAT daemon: ``xcatd``. ``xcatd``'s communicate with each other using the same XML/SSL protocol that the xCAT client uses to communicate with ``xcatd`` on the Management Node. +Service Nodes are similar to the xCAT Management Node in that each service Nodes runs an instance of the xCAT daemon: ``xcatd``. ``xcatd``'s communicate with each other using the same XML/SSL protocol that the xCAT client uses to communicate with ``xcatd`` on the Management Node. The Service Nodes need to communicate with the xCAT database running on the Management Node. This is done using the remote client capabilities of the database. This is why the default SQLite database cannot be used.