Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 80110 invoked from network); 14 May 2010 08:01:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 08:01:28 -0000 Received: (qmail 74058 invoked by uid 500); 14 May 2010 08:01:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 73814 invoked by uid 500); 14 May 2010 08:01:25 -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 73805 invoked by uid 99); 14 May 2010 08:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 08:01:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chris.adams@headshift.com designates 212.74.114.16 as permitted sender) Received: from [212.74.114.16] (HELO mk-outboundfilter-6-a-2.mail.uk.tiscali.com) (212.74.114.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 08:01:17 +0000 X-Trace: 207461063/mk-outboundfilter-6.mail.uk.tiscali.com/F2S/$F2S-NILDRAM-ACCEPTED/f2s-nildram-customers/84.12.162.28/None/chris.adams@headshift.com X-SBRS: None X-RemoteIP: 84.12.162.28 X-IP-MAIL-FROM: chris.adams@headshift.com X-SMTP-AUTH: X-Originating-Country: GB/UNITED KINGDOM X-MUA: Apple Mail (2.1078) X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AisFAJSg7EtUDKIc/2dsb2JhbACRdowMcbxRhRAE X-IronPort-AV: E=Sophos;i="4.53,227,1272841200"; d="scan'208,217";a="207461063" X-IP-Direction: IN Received: from office.headshift.com ([84.12.162.28]) by smtp.f2s.tiscali.co.uk with ESMTP; 14 May 2010 09:00:54 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by office.headshift.com (Postfix) with ESMTP id 9EBF51ED0070 for ; Fri, 14 May 2010 09:00:54 +0100 (BST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.338 X-Spam-Level: Received: from office.headshift.com ([127.0.0.1]) by localhost (office.headshift.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qw3zaagCYPpQ for ; Fri, 14 May 2010 09:00:54 +0100 (BST) Received: from [10.167.0.34] (unknown [10.167.0.34]) by office.headshift.com (Postfix) with ESMTP id 290EA1ED0001 for ; Fri, 14 May 2010 09:00:54 +0100 (BST) From: Chris Adams Content-Type: multipart/alternative; boundary=Apple-Mail-2--835890110 Subject: Query about chef compaction - why would it fail silently? Date: Fri, 14 May 2010 09:00:53 +0100 Message-Id: <3B7C8162-71B0-4F60-BB6F-F5D857143A7A@headshift.com> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-2.338 tagged_above=-10 required=6.6 tests=[AWL=0.159, BAYES_00=-2.599, HTML_MESSAGE=0.001, RDNS_NONE=0.1, WEIRD_PORT=0.001] --Apple-Mail-2--835890110 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi there, 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: I'm trying to compact a 5.6gb couchdb database that's been generated by = chef, using this command: curl -X POST http://localhost:5984/chef/_compact However, when I check the status back, couch doesn't seem to be = compacting: curl -X GET http://localhost:5984/chef/ I'm following the insturctions here - = http://wiki.apache.org/couchdb/Compaction=20 Why might it not start compacting when I call the compact command like = this? =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 ) Thanks! Chris Adams --Apple-Mail-2--835890110--