Project

General

Profile

Feature #11645

Updated by Tom Clegg over 6 years ago

Part of the [[Keep storage classes]] tiers]] story. 

 Accept a "StorageClasses" key (value is an array of strings) "Tier" int for each configured volume. 
 * If config is empty zero, negative, or not provided, change to ["default"] 1 transparently. (In the future, we might treat 0 as "auto detect") 
 * Ensure this is reported in the /mounts API, so keep-balance can see it. When reading data, try volumes with smaller tier numbers first. 

Back