resources: virt: Add missing converger call

This was previously left out accidentally I suppose.
This commit is contained in:
James Shubin
2016-12-23 23:32:52 -05:00
parent 45820b4ce3
commit 44e7e0e970

View File

@@ -236,6 +236,9 @@ func (obj *VirtRes) Watch(processChan chan event.Event) error {
obj.StateOK(false) // dirty
send = true
}
if send {
cuid.SetConverged(false)
}
case err := <-errorChan:
cuid.SetConverged(false)