Re: WARN on free space across data volumes (false positive)

2021-08-09 Thread Erick Ramirez
Out of curiosity, does that mean that your `data_file_directories` is different to `storageDir`?

Re: WARN on free space across data volumes (false positive)

2021-08-09 Thread Kian Mohageri
Thanks all - it looks to be a bug as Dmitry pointed out. On Sat, Aug 7, 2021 at 4:40 AM Dmitry Saprykin wrote: > I had the same warning for nodetool upgradesstables. Nodetool just checks > wrong location. CASSANDRA-16104 > > > On Fri, Aug 6, 2021 at 9:28 PM Erick Ramirez > wrote: > >> I'd say t

Re: WARN on free space across data volumes (false positive)

2021-08-07 Thread Dmitry Saprykin
I had the same warning for nodetool upgradesstables. Nodetool just checks wrong location. CASSANDRA-16104 On Fri, Aug 6, 2021 at 9:28 PM Erick Ramirez wrote: > I'd say that your `data_file_directories` is pointing at > /var/lib/cassandra/data and is mounted on the root volume instead of > /srv/

Re: WARN on free space across data volumes (false positive)

2021-08-06 Thread Erick Ramirez
I'd say that your `data_file_directories` is pointing at /var/lib/cassandra/data and is mounted on the root volume instead of /srv/var. Cheers!

Re: WARN on free space across data volumes (false positive)

2021-08-06 Thread Jim Shaw
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 wrote: > When running a "nodetool scrub" to repair a table, the following warning > appears: > > ---