From owner-freebsd-fs@freebsd.org Wed Aug 10 06:58:06 2016 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 B1D38BB4A6B for ; Wed, 10 Aug 2016 06:58:06 +0000 (UTC) (envelope-from jordanhubbard@icloud.com) Received: from pv35p22im-ztdg05131101.me.com (pv35p22im-ztdg05131101.me.com [17.133.189.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93F4918CF for ; Wed, 10 Aug 2016 06:58:06 +0000 (UTC) (envelope-from jordanhubbard@icloud.com) Received: from process-dkim-sign-daemon.pv35p22im-ztdg05131101.me.com by pv35p22im-ztdg05131101.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OBO00C00J1ACQ00@pv35p22im-ztdg05131101.me.com> for freebsd-fs@freebsd.org; Wed, 10 Aug 2016 05:58:00 +0000 (GMT) Received: from [10.11.111.236] (50-250-239-90-static.hfc.comcastbusiness.net [50.250.239.90]) by pv35p22im-ztdg05131101.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OBO00C05J8LXQ30@pv35p22im-ztdg05131101.me.com>; Wed, 10 Aug 2016 05:58:00 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-10_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1608100066 From: Jordan Hubbard Message-id: MIME-version: 1.0 (Mac OS X Mail 10.0 \(3212\)) Subject: Re: CEPH + FreeBSD Date: Tue, 09 Aug 2016 22:57:56 -0700 In-reply-to: Cc: freebsd-fs@freebsd.org To: Willem Jan Withagen References: <5661752C.1090200@digiware.nl> <88732E11-8570-4D02-9374-3F1419EABC6F@icloud.com> <5664BC1C.6060207@digiware.nl> X-Mailer: Apple Mail (2.3212) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1470808680; bh=Ro9zVxsF6CoJx4QKZoDnInL36xqJqnCriGjx2vzh61Y=; h=From:Message-id:Content-type:MIME-version:Subject:Date:To; b=Dj1pLPdNyfs/pLtxgnUxq5aNEebqvXHyDKbAYgzIfLcO46aDt5iuP1MLYqVEkOFSt 2OeKv1AtYHlYrDGsvyDeO0rqPSf6IKPZ3aELEJcjEiFRNBjOkN1z7JFPgKfrgpSJsj 0QKMzLH84IPvMfZI5Jt/TMK2P1MTUB82W1e9s0jSJCXQ3KpWLfrDTVkHuN1ndV4aTA rEqygLGb4fU0bXeksS0VlaDgqKJsY+nK1Pb8+sFvCKWh13xvCFjTpaVdkAs4XuNinn G4zeAe8rivK3FyU8x59nWM14mXjAMiUtK7W3onwyE1DUpmxlyuft/u6I1vhDzOVp3X q7i20OZpTTrGA== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 06:58:06 -0000 > On Aug 5, 2016, at 2:47 AM, Willem Jan Withagen = wrote: >=20 > Biggest thing to get working for me ATM is ceph-disk, because that = will > get things to start installing. Making it packageble, and something = for > other to start playing with. And it is only going to work out if = people > start using it. Hi Willem, Those seem like reasonable priorities to me. I would even say that the = port is the *first* priority since it gives interested parties a quick = way to bootstrap the ceph port on FreeBSD (IIRC, the build process = itself is a little arcane) and start checking it out. I would also say = that ceps-disk is the right place to start since it=E2=80=99s a fairly = low-level place in the stack. - Jordan