mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-06-01 19:56:33 +08:00

When the Ceph-CSI provisioner/plugin is configured with CPU resource quota, the GOMAXPROCS environment variable should get set as well. Without the `-automaxprocs` commandline argument, it is possible that there are way too many threads started by the Go runtime. Signed-off-by: Niels de Vos <ndevos@ibm.com>