mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-04 12:40:38 +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>