Open YKG opened 4 years ago
I didn't dig much, but this SQL is not enough because on Tencent Cloud, the device_name
is vda1
Another thing is it seems like there is no TiKV disk info in the CLUSTER_HARDWARE
table
@crazycs520 PTAL
/bug P1
@shuke987 May I get another bug P1 point for
Another thing is it seems like there is no TiKV disk info in the CLUSTER_HARDWARE table
@shuke987 May I get another bug P1 point for
Another thing is it seems like there is no TiKV disk info in the CLUSTER_HARDWARE table
The bug hunting project finished at May 30th. Thank you
@shuke987 I know that, but I reported 6 days ago and you can check the comment time.
ok, you may open another issue to report this bug.
1. What did you do?
tiup cluster
Cluster Hardware
table2. What did you expect to see?
The
DISK(GB)
column should be filled with the disk capacity of each host.3. What did you see instead?
The column is empty
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)v4.0.0-rc.2