From dc04c54101c88dc0b8cf64eb53ea4690f263fd6e Mon Sep 17 00:00:00 2001 From: zet809 Date: Fri, 17 Aug 2018 15:28:31 +0800 Subject: [PATCH] To replace PR 5130: Update version_control_inventory.rst (#5530) --- .../advanced/xcat-inventory/version_control_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/xcat-inventory/version_control_inventory.rst b/docs/source/advanced/xcat-inventory/version_control_inventory.rst index adc311e01..fbd4bdfcf 100644 --- a/docs/source/advanced/xcat-inventory/version_control_inventory.rst +++ b/docs/source/advanced/xcat-inventory/version_control_inventory.rst @@ -30,7 +30,7 @@ By managing the inventory file under source control system, you can manage the x xcat-inventory export --format=yaml >/git/cluster/mycluster.yaml cd /git/cluster git diff - git add xcat-inventory export --format=yaml >/git/cluster/mycluster.yaml + git add /git/cluster/mycluster.yaml git commit /git/cluster/mycluster.yaml -m "$(date "+%Y_%m_%d_%H_%M_%S"): replaced bad nodes; turn on xcatdebugmode; blah-blah" 6. ordinary cluster maintenance and operation, some issues are founded in current cluster, need to restore the current cluster configuration to commit no c95673 [1]_ ::