[ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394940#comment-17394940
 ] 

Andres de la Peña commented on CASSANDRA-16104:
-----------------------------------------------

Committed to 3.0 as 
[acf38bf7a1ac34fdbe8c18c843828a78293a85cb|https://github.com/apache/cassandra/commit/acf38bf7a1ac34fdbe8c18c843828a78293a85cb]
 and merged up to 
[3.11|https://github.com/apache/cassandra/commit/952df13f257dc1ef19f79915f1a0a4d593de0fd5],
 
[4.0|https://github.com/apache/cassandra/commit/762df84f6c078a879b3bab2ccc195c95f333edc3]
 and 
[trunk|https://github.com/apache/cassandra/commit/6fbe736bc261527af79a57f137c2af59efd81490].
 Dtest committed as 
[03cc411ad07a8a8781c7b6bf42b10c9c334ff8b4|https://github.com/apache/cassandra-dtest/commit/03cc411ad07a8a8781c7b6bf42b10c9c334ff8b4].

> Wrong warning about data volumes capacity
> -----------------------------------------
>
>                 Key: CASSANDRA-16104
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Dmitrii Saprykin
>            Assignee: Dmitrii Saprykin
>            Priority: Normal
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem      Size  Used Avail Mounted on
> .................     1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem      Size  Used Avail Use% Mounted on
> ............        40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to