I noticed that the traffic shaping config used in the labstore puppet class applies to all VMs, even if they are not on NFS.
This is not good for clouddb-services where Toolsdb (which has massive network needs) and smaller DB services run. They have no need for NFS, but they are still limited like they do.
Investigate either:
- Removing the tc limits on the clouddb-services project altogether (probably more complex and possibly not desirable--though I'm not sure the tc limits were ever intended to be universally applied anyway)
- Simply adding a special case for the limits for clouddb servers.