Open ghost opened 2 years ago
Same problem here. All feeds updates well but Scan configs and NVTs are empty. One thing that caught my attention is that the version of que gsad container (21.4.3) is not the same as the gvmd and openvas container (21.4.4).
Solved with: kubectl -n gvm edit deployments.apps gvm-gvmd And changing: "- UNIX-LISTEN:/run/ospd/ospd.sock,fork" with "- UNIX-LISTEN:/run/ospd/ospd-openvas.sock,fork"
Solved with: kubectl -n gvm edit deployments.apps gvm-gvmd And changing: "- UNIX-LISTEN:/run/ospd/ospd.sock,fork" with "- UNIX-LISTEN:/run/ospd/ospd-openvas.sock,fork"
Unfortunately, that did not work in my case.
I did spend some time on this yesterday and found that I was running out of resources on my node and my pods were getting re-assigned in the middle of a sync process for the feeds. The pod for GVM takes a bunch of RAM, so node resources can max out quickly if you don't have enough. Once I had plenty of resources, I ran the sync job and all was good.
Versions:
Storage: Rook-Ceph Cluster running CephFS
After updating all the feeds (Under Administration > Feed Status is all current), I'm not able to add my own scan (Configuration > Scan Configs) due to the default scans not being there. I get an error message when creating my own scan:
Failed to find config 'd21f6c81-2b88-4ac1-b7b4-a2a9f2ad4663'
Here is my "stack" status:
Here is what my persistent storage looks like:
I do see some chatter under the openvas project on something similar, but that turns out to be a redis issue.
Here are my redis-connector logs:
So it looks like we have connectivity here. Let me know if there is anything else needed to be seen for debugging?