2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

modify depending on daniceexi's comments

This commit is contained in:
hu-weihua
2016-01-14 21:58:24 -05:00
parent 9595b7bae8
commit 5408b48442
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ There are three commands to support zones:
* :doc:`chzone </guides/admin-guides/references/man1/chzone.1>` - changes a previously created zone
* :doc:`rmzone </guides/admin-guides/references/man1/rmzone.1>` - removes a zone
**Note**: It is highly recommended that you only use the zone commands for creating and maintaining your zones. They do a lot of maintaining of tables and directories for the zones when they are run.
**Note**: It is highly recommended that you only use the zone commands for creating and maintaining your zones. They do a lot of maintaining of tables and directories for the zones when they are running.

View File

@@ -1,7 +1,7 @@
Overview
========
XCAT supports the concept of zones within a single xCAT cluster managed by one (1) Management Node. The nodes in the cluster can be divided up into multiple zones that have different ssh keys managed separately.
XCAT supports the concept of zones within a single xCAT cluster managed by one Management Node. The nodes in the cluster can be divided up into multiple zones that have different ssh keys managed separately.
Each defined zone has it own root's ssh RSA keys, so that any node can ssh without a password to any other node in the same zone, cannot ssh without being prompted for a password to nodes in another zone.