[
https://issues.apache.org/jira/browse/COUCHDB-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000869#comment-14000869
]
Nils Breunese commented on COUCHDB-1592:
----------------------------------------
Ah, that wasn't clear to me.
I don't have another setup that shows this issue than our production setup
right now, so I'll either have to see if our hosting provider is willing to
compile CouchDB with this patch or this situation needs to be recreated
elsewhere. I guess that would be setting database_dir to a symlink on a
filesystem with little free space which in turn is pointing to a location on a
filesystem with enough free space to let compaction run. Is this something that
could be coded into the CouchDB test suite or would creating a (RAM-based?)
test filesystem be too much?
> Free space check for automatic compaction doesn't follow symlinks
> -----------------------------------------------------------------
>
> Key: COUCHDB-1592
> URL: https://issues.apache.org/jira/browse/COUCHDB-1592
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Affects Versions: 1.2
> Reporter: Nils Breunese
>
> We've got a problem with automatic compaction not running due to low
> diskspace according to CouchDB. According to our system administrators there
> is more than enough space (more than twice the currently used space), but the
> data directory is a symlink to the real data storage. It seems CouchDB is
> checking the diskspace on the filesystem on which the symlink resides instead
> of the diskspace on the linked filesystem.
--
This message was sent by Atlassian JIRA
(v6.2#6252)