az hpc-cache nfs-storage-target
Commands to create hpc cache nfs storage target.
Commands
az hpc-cache nfs-storage-target add |
Create or update a nfs Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. |
az hpc-cache nfs-storage-target update |
Create or update a nfs Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. |
az hpc-cache nfs-storage-target add
Create or update a nfs Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again.
az hpc-cache nfs-storage-target add --cache-name
--junction
--name
--nfs3-target
--nfs3-usage-model
--resource-group
Examples
StorageTargets_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"
Required Parameters
Name of Cache.
List of Cache namespace junctions to target for namespace associations.
Name of the Storage Target.
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
Identifies the primary usage model to be used for this Storage Target.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az hpc-cache nfs-storage-target update
Create or update a nfs Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again.
az hpc-cache nfs-storage-target update --cache-name
--name
--resource-group
[--junction]
[--nfs3-target]
[--nfs3-usage-model]
Required Parameters
Name of Cache.
Name of the Storage Target.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
List of Cache namespace junctions to target for namespace associations.
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
Identifies the primary usage model to be used for this Storage Target.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.