From 4625fa30395c645566d8c9daad60bcc5112e458c Mon Sep 17 00:00:00 2001 From: Yuan Bai Date: Wed, 29 Mar 2017 16:51:15 +0800 Subject: [PATCH] fix 2762 setupntp and some genimage failure in sles12.2 statelite (#2771) * fix 2762 postbootscript setupntp failure result in privision failed in sles12.2-ppc64le * update statelite sles testcase litefile --- .../manage_clusters/ppc64le/statelite/config_statelite.rst | 2 ++ xCAT-test/autotest/testcase/installation/litefile_sles.csv | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst index bdb243214..ce44725f0 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst @@ -90,6 +90,8 @@ This is the minimal list of files needed, you can add additional files to the li "ALL","/opt/xcat/","tmpfs",, "ALL","/xcatpost/","tmpfs",, "ALL","/root/.ssh/","tmpfs",, + "ALL","/etc/systemd/system/","tmpfs",, + "ALL","/etc/adjtime","tmpfs",, litetree table -------------- diff --git a/xCAT-test/autotest/testcase/installation/litefile_sles.csv b/xCAT-test/autotest/testcase/installation/litefile_sles.csv index e4a30153b..b3ade0407 100644 --- a/xCAT-test/autotest/testcase/installation/litefile_sles.csv +++ b/xCAT-test/autotest/testcase/installation/litefile_sles.csv @@ -16,3 +16,5 @@ "ALL","/root/.ssh/","tmpfs",, "ALL","/etc/init.d/rc3.d/","tmpfs",, "ALL","/etc/init.d/rc5.d/","tmpfs",, +"ALL","/etc/systemd/system/","tmpfs",, +"ALL","/etc/adjtime","tmpfs",,