Add support for blkio.weight_device
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
parent
d88f338f8c
commit
ed4e505639
3 changed files with 29 additions and 3 deletions
|
@ -60,6 +60,9 @@ type cgroupCPUInfo struct {
|
|||
type cgroupBlkioInfo struct {
|
||||
// Whether Block IO weight is supported or not
|
||||
BlkioWeight bool
|
||||
|
||||
// Whether Block IO weight_device is supported or not
|
||||
BlkioWeightDevice bool
|
||||
}
|
||||
|
||||
type cgroupCpusetInfo struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue