From owner-freebsd-geom@FreeBSD.ORG Mon Oct 15 09:05:55 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB36416A417 for ; Mon, 15 Oct 2007 09:05:55 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 6C66313C467 for ; Mon, 15 Oct 2007 09:05:55 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so798493nzf for ; Mon, 15 Oct 2007 02:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=WIClknsSnPfxISdvAzWuHmvEhZq1qoSb1UyLu/2nYo8=; b=XM8x7V1ck80TXgwvNPkcQy4OazVx8cqK8TN4IG+JN9WPYxAlwYcG/SyqUjeQVbSe6Rxze01iY8LCa4tAI4Dt+5mE6XM+GhF01S7HPJiMcHLnmT63Gg1yFcsT5s6ftfB0asn9UQh7S/0ChfPCFNJJrG1zhjSUUsO3rYKLEM86BqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=oZzwQI0cTs+xE8G+rM1iG2sudtZzb//PZAKxHg10kbytWT7rfOCg/HL7u1192PFP5bSWNyWhNF2hXuHhxYwQwM7+vpT4jKy8o+c+PMQZbMWdiilCVXoHBH+EYabLKTQ/UeRpp3d8Zjun6SnhSG8NoGJzLXRxXnPR9NMy/rLMRBU= Received: by 10.141.15.19 with SMTP id s19mr2574331rvi.1192439154081; Mon, 15 Oct 2007 02:05:54 -0700 (PDT) Received: by 10.141.211.5 with HTTP; Mon, 15 Oct 2007 02:05:54 -0700 (PDT) Message-ID: <9bbcef730710150205o7c344432kc8bc828da64bff1f@mail.gmail.com> Date: Mon, 15 Oct 2007 11:05:54 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: d_elbracht In-Reply-To: <00cb01c80f04$50b11ed0$639049d9@EC1a> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <008801c80e65$47cbe650$639049d9@EC1a> <00cb01c80f04$50b11ed0$639049d9@EC1a> X-Google-Sender-Auth: 11c2e076073077f8 Cc: freebsd-stable@freebsd.org, freebsd-geom@freebsd.org Subject: Re: g_vfs_done():da3s1a[READ(offset=81064794762854400, length=8192)]error = 5 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: Mon, 15 Oct 2007 09:05:55 -0000 On 15/10/2007, d_elbracht wrote: > One basic question to ask: where does the value for offset= in g_vfs_done() > come from ? Either from the file system or from bugs in the code. I don't remember seeing similar reports before so the probability of there being bugs in the code is fairly small. This is all on raw hardware, not vmware, right? > From the time the error shows up in syslog I believe, the error only > happens, when a file get's appended.