From owner-soc-status@FreeBSD.ORG Tue Jul 23 21:03:24 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7742EDBE for ; Tue, 23 Jul 2013 21:03:24 +0000 (UTC) (envelope-from mikemandarine@gmail.com) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DA72250D for ; Tue, 23 Jul 2013 21:03:24 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id hf12so2696250vcb.13 for ; Tue, 23 Jul 2013 14:03:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AO9xbjfsvq74jgDUJ45EtKtnoVSpJGJA51VKGQucLgw=; b=Zq/lIqAlOu9nDoneuM1EwHGeIwKRG/ZrnTd+HdBwuJ8pvB8Om7xqkQGuLrQLnOv1BB NhKT5FDC/kSENy1S8SuaR2azIf69O1QFISTY7k2lOZjQECcIw5UfMHFy/rFZdnbCpnBC /kPlpQZNVxz0VkV1Kwm7nSHr0WQcCUSfnmJVimS+xwzzdISKniLf0XcnvZ5TDkQgvWhT eLPr+HcNrs6tqdeeZMbKST6Zy/52vmWPaI7ChtgmMAAF3ts4EkPmhrPU5jeRarbECLoV p38KXK/5f2fJbIL0ANyERypPWgn9r81doWkubnH3EQjrMfYzd6AUJhVuv9fgfxY/9MkE iLXg== MIME-Version: 1.0 X-Received: by 10.59.2.167 with SMTP id bp7mr3952244ved.67.1374613403266; Tue, 23 Jul 2013 14:03:23 -0700 (PDT) Received: by 10.220.163.74 with HTTP; Tue, 23 Jul 2013 14:03:23 -0700 (PDT) Date: Tue, 23 Jul 2013 23:03:23 +0200 Message-ID: Subject: Status report, week 5 From: Mike Ma To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 21:03:24 -0000 Hi, Sorry for the late. Last week I focused on debugging why I can not mount gluster volume on FreeBSD. I fixed some problems that caused mount failures including: fstype parameter too long invalid fstype validate iovlen for a nmount request I managed to get the mount request to fuse module and there's still some error returned in fuse. I'm trying to fix this problem asap. -- Cheers, Mike