You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implemented method for setting the nameservers for a system.
- Removed sync call when creating systems. When running this task in isolation
things would be fine but when running in parallel (creating hundreds or thousands of
systems at the same time - this is the way Terraform works) Cobbler would start raising
weird errors. This is due to a race condition problem in Cobbler's source code.
- Implemented method for deleting systems.
- Fixed setting a hostname.