Details
Description
In the EC2 AMI for 2.0, the data dir is on the large (100GB) EBS partition, but the server is given a symlink to it (underneath /var/lib/couchbase). When it reports the available disk space in the Disk Overview, it seems to report it based on the partition that the symlink is on, not the partition that the symlink dereferences to.
Found a related issue... http://www.couchbase.com/issues/browse/MB-1994
Found a related issue... http://www.couchbase.com/issues/browse/MB-1994
In the past, if you used a symbolic link to reference a data directory for
Couchbase Server, when the server determined remaining free disk space, it
only found the free disk space for the partition that contained the symbolic link.
This resulted in two issues: 1) incorrect information in the
Couchbase Web Console, 2) more significantly, it would accidentally inhibit the
data compaction process because of incorrect information free disk space.
This has been fixed in 2.0.