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",
|
||||
"Controller": "io",
|
||||
"File": "io.bfq.weight"
|
||||
"File": "blkio.bfq.weight",
|
||||
"FileV2": "io.bfq.weight"
|
||||
},
|
||||
{
|
||||
"Name": "CfqGroupIdle",
|
||||
"Controller": "io",
|
||||
"File": "io.group_idle"
|
||||
"File": "blkio.group_idle",
|
||||
"FileV2": "io.group_idle"
|
||||
},
|
||||
{
|
||||
"Name": "CfqWeight",
|
||||
"Controller": "io",
|
||||
"File": "io.weight"
|
||||
"File": "blkio.weight",
|
||||
"FileV2": "io.weight"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue