13937: Removes unnecessary data passing on tests.
[arvados.git] / services / keepstore / volume.go
index 6bce05bec033fbda6c759b6b4266bcbff0f3e051..52b9b1b244c0a7032c66a2ea12b8d867c2384940 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(vm *volumeMetricsVecs) error
 
        // Get a block: copy the block data into buf, and return the
        // number of bytes copied.