![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
PUT http[s]://{datapathDNSname}/_rest_/storage_domain_member/{storage domain member UUID or other unique attribute}/[&write_preference=HIGH|NORMAL|LOW|NEVER_SELECT]
Determines the preferred usage of the tape partition when additional capacity is needed. The BlackPearl system uses a partition with HIGH write_preference before a partition with a NORMAL write_preference, and so on. Use NEVER_SELECT to indicate that the partition is read-only.Note: The write_preference cannot be changed to NEVER_SELECT if the storage domain is in use and there are no other storage domain members assigned that have a higher write_preference. <Data>
<Id>{string}</Id>
<PoolPartitionId>{string}</PoolPartitionId>
<State>NORMAL</State>
<StorageDomainId>{string}</StorageDomainId>
<TapePartitionId>{string}</TapePartitionId>
<TapeType>{string}</TapeType>
<WritePreference>HIGH|NORMAL|LOW|NEVER_SELECT</WritePreference>
</Data>
§ NORMAL — The storage domain member is included normally. Values: LTO5, LTO6, LTO7, LTO8, LTOM8, LTO_CLEANING_TAPE, TS_JC, TS_JY, TS_JK, TS_JD, TS_JZ, TS_JL, TS_CLEANING_TAPE, UNKNOWN, FORBIDDEN The preferred usage of the tape partition when additional capacity is needed. The BlackPearl system uses a partition with HIGH write_preference before a partition with a NORMAL write_preference, and so on. A value of NEVER_SELECT indicates that the partition is read-only.This request modifies the pool partition storage domain membership with UUID 4d5a08b9-cf15-4f8a-a004-73f907071c86 to have write_preference=HIGH.PUT http[s]://blackpearl-hostname/_rest_/storage_domain_member/4d5a08b9-cf15-4f8a-a004-73f907071c86?write_preference=HIGH HTTP/1.1