X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37d9f94b06ff367a3514b58ec6f0e4d4d0116030..b20fb44b419ba6dd800874552bcfb5b87479611d:/services/keepstore/command.go diff --git a/services/keepstore/command.go b/services/keepstore/command.go index 94dabfda62..555f16dfe1 100644 --- a/services/keepstore/command.go +++ b/services/keepstore/command.go @@ -27,7 +27,6 @@ import ( ) var ( - version = "dev" Command = service.Command(arvados.ServiceNameKeepstore, newHandlerOrErrorHandler) ) @@ -167,7 +166,7 @@ func (h *handler) setup(ctx context.Context, cluster *arvados.Cluster, token str return errors.New("no volumes configured") } - h.Logger.Printf("keepstore %s starting, pid %d", version, os.Getpid()) + h.Logger.Printf("keepstore %s starting, pid %d", cmd.Version.String(), os.Getpid()) // Start a round-robin VolumeManager with the configured volumes. vm, err := makeRRVolumeManager(h.Logger, h.Cluster, serviceURL, newVolumeMetricsVecs(reg))