lisa icon indicating copy to clipboard operation
lisa copied to clipboard

Reduce min data_disk_count to 4 in IO perf test.

Open SRIKKANTH opened this issue 9 months ago • 4 comments

Having min data_disk_count =16 in these testcases is blocking tests on smaller sizes.

SRIKKANTH avatar Apr 30 '24 08:04 SRIKKANTH

@johnsongeorge-w please review, thanks.

LiliDeng avatar May 06 '24 13:05 LiliDeng

Set the default for disk count and min iops as 16 and 5000 respectively. @johnsongeorge-w This is what the default in the test case which is blocking us the test from running on smaller tests. I am reducing the min disc count to 4 which is the minimum number of discs supported any azure VM SKU.

SRIKKANTH avatar May 08 '24 06:05 SRIKKANTH

Set the default for disk count and min iops as 16 and 5000 respectively. @johnsongeorge-w This is what the default in the test case which is blocking us the test from running on smaller tests. I am reducing the min disc count to 4 which is the minimum number of discs supported any azure VM SKU.

I'm talking about the defaults in runbook

johnsongeorge-w avatar May 08 '24 16:05 johnsongeorge-w

Set the default for disk count and min iops as 16 and 5000 respectively. @johnsongeorge-w This is what the default in the test case which is blocking us the test from running on smaller tests. I am reducing the min disc count to 4 which is the minimum number of discs supported any azure VM SKU.

I'm talking about the defaults in runbook The default runbook ("runbook\partial\platform_azure.yml") has values data_disk_iops=0, data_disk_count=0. Changing these values will result in creation of each test VM with that config. I don't think its a good idea.

SRIKKANTH avatar May 09 '24 15:05 SRIKKANTH