Results 194 comments of Adam Grare

The key is going to be finding something which is provider specific to key off of, then move the quota logic somewhere that a provider can override. In the `miq_provision_quota_mixin.rb`...

I believe this is the same issue as https://github.com/ManageIQ/manageiq-providers-vmware/issues/865 @jbarson47 if you could try applying the patch in [this comment](https://github.com/ManageIQ/manageiq-providers-vmware/issues/865#issuecomment-1910834996) that would be very helpful thanks

This is a really interesting one, so the way the snap cleanup works is we schedule a [`Job.check_for_evm_snapshots`](https://github.com/ManageIQ/manageiq/blob/master/app/models/job.rb#L180-L182) in the [`MiqScheduleWorker`](https://github.com/ManageIQ/manageiq/blob/master/app/models/miq_schedule_worker/jobs.rb#L45-L47) We then, based on the snapshot name, check if...

> but another solution would be to store the UID of the generated snapshot in the VMDB. When the purge process starts, it only processes snapshot UIDs saved in the...

@lamm we already have a `evm_snapshot_interval` setting which is used when checking for active jobs by guid. It defaults to 1 hour but you could change that to be longer...

Okay we will now check for an active smartstate role before queueing a Job.check_for_evm_snapshots task so if your second region does not have SSA enabled then we will not delete...

Error appears to be in the UI, @jeffibm can you take a look? @cnsunfocus could you grab the text of the error so it is easier to see / format?

cc @jeffibm :point_up: https://github.com/ManageIQ/manageiq/issues/22440#issuecomment-1496288946

> Also wondering if we can merge before we solve the rpm issue. As long as we have a plan for fixing the rpm issue and will be able to...

@kbrock it definitely defaults to the EMS I don't know if that is the only possible option but it does appear like it based on the kubernetes parser