From 5e6e97d967d9ee342adda914822722253789e8ec Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:16:20 +0800 Subject: [PATCH 1/2] license nodes number check --- .../deploy-license.md | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/docs-2.0/4.deployment-and-installation/deploy-license.md b/docs-2.0/4.deployment-and-installation/deploy-license.md index 397cecb933a..d6117a9fb57 100644 --- a/docs-2.0/4.deployment-and-installation/deploy-license.md +++ b/docs-2.0/4.deployment-and-installation/deploy-license.md @@ -31,14 +31,21 @@ Nebula Graph 企业版需要用户设置 License 才可以正常启动并使用 { "vendor": "Vesoft_Inc", "organization": "doc", - "issuedDate": "2021-11-07T16:00:00.000Z", - "expirationDate": "2021-11-30T15:59:59.000Z", + "issuedDate": "2022-03-06T16:00:00.000Z", + "expirationDate": "2022-05-31T15:59:59.000Z", "product": "nebula_graph", - "version": ">2.6.1", - "licenseType": "enterprise" + "version": ">3.0.0", + "licenseType": "enterprise", + "graphdSpec": { + "nodes": 3 + }, + "storagedSpec": { + "nodes": 3 + } } ----------License Content End---------- + ----------License Key Start---------- cofFcOxxxxxxxxxxxxxhnZgaxrQ== ----------License Key End---------- @@ -48,13 +55,15 @@ License 文件包含生效时间、过期时间等信息。说明如下。 |参数|说明| |:---|:---| -|`vendor`|发放渠道。| -|`organization`|用户名称。| -|`issuedDate`|License 生效时间。| -|`expirationDate`|License 过期时间。| -|`product`|产品类型。Nebula Graph 的产品类型为`nebula_graph`。| -|`version`|版本支持的信息。| -|`licenseType`|License 类型。包括`enterprise`、`samll_bussiness`、`pro`、`individual`。预留参数。| +|`vendor`| 发放渠道。| +|`organization`| 用户名称。| +|`issuedDate`| License 生效时间。| +|`expirationDate`| License 过期时间。| +|`product`| 产品类型。Nebula Graph 的产品类型为`nebula_graph`。| +|`version`| 版本支持的信息。| +|`licenseType`| License 类型。包括`enterprise`、`samll_bussiness`、`pro`、`individual`。预留参数。| +|`graphdSpec`| 集群中 Graph 服务的数量限制。Nebula Graph 会实时监测当前活动的 Graph 服务数量,超过限制的 Graph 服务无法连接集群。| +|`storagedSpec`| 集群中 Storage 服务的数量限制。Nebula Graph 会实时监测当前活动的 Storage 服务数量,超过限制的 Storage 服务无法连接集群。| ## 设置 Nebula Graph 企业版 License From e0c2bd7583b9c846335ce4ffc281e35645639b60 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:18:10 +0800 Subject: [PATCH 2/2] Update deploy-license.md --- docs-2.0/4.deployment-and-installation/deploy-license.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs-2.0/4.deployment-and-installation/deploy-license.md b/docs-2.0/4.deployment-and-installation/deploy-license.md index d6117a9fb57..6c0d61d3fbd 100644 --- a/docs-2.0/4.deployment-and-installation/deploy-license.md +++ b/docs-2.0/4.deployment-and-installation/deploy-license.md @@ -45,7 +45,6 @@ Nebula Graph 企业版需要用户设置 License 才可以正常启动并使用 } ----------License Content End---------- - ----------License Key Start---------- cofFcOxxxxxxxxxxxxxhnZgaxrQ== ----------License Key End----------