You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we should explicitly lie to users (even if that would allow us to get more bimodal tests working) but we should do some "reasonable" things when clients look at X-Storage-Policy headers:
container GETs should use the volume's DefaultPhysicalContainerLayout's ContainerStoragePolicy
container PUTs that include the volume's DefaultPhysicalContainerLayout's ContainerStoragePolicy or don't specify a X-Storage-Policy should proceed as normal
container PUTs that include a different X-Storage-Policy should be rejected with a 409
The text was updated successfully, but these errors were encountered:
I don't think we should explicitly lie to users (even if that would allow us to get more bimodal tests working) but we should do some "reasonable" things when clients look at
X-Storage-Policy
headers:DefaultPhysicalContainerLayout
'sContainerStoragePolicy
DefaultPhysicalContainerLayout
'sContainerStoragePolicy
or don't specify aX-Storage-Policy
should proceed as normalX-Storage-Policy
should be rejected with a 409The text was updated successfully, but these errors were encountered: