revert disk stats

This commit is contained in:
Konstantin Lebedev
2022-08-01 14:29:41 +05:00
parent 2f0dda384d
commit 1d29f67c02
2 changed files with 1 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ func (t *Topology) batchVacuumVolumeCompact(grpcDialOption grpc.DialOption, vl *
return recvErr
}
}
glog.V(0).Infof("%d vacuum %d on %s processed %d bytes, percentage loadAvg %v",
glog.V(0).Infof("%d vacuum %d on %s processed %d bytes, loadAvg %v%%",
index, vid, url, resp.ProcessedBytes, resp.PercentLoadAvg_1M)
}
return nil