mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
modify depending on daniceexi's comments
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user