Fix for core IO class statistics

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder 2024-09-17 21:48:31 +02:00 committed by Katarzyna Treder
parent cc5d796978
commit ae2d14dfb2

View File

@ -60,6 +60,7 @@ class Core(Device):
) -> CoreIoClassStats: ) -> CoreIoClassStats:
return CoreIoClassStats( return CoreIoClassStats(
cache_id=self.cache_id, cache_id=self.cache_id,
core_id=self.core_id,
filter=stat_filter, filter=stat_filter,
io_class_id=io_class_id, io_class_id=io_class_id,
percentage_val=percentage_val, percentage_val=percentage_val,