你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az hpc-cache nfs-storage-target

注意

此参考是 Azure CLI(版本 2.3.0 或更高版本)的 hpc 缓存扩展的一部分。 该扩展将在首次运行 az hpc-cache nfs-storage-target 命令时自动安装。 详细了解扩展。

用于创建 hpc 缓存 nfs 存储目标的命令。

命令

名称 说明 类型 状态
az hpc-cache nfs-storage-target add

创建或更新 nfs 存储 目标。 可以随时允许此操作,但如果缓存关闭或运行不正常,则存储目标的实际创建/修改可能会延迟,直到缓存再次正常。

分机 GA
az hpc-cache nfs-storage-target update

创建或更新 nfs 存储 目标。 可以随时允许此操作,但如果缓存关闭或运行不正常,则存储目标的实际创建/修改可能会延迟,直到缓存再次正常。

分机 GA

az hpc-cache nfs-storage-target add

创建或更新 nfs 存储 目标。 可以随时允许此操作,但如果缓存关闭或运行不正常,则存储目标的实际创建/修改可能会延迟,直到缓存再次正常。

az hpc-cache nfs-storage-target add --cache-name
                                    --junction
                                    --name
                                    --nfs3-target
                                    --nfs3-usage-model
                                    --resource-group

示例

存储Targets_CreateOrUpdate

az hpc-cache nfs-storage-target add --resource-group "scgroup" --cache-name "sc1" --name "st1" --nfs3-target 10.7.0.24 --nfs3-usage-model WRITE_AROUND --junction namespace-path="/nt2" nfs-export="/export/a" target-path="/1" --junction namespace-path="/nt3" nfs-export="/export/b"

必需参数

--cache-name

缓存的名称。

--junction

要针对命名空间关联的缓存命名空间交接点的列表。子参数包含:(1) --namespace-path: 存储 Target (2) --nfs-export: NFS 导出,其中 targetPath 存在 (3) --target-path(可选):存储 targetPath 指向的目标的路径。

--name

存储目标的名称。

--nfs3-target

NFSv3 主机的 IP 地址或主机名(例如 10.0.44.44)。

--nfs3-usage-model

确定要用于此存储目标的主要使用模型。 可以使用命令 az hpc-cache usage-model list 查看使用模型的名称。 有关使用模型的详细信息,请参阅 https://docs.microsoft.com/azure/hpc-cache/hpc-cache-add-storage?tabs=azure-cli#choose-a-usage-model

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az hpc-cache nfs-storage-target update

创建或更新 nfs 存储 目标。 可以随时允许此操作,但如果缓存关闭或运行不正常,则存储目标的实际创建/修改可能会延迟,直到缓存再次正常。

az hpc-cache nfs-storage-target update --cache-name
                                       --name
                                       --resource-group
                                       [--junction]
                                       [--nfs3-target]
                                       [--nfs3-usage-model]

必需参数

--cache-name

缓存的名称。

--name

存储目标的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

可选参数

--junction

要针对命名空间关联的缓存命名空间交接点的列表。子参数包含:(1) --namespace-path: 存储 Target (2) --nfs-export: NFS 导出,其中 targetPath 存在 (3) --target-path(可选):存储 targetPath 指向的目标的路径。

--nfs3-target

NFSv3 主机的 IP 地址或主机名(例如 10.0.44.44)。

--nfs3-usage-model

确定要用于此存储目标的主要使用模型。 可以使用命令 az hpc-cache usage-model list 查看使用模型的名称。 有关使用模型的详细信息,请参阅 https://docs.microsoft.com/azure/hpc-cache/hpc-cache-add-storage?tabs=azure-cli#choose-a-usage-model

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。