storj/cmd/storagenode
Clement Sam 9751ac9de2 cmd/storagenode: fix failing supervisord "processes" eventlistener
/bin/stop-supervisor fails in posix shell since the standard read utility
takes at least one variable's name as argument.

Changing the header #!bin/sh to #!/bin/bash fixes this issue.
`read` with no variable's name works in bash.

Looks like the shell in alpine isn't POSIX-compliant so we didn't
encounter this issue on alpine.

Also, I changed the name from "processes" to "processes-exit-eventlistener"
to make it clearer in the logs since supervisord spawns event listeners as
separate processes.

Change-Id: Ife9378c2013e2eb54f2adcd52a163d64eaacbbab
2022-05-04 02:44:23 +00:00
..
docker cmd/storagenode: get rid of CRITICAL log when running supervisord as root 2022-05-03 21:18:11 +00:00
docker-base cmd/storagenode: fix failing supervisord "processes" eventlistener 2022-05-04 02:44:23 +00:00
dashboard.go storagenode/internalpb: move inspector.proto 2020-10-30 14:51:26 +02:00
deprecated.go storagenode/{monitor,pieces}, storage/filestore: add loop to check storage directory writability 2020-08-31 21:20:49 +00:00
Dockerfile cmd/storagenode: bump storagenode-base image version 2022-05-04 01:59:00 +00:00
Dockerfile.base cmd/storagenode: use Debian as base image instead of alpine 2022-03-25 08:19:20 +00:00
gracefulexit_test.go cmd/storagenode: add check if satellites available to gracefulexit 2020-06-10 13:38:36 +00:00
gracefulexit.go storagenode/internalpb: move gracefulexit.proto 2020-10-30 15:24:56 +02:00
main_test.go cmd/storagenode: enable migration of configs of different types (#3189) 2019-10-08 14:26:53 -04:00
main.go cmd/{storagenode,storagenode-updater}: add Process name to logs 2022-04-12 16:49:56 +00:00
service_nonwindows.go ci: Golangci lint v1.43.0 changes (#4307) 2021-12-09 20:49:48 +01:00
service_windows.go all: fix linting issues 2022-03-21 15:26:42 +00:00
storagenode.yaml all: fix comments about grpc 2020-05-11 13:05:34 +03:00