From 321c72b2885655848718d3b012d6be589055fb2d Mon Sep 17 00:00:00 2001 From: huweihua Date: Wed, 24 Apr 2019 23:40:21 -0400 Subject: [PATCH 1/2] Add notice of nfs setting in xcat docker container document --- .../docker/dockerized_xcat/run_xcat_in_docker_host.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst index 826c30ce0..c12a598a5 100644 --- a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst +++ b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst @@ -110,3 +110,7 @@ Now container ``xcatmn`` will work as a normal xCAT management node, can run xCA For example :: [xcatmn]# lsxcatd -a + +.. Attention:: + Recommend strongly to use external NFS if needed. If perfer to use xCAT container internal NFS service, the shared directory must be mount to Docker host by ``-v`` option when start xCAT container. + From b5ee90725a600651d1d87e5d576c256544ff6ff4 Mon Sep 17 00:00:00 2001 From: huweihua Date: Thu, 25 Apr 2019 22:53:16 -0400 Subject: [PATCH 2/2] modify depending on Mark's comment --- .../advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst index c12a598a5..726d9f333 100644 --- a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst +++ b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst @@ -112,5 +112,5 @@ For example :: [xcatmn]# lsxcatd -a .. Attention:: - Recommend strongly to use external NFS if needed. If perfer to use xCAT container internal NFS service, the shared directory must be mount to Docker host by ``-v`` option when start xCAT container. + Use of NFS outside of xCAT Docker container is recommended. For NFS service set up inside of xCAT Docker container, mount the shared directory with ``-v`` option when starting xCAT container.