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>