I will try cd to all directories of data files of this table, do pwd ---- get path df -h "above path"
to see whether all have 2.7 TB ? Thanks, Jim On Fri, Aug 6, 2021 at 6:31 PM Kian Mohageri <kian.mohag...@gmail.com> wrote: > When running a "nodetool scrub" to repair a table, the following warning > appears: > > --- > > WARN 22:23:44,257 Only 40.420GiB free across all data volumes. Consider > adding more capacity to your cluster or removing obsolete snapshots > --- > > However, our storagedir has >2TB free space. > > --- > Filesystem Size Used Avail Use% Mounted on > overlay 47G 5.7G 39G 13% / > /dev/nvme0n1p9 47G 5.7G 39G 13% /alloc > /dev/nvme1n1 4.0T 1.3T 2.7T 34% /srv/var > --- > > I verified that cassandra is running with only a single > "-Dcassandra.storagedir=/srv/var/data" option, so I am not sure why the > warning is appearing. > > Any help would be appreciated. Thank you. > > Kian >