View the configuration information of a specific UAS volume. This procedure requires the volume_ID
of that volume.
cray
command) installed on the above hostcray init
command) to reach the HPE Cray EX System API Gatewaycray auth login
command)View the configuration of a specific UAS volume.
This command returns output in TOML format by default. JSON or YAML formatted output can be obtained by using the --format json
or --format yaml
options respectively.
ncn-m001-cray uas admin config volumes describe 11a4a22a-9644-4529-9434-d296eef2dc48 --format json
Example output:
{
"mount_path": "/etc/localtime",
"volume_description": {
"host_path": {
"path": "/etc/localtime",
"type": "FileOrCreate"
}
},
"volume_id": "11a4a22a-9644-4529-9434-d296eef2dc48",
"volumename": "timezone"
}