When creating a job with the REST API, there is supposely an option to use "auto" on the storageOptimization.
It should be valid Enum: "Auto" "LocalTargetLarge" "LocalTarget" "LANTarget" "WANTarget" "LocalTargetLarge8192" "LocalTargetLarge4096"
In other words it should somehow figure a block size by using an auto function.
You can create jobs with "storageOptimization": "Auto" :
"Auto" seems to work correctly in my lab. Assuming you chopped the "storage" JSON down in your post to illustrate this particular setting? If not you're missing some required parameters. Here is my working snippet -
My apologies as I did not read your original post correctly. I thought the issue was regarding job creation. Yes I'm able to duplicate your results in my lab when the job is run -
It is a bug. Looks like Auto value was added as a part of some options from backend, which are not supported anymore or were used for autotests. I see the same with compressionLevel: Auto option. We will remove these values in v12 as a part of bugfix. Meanwhile, please use other available values. Thanks!