Project

General

Profile

Feature #17967

Updated by Peter Amstutz over 2 years ago

Add a list of storage classes 

 <pre> 
 StorageClasses: 
   default: {Priority: 100} 1} 
   foo: {Priority: 50} 2} 
   bar: {Priority: 20} 3} 
 </pre> 

 Higher priority has higher precedence. 

 Validate the storage classes of each volume list against the main list. 

 Use priority to determine order to check volumes for blocks. 

Back