-
Notifications
You must be signed in to change notification settings - Fork 28
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
v1.2.0+ Enhancements and Known Bugs #46
Comments
Enhancements
|
Bugs
|
From v1.1.0Enhancement ideas carried from v1.1.0 tracker
|
CompletedEnhancements and Bugs included in 1.X releases
|
@PackeTsar If you need any data regarding #22 issue I have loads of it, I believe you are correct with the concurrent writes. I see this every time I deploy a few hundred switches. Even after deleting the pdb and purging the logs the error still persist. I have also seen where the temporary ID ZTP- is given to the switch hostname. This is very common during large batches of switches, for example, fifty. Now I power on ~20 to try and get past that. |
@PackeTsar @EarlRamirez I am running into this same issue on a Rpi 3b. I am running Raspbian Buster, and I need to manually issue the following commands in order for the ztp service to start and run, because by default after the RPi boots, it shows as failed with (code=exited, status=1/FAILURE):
I was messing around with the autostart on the RPi, and pasting those commands in there in an attempt to get it up and running at boot, but no luck. Any chance you've had any luck @EarlRamirez ? |
@kbarton1212 - what I observed is concurrent writes corrupt the file and deleting/moving the PDB file works. Initially, I would truncate the file, this removes the provisioning and tracking JSON collections, and since the file already exists it will not be created. Therefore deleting/moving is the workaround. The expert @PackeTsar can shed some light on this, but what I have been working on is to try and have both provisioning and tracking write to MongoDB which should resolve the issue with the ZTP service failing because of PDB being corrupted. |
Logging enhancement requests and known bugs here. If you have reported a bug or feature request and it is accepted as such, then it will show up here and your original issue will be closed.
The text was updated successfully, but these errors were encountered: