How to configure a deployment use more disk resource?

Hi,
As I know, we can boost cpu share by changing some settings as below.

And ece use blk_io.weight to limit disk resource for container.

I wonder if there is a similar setting for disk like cpu share setting to allow a deployment use more disk resource.

thanks!

You can always use as much disk resource as available, the blk-weight only kicks in if the disk is over-provisioned to manage sharing between different instances on the same allocator

It uses the same weighting as the CPU (ie changing one cluster's CPU weight will also increase its IO weight as discussed here)

Alex

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.