-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update 10.tasks.md * Update 10.tasks.md * Update 10.tasks.md * Update 10.tasks.md
- Loading branch information
1 parent
47fbf95
commit 426bc5b
Showing
1 changed file
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,37 @@ | ||
# 任务中心 | ||
|
||
在 NebulaGraph Dashboard 企业版中集群的创建和扩缩容需要一定的等待时间,用户可以通过任务中心功能感知此类操作的进度。任务中心展示正在进行的操作的进度及历史操作。 | ||
NebulaGraph Dashboard 企业版支持展示正在运行的任务的进度和已结束的历史任务的信息。 | ||
|
||
任务中心的任务指用户对集群做的操作。目前任务中心支持的任务类型包括集群创建和集群扩缩容。 | ||
## 注意事项 | ||
|
||
- 不支持取消进行中的任务。 | ||
- 不支持删除历史任务。 | ||
|
||
## 任务类型 | ||
|
||
目前任务中心支持的任务类型包括: | ||
|
||
- **install**:创建集群。 | ||
- **scale**:扩缩容。 | ||
- **version update**:版本升级。 | ||
- **package upload**:上传安装包。 | ||
- **package download**:下载安装包。 | ||
- **package deploy**:添加节点时部署安装包。 | ||
|
||
## 入口 | ||
|
||
在 NebulaGraph Dashboard 企业版顶部导航栏中,单击**任务中心**可查看相关任务信息。 | ||
|
||
## 运行中的任务 | ||
|
||
在**任务中心**页面中,单击**运行中任务**后,用户可看到创建中或扩缩容中的集群的任务的进度。 | ||
单击**运行中任务**页签,用户可以查看运行中的任务进度。 | ||
|
||
- 单击任务名称可查看正在进行中的任务的 ID、节点名称、操作类型、触发时间、操作人。 | ||
- 单击**任务信息**查看任务详情。 | ||
- 单击任务名称可以查看正在进行中的任务的 ID、节点名称、类型、创建时间、操作人。 | ||
- 单击**任务信息**可以查看任务详情。 | ||
|
||
## 历史任务 | ||
|
||
在**任务中心**页面的**历史任务**页签中,显示所有结束的任务。 | ||
单击**历史任务**页签,用户可以查看所有结束的任务。 | ||
|
||
- 用户可通过任务状态、类型、触发时间筛序历史任务。 | ||
- 用户可通过任务状态、类型、时间段筛选历史任务。 | ||
- 在目标历史任务右侧,单击**任务信息**查看历史任务的详情;单击**任务日志**查看任务执行日志。 | ||
|
||
## 删除任务 | ||
|
||
目前不可取消正在进行中的任务,也不可删除历史任务。 |