Skip to content

Commit

Permalink
Fix full refresh error when running a RefreshWorker
Browse files Browse the repository at this point in the history
```
An unhandled error has occurred: uninitialized constant ManageIQ::Providers::Openshift::RefreshMemory
    @memory ||= provider_class::RefreshMemory.new
                              ^^^^^^^^^^^^^^^
app/models/manageiq/providers/kubevirt/infra_manager/refresh_worker/runner.rb:75:in `memory'
app/models/manageiq/providers/kubevirt/infra_manager/refresh_worker/runner.rb:194:in `block in start_watches'
```
  • Loading branch information
agrare committed Sep 25, 2024
1 parent 2d66f57 commit 76e79f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class ManageIQ::Providers::Openshift::InfraManager::RefreshMemory < ManageIQ::Providers::Kubevirt::InfraManager::RefreshMemory
end

0 comments on commit 76e79f4

Please sign in to comment.