From owner-freebsd-fs@freebsd.org Mon Aug 3 21:21:25 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34FC39B29E0 for ; Mon, 3 Aug 2015 21:21:25 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD1A31F6D for ; Mon, 3 Aug 2015 21:21:24 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: by wicgj17 with SMTP id gj17so123124816wic.1 for ; Mon, 03 Aug 2015 14:21:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=QSFlJGKeT6YwoMzKY0wym5buTTpq/SukEbGs/wfL8ZA=; b=s+Bm7nreuqoR5Y/sW4qXQTokcwF19M3vZTLZtGqNM1ORgS7jnFhDdoSzCObctuRuDu BiRgVo1m8CmB+3xz7loDylGoUf79aWm2iVk6qusp3xnbWVmZraiMB1B/mj2KV+fd0ZzB mXgO8j9Gxh9yGkLtnCc4m5G3OkB4yGn4TxCSLSZkS3qj4BpWw2+GWAUXH6ENMQlmFTYi AVgOEzIc0hqTLIPiXH6Wj6Ekv6KLnSApXCjbOaSRMHTK+5vEGlPpRtuCRB1BA+jTZOts hNcbVQMz9bt2yRXafFZG8OAqUOUIEX67mJnyhr26x1ci5MWUbI9g8qC6A8s5cpksfhUt Y9yg== X-Received: by 10.181.12.20 with SMTP id em20mr38662367wid.28.1438636883287; Mon, 03 Aug 2015 14:21:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.143 with HTTP; Mon, 3 Aug 2015 14:21:03 -0700 (PDT) From: Ahmed Kamal Date: Mon, 3 Aug 2015 23:21:03 +0200 Message-ID: Subject: NFS automated testing To: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 21:21:25 -0000 Hi BSD'ers, I've hit more bugs in FreeBSD's NFS 4/4.1 code paths in the past few months than I would have liked. I started thinking perhaps the NFS kernel stack is not getting the testing it deserves. * Is there automated QA processes that tests NFS stack like continuous integration ? * Does this test against Linux clients and other OSs ? * Can one contribute more tests ? How ? * If all of that doesn't exist .. Is this something needed? I might spend some cycles on it if so Wishing you all rock solid file systems! Thanks!