From 7dbdc286fa8db2fdef9b95e5e76b6080930e467a Mon Sep 17 00:00:00 2001
From: changyh01 <88874867+changyh01@users.noreply.github.com>
Date: Tue, 15 Feb 2022 10:27:48 +0800
Subject: [PATCH] Update evacuating-a-cluster-node.md
Update the command that check the status of the node
---
.../configuring-clustering/evacuating-a-cluster-node.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node.md b/content/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node.md
index 048ad3e7e2..34672de8a4 100644
--- a/content/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node.md
+++ b/content/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node.md
@@ -26,7 +26,7 @@ If you're taking a node offline that has any data services (like git, pages, or
For Git
```
- ghe-spokes evac-status
+ ghe-spokes evac-status git-server-UUID
```
For {% data variables.product.prodname_pages %}
@@ -36,7 +36,7 @@ If you're taking a node offline that has any data services (like git, pages, or
For storage
```
- ghe-storage evacuation-status
+ ghe-storage evacuation-status storage-server-UUID
```
3. After the copying is complete, you can evacuate the storage service. Run any of the following commands: