You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Info(color.RedBold("WARNING: Detected GOMAXPROCS(%d) < NumCPU(%d), please make sure to provide all PROCS to MinIO for optimal performance", maxProcs, cpuProcs))
486
+
logger.Info(color.RedBold("WARNING: Detected GOMAXPROCS(%d) < NumCPU(%d), please make sure to provide all PROCS to AnnaStore for optimal performance", maxProcs, cpuProcs))
msg:=fmt.Sprintf("WARNING: Detected default credentials '%s', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables",
545
+
msg:=fmt.Sprintf("WARNING: Detected default credentials '%s', we recommend that you change these values with 'ANNASTORE_ROOT_USER' and 'ANNASTORE_ROOT_PASSWORD' environment variables",
logger.Info(color.Yellow("WARNING: Drive caching is deprecated for single/multi drive MinIO setups. Please migrate to using MinIO S3 gateway instead of drive caching"))
634
+
logger.Info(color.Yellow("WARNING: Drive caching is deprecated for single/multi drive AnnaStore setups. Please migrate to using AnnaStore S3 gateway instead of drive caching"))
// Since the region sub-system cannot be (re)set as it
572
572
// is legacy, we return an error to tell the user to
573
573
// reset the region via the new command.
574
-
err=Errorf("could not load region from legacy configuration as it was invalid - use 'mc admin config set myminio site region=myregion name=myname' to set a region and name (%v)", err)
574
+
err=Errorf("could not load region from legacy configuration as it was invalid - use 'mc admin config set mystore site region=myregion name=myname' to set a region and name (%v)", err)
0 commit comments