# Collect information about bad disks
Description
You can query whether a bad disk exists in a cluster. If the return result is empty, no bad disk is detected.
Statement
OceanBase Database V3.1.4 and later:
select * from __all_virtual_disk_stat where is_disk_valid !=1;