title |
description |
v2.0/tags |
menu |
weight |
influxd inspect verify-tsm |
The `influxd inspect verify-tsm` command analyzes a set of TSM files for inconsistencies between the TSM index and the blocks.
|
|
|
301 |
The influxd inspect verify-tsm
command analyzes a set of TSM files for inconsistencies
between the TSM index and the blocks. It performs the following checks:
- Ensures CRC-32 checksums match for each block.
- Ensures the minimum and maximum timestamps in the TSM index match the decoded data.
Usage
influxd inspect verify-tsm <pathspec>... [flags]
Arguments
pathspec
A list of files or directories in which to search for TSM files.
Flags
Flag |
Description |
Input Type |
--bucket-id |
Limit analysis to a specific bucket ID. Optional. |
string |
-h , --help |
Help for verify-tsm . |
|
--org-id |
Limit analysis to a specific organization ID. Optional. |
string |