Vladimir Pasashnikov
Vladimir Pasashnikov
I looked at this previously, but documentation is missing example, and from description of manual_order and sortby attributes I came to conclusion that it just sort by name, and you...
Just for the benefit of other who might be looking for a solution like i was. - fortios_firewall_securitypolicy_sort doesn't support manual_order attribute, for that fortios_firewall_policy_sort should be used. - fortios_firewall_policy_sort...
@JackKeeley, is it fortigate cluster? I ran into similar issue during failover to second node in the cluster (reboot causes failover as well). The root cause looks like to be...
I think the issue is the change to llama.cpp, which introduced support for AVX only, with new cmake flag added to control this feature. I'm running local-ai on X5550, and...
Namely issue is this PR - https://github.com/ggerganov/llama.cpp/pull/617, which added AVX support, along with **new** compile options to control it, with a default ON. Those new options are not part of...
Just to add more details about this issue. It seems it related to how fortigate handles HTTPS session pickup. But by the look of it failure mode is a following:...
> > Did you set it in the `systemd unit`?, mine looks like this `Environment="GODEBUG=http2client=0"` I've tried this and i still have a timeout of about 6-8 minutes. This is...
Yes, I ended up separating scrape jobs. one that scrape each fortigate host and includes only metrics that makes sense for individual box, like that: ``` probes: include: - System/SensorInfo...
> I'm not sure about memcached. We store the user session in there so if it's getting load balanced it's possible the user will have to log in every time...
it's not an issue of the manageiq-pods. These secrets (postgresql-secrets, app-secrets, kafka-secret) are hardcoded in MIQ itself (ManageIQ/manageiq project): - lib/container_orchestrator_spec.rb - lib/container_orchestrator/object_definition.rb Unless there is way of overwriting it,...