没有可用的DSEFS位置来写入数据

时间:2018-03-12 15:03:45

标签: datastax

我的datastax docker镜像有问题。我试图在ddsefs上复制一个文件,但是我有这个错误:

dsefs dsefs://127.0.1.1:5598/ > cp file:orifile.text destFile.text
Server error: java.io.IOException: There are no available DSEFS locations to write data to. DSEFS nodes are either unavailable or low on free space. Check node health and connectivity, add more storage space and/or adjust min_free_space if needed.

你能帮我吗?

此致 卢卡

1 个答案:

答案 0 :(得分:1)

它基本上说你没有给它足够的免费存储空间。由min_free_space设置的保留(通过dse.yaml配置),DSEFS永远不会触及。因此,如果min_free_space设置大于节点上的实际可用存储空间,则会出现此错误。