Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-25 Thread Travis Rhoden
Hi Massimiliano, On Tue, Nov 25, 2014 at 6:02 AM, Massimiliano Cuttini wrote: > Hi travis, > > can I have a develop account or tester account in order to submit issue by > myself? > Registration for the Ceph tracker is open -- anyone can sign up for an account to report issues. If you visit h

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-25 Thread John Wilkins
Massimiliano, We have a documentation update coming shortly. RHEL 7 doesn't have yum-priorities, but you can use rpmfind to get it. Regards, John On Tue, Nov 25, 2014 at 3:02 AM, Massimiliano Cuttini wrote: > Hi travis, > > can I have a develop account or tester account in order to submit is

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-25 Thread Massimiliano Cuttini
Hi travis, can I have a develop account or tester account in order to submit issue by myself? Thanks, Massimiliano Cuttini Il 18/11/2014 23:03, Travis Rhoden ha scritto: I've captured this at http://tracker.ceph.com/issues/10133 On Tue, Nov 18, 2014 at 4:48 PM, Travis Rhoden

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-19 Thread Travis Rhoden
Hi Massimiliano, On Tue, Nov 18, 2014 at 5:23 PM, Massimiliano Cuttini wrote: > Then. > ...very good! :) > > Ok, the next bad thing is that I have installed GIANT on Admin node. > However ceph-deploy ignore ADMIN node installation and install FIREFLY. > Now i have ceph-deploy of Giant on my

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-18 Thread Massimiliano Cuttini
Then. ...very good! :) Ok, the next bad thing is that I have installed GIANT on Admin node. However ceph-deploy ignore ADMIN node installation and install FIREFLY. Now i have ceph-deploy of Giant on my ADMIN node and my first OSD node with FIREFLY. It seems to me odd. Is it fine or i should

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-18 Thread Travis Rhoden
I've captured this at http://tracker.ceph.com/issues/10133 On Tue, Nov 18, 2014 at 4:48 PM, Travis Rhoden wrote: > Hi Massimiliano, > > I just recreated this bug myself. Ceph-deploy is supposed to install EPEL > automatically on the platforms that need it. I just confirmed that it is > not doi

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-18 Thread Travis Rhoden
Hi Massimiliano, I just recreated this bug myself. Ceph-deploy is supposed to install EPEL automatically on the platforms that need it. I just confirmed that it is not doing so, and will be opening up a bug in the Ceph tracker. I'll paste it here when I do so you can follow it. Thanks for the

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-11-18 Thread Massimiliano Cuttini
I solved by installing EPEL repo on yum. I think that somebody should write down in the documentation that EPEL is mandatory Il 18/11/2014 14:29, Massimiliano Cuttini ha scritto: Dear all, i try to install ceph but i get errors: #ceph-deploy install node1 [] [ce

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-08-15 Thread Alfredo Deza
Actually, we haven't had any CentOS7 builds, that is why there is no `el7` in the repos. We are in the middle of getting that sorted out. Sorry you had to find this! Also, keep in mind that there is no need really to edit those files. You can tell ceph-deploy what URL to use and force it with: c

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-08-15 Thread Brian
Found the file. You need to edit /usr/lib/python2.7/site- packages/ceph_deploy/hosts/centos/install.py line 31 change to return 'rhel' + distro.normalized_release.major Probably a bug that needs to be fixed in the deploy packages. ___ ceph-users mail

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-08-15 Thread Brian
After dealing with ubuntu for a few days I decided to circle back to centos 7. It appears that the latest ceph deploy takes care of the initial issues I had. Now i'm hitting a new issue that has to do with an improperly defined url. When I do "ceph-deploy install node1 node2 node3" it fails beca

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-08-06 Thread Kyle Bader
> Can you paste me the whole output of the install? I am curious why/how you > are getting el7 and el6 packages. priority=1 required in /etc/yum.repos.d/ceph.repo entries -- Kyle ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-07-29 Thread Alfredo Deza
Can you paste me the whole output of the install? I am curious why/how you are getting el7 and el6 packages. On Tue, Jul 29, 2014 at 10:21 AM, Brian Lovett wrote: > 1.5.9.It was the latest version as of yesterday. > > *Brian Lovett* > *CEO Prosperent.com* > > > * * >

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-07-29 Thread Alfredo Deza
Just went through the output a couple more times and noted that you have a mix of 'el6' and 'el7' packages: > [monitor01][DEBUG ] ---> Package mesa-libglapi.x86_64 0:9.2.5-5.20131218.el7 > will be installed > [monitor01][DEBUG ] ---> Package python-ceph.x86_64 0:0.80.4-0.el6 will be > installed

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-07-29 Thread Alfredo Deza
On Mon, Jul 28, 2014 at 12:45 PM, Brian Lovett wrote: > Simon Ironside writes: > >> >> Hi Brian, >> >> I have a fresh install working on RHEL 7 running the same version of >> python as you. I did have trouble installing from the ceph.com yum repos >> though and worked around it by creating and in

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-07-28 Thread Brian Lovett
Simon Ironside writes: > > Hi Brian, > > I have a fresh install working on RHEL 7 running the same version of > python as you. I did have trouble installing from the ceph.com yum repos > though and worked around it by creating and installing from my own local > yum repos instead. > > I then

Re: [ceph-users] Dependency issues in fresh ceph/CentOS 7 install

2014-07-28 Thread Simon Ironside
Hi Brian, I have a fresh install working on RHEL 7 running the same version of python as you. I did have trouble installing from the ceph.com yum repos though and worked around it by creating and installing from my own local yum repos instead. I then skip the ceph-deploy install step, as I'v