age -
>> From: "JIten Shah"
>> To: "Jean-Charles LOPEZ"
>> Cc: "ceph-users"
>> Sent: Friday, November 7, 2014 7:18:10 PM
>> Subject: Re: [ceph-users] Installing CephFs via puppet
>>
>> Thanks JC and Loic but we HAVE to use puppe
- Original Message -
> From: "JIten Shah"
> To: "Jean-Charles LOPEZ"
> Cc: "ceph-users"
> Sent: Friday, November 7, 2014 7:18:10 PM
> Subject: Re: [ceph-users] Installing CephFs via puppet
>
> Thanks JC and Loic but we HAVE to use
Hi,
On 07/11/2014 19:18, JIten Shah wrote:
> Thanks JC and Loic but we HAVE to use puppet. That’s how all of our
> configuration and deployment stuff works and I can’t sway away from it.
>
> Is https://github.com/enovance/puppet-ceph a good resource for cephFS? Has
> anyone used it successfull
Thanks JC and Loic but we HAVE to use puppet. That’s how all of our
configuration and deployment stuff works and I can’t sway away from it.
Is https://github.com/enovance/puppet-ceph a good resource for cephFS? Has
anyone used it successfully?
—Jiten
On Nov 7, 2014, at 9:09 AM, Jean-Charles L
Hi,
with ceps-deploy do the following
1) Install ceph-deploy
2) mkdir ~/ceph-deploy
3) cd ~/ceph-deploy
4) ceph-deploy --overwrite-conf config pull {monitorhostname}
5) If version is Giant
a) ceph osd pool create cephfsdata
b) ceph odd pool create cephfsmeta xxx
c) ceph mds newfs {cephfsmeta_
Hi,
On 07/11/2014 05:07, JIten Shah wrote:
> Thanks Loic.
>
> What is the recommended puppet module for installing cephFS ?
Unless you're obliged to use puppet I would probably recommend using another
tool such as ceph-deploy. But I don't know much about CephFS and someone else
may have an au
Thanks Loic.
What is the recommended puppet module for installing cephFS ?
I can send more details about puppet-ceph but basically I haven't changed
anything in there except for assigning values to the required params in the
yaml file.
--Jiten
> On Nov 6, 2014, at 7:24 PM, Loic Dachary
Hi,
At the moment puppet-ceph does not support CephFS. The error you're seeing does
not ring a bell, would you have more context to help diagnose it ?
Cheers
On 06/11/2014 23:44, JIten Shah wrote:
> Hi Guys,
>
> I am sure many of you guys have installed cephfs using puppet. I am trying to
> i
Hi Guys,
I am sure many of you guys have installed cephfs using puppet. I am trying to
install “firefly” using the puppet module from
https://github.com/ceph/puppet-ceph.git
and running into the “ceph_config” file issue where it’s unable to find the
config file and I am not sure why.
Here’