From owner-freebsd-geom@FreeBSD.ORG Wed Dec 7 14:45:07 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE9C16A422 for ; Wed, 7 Dec 2005 14:45:07 +0000 (GMT) (envelope-from oxy@field.hu) Received: from dumballah.tvnet.hu (dumballah.tvnet.hu [195.38.96.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA96143DCD for ; Wed, 7 Dec 2005 14:44:21 +0000 (GMT) (envelope-from oxy@field.hu) Received: from localhost (localhost.localdomain [127.0.0.1]) by dumballah.tvnet.hu (Postfix) with ESMTP id D5575101794 for ; Wed, 7 Dec 2005 15:44:15 +0100 (CET) Received: from dumballah.tvnet.hu ([127.0.0.1]) by localhost (dumballah.tvnet.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27280-23 for ; Wed, 7 Dec 2005 15:44:15 +0100 (CET) Received: from oxy (dsl85-238-73-88.pool.tvnet.hu [85.238.73.88]) by dumballah.tvnet.hu (Postfix) with SMTP id A0F08101B0F for ; Wed, 7 Dec 2005 15:44:14 +0100 (CET) Message-ID: <000b01c5fb3c$b47456e0$0201a8c0@oxy> From: "OxY" To: Date: Wed, 7 Dec 2005 15:44:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: by amavisd-new at tvnet.hu Subject: geom mirror write performance problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 14:45:08 -0000 i found the real problem, it was not the xl driver, but the geom mirror.. if i try to write to an other disk, not in the main systems raid1, then download is ok, 10M/s... then i tried to remove one disk from the raid1, and write on it.. the download is OK again... when i sync the raid array it gives poor performance again 1M/s.. what's wrong? the disks are OK, all hardwares too, it worked for almost a year without problem.. i upgraded from 5.4->6.0-rel 1week, that's when the problem appeared.. i use geom mirror on 2 other servers (5.4, 6.0) and works fine, fast enough.. any idea what to do?