-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kerberos Agent not retaining setting across reboots. #109
Comments
@kprose3154 can you confirm the mongodb pod is still working? |
@cedricve I can confirm it is still working. I'm able to port-forward the pod and talk to it using compass. The only collection in the KeberosFactory schema is configuration. What I'm noticing though is the information gets pushed like normal and it shows up in the DB (First Screenshot) but as soon as I reboot all that data goes away. The document is still present but all the variables are blank. (Second Screenshot, this one was taken earlier) Another thing is when I delete an agent out of factory, it does not delete the document in the DB. |
This looks like a MongoDB/persistence issue , how are you persisting your data, are you using OpenEBS as well? |
Thank you, the thing is that the configuration collection is auto created on start when the collection is not available. Can you create a collection in your mongodb manually and insert some data into it? the restart the machine and check if it still persist. I strongly believe the underlaying PV is not persisting properly. |
Thank you for validating, this is interesting. So once you add a new Kerberos Agent through the UI it will boot up, but it will not persist it configuration in the mongodb. Are you able to modify the "global" settings page of the Kerberos Factory and reflect your changes in the configuration setting? |
@cedricve Just checking to see if there is any update on this? |
Will have a look @kprose3154, just came back from a long holiday! ;) |
@kprose3154 is your system/behaviour still the same? |
Hi everyone,
So I just started working on getting Kerberos working at home and I've ran into a big issue. It's possible I misconfigured something but from how to install guide goes, I did not miss anything. When I deploy a camera agent using Factory it works, until I reboot the system. After everything starts back up none of the settings for the agent are there anymore. I'm still able to see it in Factory just all of the camera settings are missing. Can anyone help with this?
EDIT: Added Screenshots
The text was updated successfully, but these errors were encountered: