HPSSStoragePolicies_1_0_0
HPSSStoragePolicies_1_0_0 Document
Connector-specific storage gateway policies for the HPSS connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
authentication_mech |
string |
The type of authentication the connector will perform when logging into HPSS [Private] |
authenticator |
string |
Authenticator used with authentication mech to perform authentication to HPSS. Format is: "<auth_type>:<auth_file>" where <auth_type> is one of "auth_keytab" or "auth_keyfile". [Private] |
uda_checksum |
boolean |
Flag that indicates if checksums should be stored within UDAs so that sync-by-checksum transfers can verify the file without staging the file from tape. |
{
"DATA_TYPE": "hpss_storage_policies#1.0.0",
"authentication_mech": "krb5",
"authenticator": "auth_keytab:/var/hpss/etc/gridftp.keytab",
"uda_checksum": true
}