13937: Moves statsTicker metrics init to its own func.
[arvados.git] / services / keepstore / volume.go
index 6bce05bec033fbda6c759b6b4266bcbff0f3e051..5c6d1f51aa48af273f7950b39fe06215f6a59c5c 100644 (file)
@@ -39,7 +39,7 @@ type Volume interface {
        // Do whatever private setup tasks and configuration checks
        // are needed. Return non-nil if the volume is unusable (e.g.,
        // invalid config).
-       Start() error
+       Start(m *volumeMetrics) error
 
        // Get a block: copy the block data into buf, and return the
        // number of bytes copied.