Out of curiosity, does that mean that your `data_file_directories` is
different to `storageDir`?
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
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/
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!
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:
>
> ---