Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 85660 invoked from network); 14 May 2010 08:40:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 08:40:51 -0000 Received: (qmail 4596 invoked by uid 500); 14 May 2010 08:40:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 4303 invoked by uid 500); 14 May 2010 08:40:47 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 4275 invoked by uid 99); 14 May 2010 08:40:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 08:40:45 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 08:40:40 +0000 Received: by fxm1 with SMTP id 1so582488fxm.11 for ; Fri, 14 May 2010 01:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=I0/tRxWjynzhyAqLYhsJVSRnlp0y5wu7MYOXLXUc1Dc=; b=UTI4AJLQjZ/o58rAudeIsEJRmlO+Qpg0+Rd1YRXYWM8saSkNDW1yigU8x5vx4tgK2r ts4IuD9qAzoBWCzu+wFu+Ye8tWh9cNuqDnjTprfUSXJPLG/NOVrx9UY4sVNMjCMhjw32 Dq3E+jvoFdoVEhW82Dr1POU4Vt0Yb+7Bz5h9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=jawViXJxIm8KpjWURimWwOsj5EVeJJHltIzmttg/22sMZDL0y3n8rYPjn9/E3IFIJg XqxMzKaBl6pgNCTxRJ4jcr4DowyKY5F98bmYSOy+w4+0EWkMmGbUU7Z48OfPqYaSAAfQ Fm96vRJxR/v32BKkK+f7dRew1mBIEvfWYpfEc= Received: by 10.103.127.8 with SMTP id e8mr731182mun.39.1273826418801; Fri, 14 May 2010 01:40:18 -0700 (PDT) Received: from [192.168.178.21] (koln-5d8143d5.pool.mediaWays.net [93.129.67.213]) by mx.google.com with ESMTPS id 25sm9417805mul.26.2010.05.14.01.40.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 14 May 2010 01:40:17 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Query about chef compaction - why would it fail silently? From: Sebastian Cohnen In-Reply-To: <3B7C8162-71B0-4F60-BB6F-F5D857143A7A@headshift.com> Date: Fri, 14 May 2010 10:40:16 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3B7C8162-71B0-4F60-BB6F-F5D857143A7A@headshift.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) I hope couchdb is not at /dev/mapper/system-var :) you need some free = space, because couch is copying all the latest, non-conflicting = documents over to a new file and afterwards swaps out the old database = file with the newly created one. On 14.05.2010, at 10:00, Chris Adams wrote: > Hi there, >=20 > I'm a little confused by the behaviour of couchdb's compact command, = and I suspect the solution is really quite simple, but I'm still new to = couchdb, so please excuse the noobish question: >=20 > I'm trying to compact a 5.6gb couchdb database that's been generated = by chef, using this command: >=20 > curl -X POST http://localhost:5984/chef/_compact >=20 > However, when I check the status back, couch doesn't seem to be = compacting: >=20 > curl -X GET http://localhost:5984/chef/ >=20 > I'm following the insturctions here - = http://wiki.apache.org/couchdb/Compaction=20 >=20 > Why might it not start compacting when I call the compact command like = this? =20 >=20 > The VM that's running the couchdb database is almost at capacity disk = space wise, and I'm using couchdb version 0.10.0 (I've gisted this info = here http://gist.github.com/400920, and the output from the compact = commands here ) >=20 > Thanks! >=20 > Chris Adams >=20 >=20 >=20 >=20 >=20 >=20