Slide 4
Slide 4 text
4
Challenges: blkio
§ More complex resource
• Weight does not have capacity
• Weight can be per device
• Throttling is per device
§ Node level
• Mapping classes to actual per
device parameters
"blockIO": {
"weight": 10,
"weightDevice": [
{ "major": 8, "minor": 0, "weight": 500 },
{ "major": 8, "minor": 16, "weight": 400 }
],
"throttleReadBpsDevice": [
{ "major": 8, "minor": 0, "rate": 600 }
],
"throttleWriteIOPSDevice": [
{ "major": 8, "minor": 16, "rate": 300 }
]
}