From 8cf9e330ea88a4f1e4e06b17fdc0f7ad22c77ed0 Mon Sep 17 00:00:00 2001 From: yangsong Date: Thu, 13 Dec 2018 17:39:37 +0800 Subject: [PATCH] fix issue Unable to boot a RHEL compute node with an image that has site.installdir #2029 (#5892) --- docs/source/guides/admin-guides/references/man5/site.5.rst | 2 +- perl-xCAT/xCAT/Schema.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man5/site.5.rst b/docs/source/guides/admin-guides/references/man5/site.5.rst index d58a76b2c..7a3361399 100644 --- a/docs/source/guides/admin-guides/references/man5/site.5.rst +++ b/docs/source/guides/admin-guides/references/man5/site.5.rst @@ -269,7 +269,7 @@ site Attributes: genpasswords: Automatically generate random passwords for BMCs when configuring them. - installdir: The local directory name used to hold the node deployment packages. + installdir: The local directory name used to hold the node deployment packages(obsoleted). installloc: The location from which the service nodes should mount the deployment packages in the format hostname:/path. If hostname is diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index c2fc4ae60..9ce4d16d7 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1159,7 +1159,7 @@ passed as argument rather than by table value', " prefix (e.g. 00:11:aa)\n\n" . " genpasswords: Automatically generate random passwords for BMCs when configuring\n" . " them.\n\n" . -" installdir: The local directory name used to hold the node deployment packages.\n\n" . +" installdir: The local directory name used to hold the node deployment packages(obsoleted).\n\n" . " installloc: The location from which the service nodes should mount the \n" . " deployment packages in the format hostname:/path. If hostname is\n" . " omitted, it defaults to the management node. The path must\n" .