openvstorage / volumedriver

The Open vStorage VolumeDriver is the core of the Open vStorage solution: a high performance distributed block layer. It converts block storage into objects (Storage Container Objects).
Other
37 stars 18 forks source link

Resetting the volume performance counters does not affect the partial read counters #356

Open redlicha opened 7 years ago

redlicha commented 7 years ago

Code inspection shows that only the performance_counters are reset - all other counters (MD / SCO cache hits + misses, partial read counters etc.) are not reset.

wimpers commented 6 years ago

@redlicha how much work would this be to fix? is there anything that fails if we don't reset everything. Can monitoring work around this by doing a diff between the counters?

redlicha commented 6 years ago

It's "only" a question of consistency / avoiding special casing in consumers of the data. Ballpark estimate +/- 1d?