fixing internal stats
This commit is contained in:
parent
79902ee26d
commit
4c08f65218
|
@ -441,6 +441,9 @@ class InternalStatsRow(OrderedDict):
|
|||
|
||||
canary = False
|
||||
for _ac in ac.device.actions:
|
||||
if not _ac.type == 'Snapshot':
|
||||
continue
|
||||
|
||||
if _ac.created < ac.created:
|
||||
canary = True
|
||||
break
|
||||
|
|
Reference in New Issue