Merge "Updating Attributes on task_profiles.json"
This commit is contained in:
commit
91bc6d30dd
1 changed files with 6 additions and 3 deletions
|
|
@ -80,17 +80,20 @@
|
||||||
{
|
{
|
||||||
"Name": "BfqWeight",
|
"Name": "BfqWeight",
|
||||||
"Controller": "io",
|
"Controller": "io",
|
||||||
"File": "io.bfq.weight"
|
"File": "blkio.bfq.weight",
|
||||||
|
"FileV2": "io.bfq.weight"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CfqGroupIdle",
|
"Name": "CfqGroupIdle",
|
||||||
"Controller": "io",
|
"Controller": "io",
|
||||||
"File": "io.group_idle"
|
"File": "blkio.group_idle",
|
||||||
|
"FileV2": "io.group_idle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CfqWeight",
|
"Name": "CfqWeight",
|
||||||
"Controller": "io",
|
"Controller": "io",
|
||||||
"File": "io.weight"
|
"File": "blkio.weight",
|
||||||
|
"FileV2": "io.weight"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue