From owner-freebsd-geom@FreeBSD.ORG Wed Jul 23 02:49:27 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CE7DC42 for ; Wed, 23 Jul 2014 02:49:27 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74E3B2336 for ; Wed, 23 Jul 2014 02:49:27 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id ft15so708829pdb.10 for ; Tue, 22 Jul 2014 19:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=yHI6wPpRvPVJmXomXzYbEzZmxRfc0pAj1/WpuypLqZg=; b=rgMgw/ZVbaRQO8mwiJ02T6r92VWNNrsJ3MYilbpn3tMZC9bU3AoAkGJw0CYiMy1uBm FhcxAehfsdDLgJ1hYXqZ9Q64eqDgeTQiC/gj0HwqMlSWDgkfbn6e7cYsmGiss7c1C0ek MlvswCse8t+EG0R2BKRy7xcNGc1BbColhJ3sNhtvNi7GOF9ZzLthbM25fQbPC7Jgjk8S ndNuROOcJqryOeUC0CNah8CsGI6hduU/k49X5Ivq4igvxnvAV1w3ShINXqoHhQWvu2U4 ocYmqxnAT6u2uMuoefauHRZ6djUbGHKfx6BpKoAX39Q19Vp+QEcv9wjLVKG9TAm7reZ7 r7dg== X-Received: by 10.70.55.161 with SMTP id t1mr6475316pdp.157.1406083767039; Tue, 22 Jul 2014 19:49:27 -0700 (PDT) Received: from kmatoMacBook-Pro.local ([221.234.44.204]) by mx.google.com with ESMTPSA id h10sm3339594pat.11.2014.07.22.19.49.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jul 2014 19:49:26 -0700 (PDT) Message-ID: <53CF22B1.6080507@gmail.com> Date: Wed, 23 Jul 2014 10:49:21 +0800 From: k simon User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-geom@FreeBSD.org Subject: gjournal's rm too slow Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 02:49:27 -0000 Hi,Lists, I had a gjournal box ,when I started "rm -r" a folder with lots of small files, it's extreme slow, about 1 Mbytes/s throughput. Does it normally? Regards Simon