Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configures TCP pacing on boot depending on site's uplink speed (#138)
* Modifies cloud-config to write two new files to set up TCP pacing and one new service unit file to run the pacing configuration script. * Removes trying to set net.core.default_qdisc=fq in /etc/sysctl.d, since changes don't need to be persisted since machines reinitialize 100% on every boot anyway. Use replace instead of add in tc command. * Removes the set-tc-qdisc.service, since this functionality is now handled by the configure-tc-fq.service. * Adds a better systemd service unit description for configure-tc-fq.service. * Uses long options with curl. Adds a small echo so that logs should some useful output on success. * Set maxrate for 1g site to 1gbit, per @stephen-soltesz request in PR.
- Loading branch information