Project

General

Profile

Feature #13382

Updated by Tom Clegg almost 6 years ago

If a PUT request specifies storage classes, write to a volume that offers all specified classes. Otherwise, write to a volume that offers the "default" class. 

 If there is no volume that offers all of the specified classes, return an error that causes the client not to retry the same request at the same server. request. 

 source:services/keepstore/handlers.go#L744 

Back