From owner-freebsd-fs@freebsd.org Wed Mar 29 16:21:18 2017 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 3CF25D24144 for ; Wed, 29 Mar 2017 16:21:18 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088511DEB for ; Wed, 29 Mar 2017 16:21:17 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id E971F3CEBD; Wed, 29 Mar 2017 18:21:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WM9RkkNYPD0S; Wed, 29 Mar 2017 18:21:06 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 48FFA3CEBC for ; Wed, 29 Mar 2017 18:21:06 +0200 (CEST) Subject: ceph-fuse is working on FreeBSD References: <2133312b-b225-0060-bad8-f8aab4f4fcf7@digiware.nl> To: FreeBSD Filesystems From: Willem Jan Withagen X-Forwarded-Message-Id: <2133312b-b225-0060-bad8-f8aab4f4fcf7@digiware.nl> Message-ID: <932f5fec-5d5d-35e2-1636-6ffe6975f799@digiware.nl> Date: Wed, 29 Mar 2017 18:21:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <2133312b-b225-0060-bad8-f8aab4f4fcf7@digiware.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:21:18 -0000 Hi, I needed some more skills to actually get everything in place to get it working. But in essence I have ceph-fuse running... wjw# df | grep fuse /dev/fuse 9168256790 203540395 8964716395 2% /zfs/home/wjw/mnt/zfs /dev/fuse 8241876992 60174336 8181702656 1% /zfs/home/wjw/mnt/cephf the first one is a sshfs to make sure I got fuse working. wjw# ls ~/mnt/cephfs/ wjw# touch ~/mnt/cephfs//test wjw# ~/mnt/cephfs/ test So we are slowly getting there.... --WjW