Re: [ceph-users] xfsprogs not found in RHEL

2013-09-16 Thread sriram
ping


On Thu, Sep 12, 2013 at 2:27 PM, sriram  wrote:

> Adding to the previous issue. I dont see any files specified in 1,2 and 3
> below. I dont have fastcgi.conf, ceph.conf or s3gw.fcgi. I have followed
> everything up till that point in the wiki. Is there anything missing in the
> wiki or should I create them?
>
>
>
>1.
>
>Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by
>commenting out the following line:
>
>#FastCgiWrapper On
>
>2.
>
>Add a fastcgi script.
>
>#!/bin/sh
>exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
>
>3.
>
>Make s3gw.fcgi executable:
>
>chmod +x /var/www/rgw/s3gw.fcgi
>
>
>
>
> On Thu, Sep 12, 2013 at 1:26 PM, sriram  wrote:
>
>> That worked. Thank you. I have followed the steps on this wiki (which
>> needs update. I will summarize the changes at the end) -
>> http://ceph.com/docs/master/install/rpm/
>>
>> I do not find any file call fastcgi.conf which is specified as shown
>> below in the link. Any ideas?
>>
>>1.
>>
>>Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by
>>commenting out the following line:
>>
>>#FastCgiWrapper On
>>
>>
>>
>>
>> On Wed, Sep 11, 2013 at 4:28 PM, Gagandeep Arora 
>> wrote:
>>
>>> Hello,
>>>
>>>
>>> Setup EPEL repo by installing the following package:
>>>
>>> http://fedora.mirror.serversaustralia.com.au/epel/6/i386/epel-release-6-8.noarch.rpm
>>>
>>> do
>>> # yum install mod_fcgid.x86_64 fcgi.x86_64
>>>
>>> or download the packages from the following links in case you don't t
>>> want to setup EPEL repo:
>>>
>>> http://dl.fedoraproject.org/pub/epel/6/x86_64/fcgi-2.4.0-10.el6.x86_64.rpm
>>>
>>> http://dl.fedoraproject.org/pub/epel/6/x86_64/mod_fcgid-2.3.7-1.el6.x86_64.rpm
>>>
>>>
>>> Regards,
>>> Gagan
>>>
>>>
>>> On Thu, Sep 12, 2013 at 6:05 AM, sriram  wrote:
>>>
>>>> Thank you. That worked.
>>>>
>>>> I am trying to install the object storage based on the steps here -
>>>>
>>>> http://ceph.com/docs/master/install/rpm/#installing-ceph-packages
>>>>
>>>> Where can I get these RPMs?
>>>>
>>>> rpm -ivh fcgi-2.4.0-10.el6.x86_64.rpm
>>>> rpm -ivh mod_fastcgi-2.4.6-2.el6.rf.x86_64.rpm
>>>>
>>>>
>>>>
>>>> On Tue, Sep 10, 2013 at 5:05 PM, Gagandeep Arora <
>>>> aroragaga...@gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I think you downloaded source rpm. Download this package from the
>>>>> following link
>>>>>
>>>>>
>>>>> http://mirror.centos.org/centos/6/updates/x86_64/Packages/xfsprogs-3.1.1-10.el6_4.1.x86_64.rpm
>>>>>
>>>>>
>>>>> Regards,
>>>>> Gagan
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Sep 11, 2013 at 8:54 AM, sriram  wrote:
>>>>>
>>>>>> I installed xfsprogs from
>>>>>> http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
>>>>>> .
>>>>>> I then ran "sudo yum install ceph" and I still get the same error.
>>>>>> Any ideas?
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:
>>>>>>
>>>>>>> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 28, 2013 at 5:46 AM, Sriram wrote:
>>>>>>>
>>>>>>>> Yes I read that but I was not sure if installing from Centos 6
>>>>>>>> repository can cause issues.
>>>>>>>>
>>>>>>>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" <
>>>>>>>> s...@zhaw.ch> wrote:
>>>>>>>>
>>>>>>>>  Check this issue: http://tracker.ceph.com/issues/5193
>>>>>>>>
>>>>>>>>  You might need the RHEL Scalable File System add-on.
>>>>>>>>
>>>>>>>>  Cheers,
>>>>>>>>   --
>>>>>>>> Daniele Stroppa
&g

Re: [ceph-users] xfsprogs not found in RHEL

2013-09-13 Thread sriram
Any ideas about this?


On Thu, Sep 12, 2013 at 2:27 PM, sriram  wrote:

> Adding to the previous issue. I dont see any files specified in 1,2 and 3
> below. I dont have fastcgi.conf, ceph.conf or s3gw.fcgi. I have followed
> everything up till that point in the wiki. Is there anything missing in the
> wiki or should I create them?
>
>
>
>1.
>
>Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by
>commenting out the following line:
>
>#FastCgiWrapper On
>
>2.
>
>Add a fastcgi script.
>
>#!/bin/sh
>exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
>
>3.
>
>Make s3gw.fcgi executable:
>
>chmod +x /var/www/rgw/s3gw.fcgi
>
>
>
>
> On Thu, Sep 12, 2013 at 1:26 PM, sriram  wrote:
>
>> That worked. Thank you. I have followed the steps on this wiki (which
>> needs update. I will summarize the changes at the end) -
>> http://ceph.com/docs/master/install/rpm/
>>
>> I do not find any file call fastcgi.conf which is specified as shown
>> below in the link. Any ideas?
>>
>>1.
>>
>>Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by
>>commenting out the following line:
>>
>>#FastCgiWrapper On
>>
>>
>>
>>
>> On Wed, Sep 11, 2013 at 4:28 PM, Gagandeep Arora 
>> wrote:
>>
>>> Hello,
>>>
>>>
>>> Setup EPEL repo by installing the following package:
>>>
>>> http://fedora.mirror.serversaustralia.com.au/epel/6/i386/epel-release-6-8.noarch.rpm
>>>
>>> do
>>> # yum install mod_fcgid.x86_64 fcgi.x86_64
>>>
>>> or download the packages from the following links in case you don't t
>>> want to setup EPEL repo:
>>>
>>> http://dl.fedoraproject.org/pub/epel/6/x86_64/fcgi-2.4.0-10.el6.x86_64.rpm
>>>
>>> http://dl.fedoraproject.org/pub/epel/6/x86_64/mod_fcgid-2.3.7-1.el6.x86_64.rpm
>>>
>>>
>>> Regards,
>>> Gagan
>>>
>>>
>>> On Thu, Sep 12, 2013 at 6:05 AM, sriram  wrote:
>>>
>>>> Thank you. That worked.
>>>>
>>>> I am trying to install the object storage based on the steps here -
>>>>
>>>> http://ceph.com/docs/master/install/rpm/#installing-ceph-packages
>>>>
>>>> Where can I get these RPMs?
>>>>
>>>> rpm -ivh fcgi-2.4.0-10.el6.x86_64.rpm
>>>> rpm -ivh mod_fastcgi-2.4.6-2.el6.rf.x86_64.rpm
>>>>
>>>>
>>>>
>>>> On Tue, Sep 10, 2013 at 5:05 PM, Gagandeep Arora <
>>>> aroragaga...@gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I think you downloaded source rpm. Download this package from the
>>>>> following link
>>>>>
>>>>>
>>>>> http://mirror.centos.org/centos/6/updates/x86_64/Packages/xfsprogs-3.1.1-10.el6_4.1.x86_64.rpm
>>>>>
>>>>>
>>>>> Regards,
>>>>> Gagan
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Sep 11, 2013 at 8:54 AM, sriram  wrote:
>>>>>
>>>>>> I installed xfsprogs from
>>>>>> http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
>>>>>> .
>>>>>> I then ran "sudo yum install ceph" and I still get the same error.
>>>>>> Any ideas?
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:
>>>>>>
>>>>>>> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 28, 2013 at 5:46 AM, Sriram wrote:
>>>>>>>
>>>>>>>> Yes I read that but I was not sure if installing from Centos 6
>>>>>>>> repository can cause issues.
>>>>>>>>
>>>>>>>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" <
>>>>>>>> s...@zhaw.ch> wrote:
>>>>>>>>
>>>>>>>>  Check this issue: http://tracker.ceph.com/issues/5193
>>>>>>>>
>>>>>>>>  You might need the RHEL Scalable File System add-on.
>>>>>>>>
>>>>>>>>  Cheers,
>>>>>>>>   --
>>>>>>>>

Re: [ceph-users] xfsprogs not found in RHEL

2013-09-12 Thread sriram
Adding to the previous issue. I dont see any files specified in 1,2 and 3
below. I dont have fastcgi.conf, ceph.conf or s3gw.fcgi. I have followed
everything up till that point in the wiki. Is there anything missing in the
wiki or should I create them?



   1.

   Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by commenting
   out the following line:

   #FastCgiWrapper On

   2.

   Add a fastcgi script.

   #!/bin/sh
   exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway

   3.

   Make s3gw.fcgi executable:

   chmod +x /var/www/rgw/s3gw.fcgi




On Thu, Sep 12, 2013 at 1:26 PM, sriram  wrote:

> That worked. Thank you. I have followed the steps on this wiki (which
> needs update. I will summarize the changes at the end) -
> http://ceph.com/docs/master/install/rpm/
>
> I do not find any file call fastcgi.conf which is specified as shown below
> in the link. Any ideas?
>
>1.
>
>Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by
>commenting out the following line:
>
>#FastCgiWrapper On
>
>
>
>
> On Wed, Sep 11, 2013 at 4:28 PM, Gagandeep Arora 
> wrote:
>
>> Hello,
>>
>>
>> Setup EPEL repo by installing the following package:
>>
>> http://fedora.mirror.serversaustralia.com.au/epel/6/i386/epel-release-6-8.noarch.rpm
>>
>> do
>> # yum install mod_fcgid.x86_64 fcgi.x86_64
>>
>> or download the packages from the following links in case you don't t
>> want to setup EPEL repo:
>> http://dl.fedoraproject.org/pub/epel/6/x86_64/fcgi-2.4.0-10.el6.x86_64.rpm
>>
>> http://dl.fedoraproject.org/pub/epel/6/x86_64/mod_fcgid-2.3.7-1.el6.x86_64.rpm
>>
>>
>> Regards,
>> Gagan
>>
>>
>> On Thu, Sep 12, 2013 at 6:05 AM, sriram  wrote:
>>
>>> Thank you. That worked.
>>>
>>> I am trying to install the object storage based on the steps here -
>>>
>>> http://ceph.com/docs/master/install/rpm/#installing-ceph-packages
>>>
>>> Where can I get these RPMs?
>>>
>>> rpm -ivh fcgi-2.4.0-10.el6.x86_64.rpm
>>> rpm -ivh mod_fastcgi-2.4.6-2.el6.rf.x86_64.rpm
>>>
>>>
>>>
>>> On Tue, Sep 10, 2013 at 5:05 PM, Gagandeep Arora >> > wrote:
>>>
>>>> Hello,
>>>>
>>>> I think you downloaded source rpm. Download this package from the
>>>> following link
>>>>
>>>>
>>>> http://mirror.centos.org/centos/6/updates/x86_64/Packages/xfsprogs-3.1.1-10.el6_4.1.x86_64.rpm
>>>>
>>>>
>>>> Regards,
>>>> Gagan
>>>>
>>>>
>>>>
>>>> On Wed, Sep 11, 2013 at 8:54 AM, sriram  wrote:
>>>>
>>>>> I installed xfsprogs from
>>>>> http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
>>>>> .
>>>>> I then ran "sudo yum install ceph" and I still get the same error. Any
>>>>> ideas?
>>>>>
>>>>>
>>>>> On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:
>>>>>
>>>>>> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 28, 2013 at 5:46 AM, Sriram  wrote:
>>>>>>
>>>>>>> Yes I read that but I was not sure if installing from Centos 6
>>>>>>> repository can cause issues.
>>>>>>>
>>>>>>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" 
>>>>>>> wrote:
>>>>>>>
>>>>>>>  Check this issue: http://tracker.ceph.com/issues/5193
>>>>>>>
>>>>>>>  You might need the RHEL Scalable File System add-on.
>>>>>>>
>>>>>>>  Cheers,
>>>>>>>   --
>>>>>>> Daniele Stroppa
>>>>>>> Researcher
>>>>>>> Institute of Information Technology
>>>>>>> Zürich University of Applied Sciences
>>>>>>> http://www.cloudcomp.ch
>>>>>>>
>>>>>>>
>>>>>>>   From: sriram 
>>>>>>> Date: Tue, 27 Aug 2013 22:50:41 -0700
>>>>>>> To: Lincoln Bryant 
>>>>>>> Cc: 
>>>>>>> Subject: Re: [ceph-users] xfsprogs not found in RHEL
>>>>>>>
>>>>>>>  Tried
>>>>>>>
>>>>&g

Re: [ceph-users] xfsprogs not found in RHEL

2013-09-12 Thread sriram
That worked. Thank you. I have followed the steps on this wiki (which needs
update. I will summarize the changes at the end) -
http://ceph.com/docs/master/install/rpm/

I do not find any file call fastcgi.conf which is specified as shown below
in the link. Any ideas?

   1.

   Turn off fastcgiwrapper in /etc/httpd/conf.d/fastcgi.conf by commenting
   out the following line:

   #FastCgiWrapper On




On Wed, Sep 11, 2013 at 4:28 PM, Gagandeep Arora wrote:

> Hello,
>
>
> Setup EPEL repo by installing the following package:
>
> http://fedora.mirror.serversaustralia.com.au/epel/6/i386/epel-release-6-8.noarch.rpm
>
> do
> # yum install mod_fcgid.x86_64 fcgi.x86_64
>
> or download the packages from the following links in case you don't t want
> to setup EPEL repo:
> http://dl.fedoraproject.org/pub/epel/6/x86_64/fcgi-2.4.0-10.el6.x86_64.rpm
>
> http://dl.fedoraproject.org/pub/epel/6/x86_64/mod_fcgid-2.3.7-1.el6.x86_64.rpm
>
>
> Regards,
> Gagan
>
>
> On Thu, Sep 12, 2013 at 6:05 AM, sriram  wrote:
>
>> Thank you. That worked.
>>
>> I am trying to install the object storage based on the steps here -
>>
>> http://ceph.com/docs/master/install/rpm/#installing-ceph-packages
>>
>> Where can I get these RPMs?
>>
>> rpm -ivh fcgi-2.4.0-10.el6.x86_64.rpm
>> rpm -ivh mod_fastcgi-2.4.6-2.el6.rf.x86_64.rpm
>>
>>
>>
>> On Tue, Sep 10, 2013 at 5:05 PM, Gagandeep Arora 
>> wrote:
>>
>>> Hello,
>>>
>>> I think you downloaded source rpm. Download this package from the
>>> following link
>>>
>>>
>>> http://mirror.centos.org/centos/6/updates/x86_64/Packages/xfsprogs-3.1.1-10.el6_4.1.x86_64.rpm
>>>
>>>
>>> Regards,
>>> Gagan
>>>
>>>
>>>
>>> On Wed, Sep 11, 2013 at 8:54 AM, sriram  wrote:
>>>
>>>> I installed xfsprogs from
>>>> http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
>>>> .
>>>> I then ran "sudo yum install ceph" and I still get the same error. Any
>>>> ideas?
>>>>
>>>>
>>>> On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:
>>>>
>>>>> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>>>>>
>>>>>
>>>>> On Wed, Aug 28, 2013 at 5:46 AM, Sriram  wrote:
>>>>>
>>>>>> Yes I read that but I was not sure if installing from Centos 6
>>>>>> repository can cause issues.
>>>>>>
>>>>>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" 
>>>>>> wrote:
>>>>>>
>>>>>>  Check this issue: http://tracker.ceph.com/issues/5193
>>>>>>
>>>>>>  You might need the RHEL Scalable File System add-on.
>>>>>>
>>>>>>  Cheers,
>>>>>>   --
>>>>>> Daniele Stroppa
>>>>>> Researcher
>>>>>> Institute of Information Technology
>>>>>> Zürich University of Applied Sciences
>>>>>> http://www.cloudcomp.ch
>>>>>>
>>>>>>
>>>>>>   From: sriram 
>>>>>> Date: Tue, 27 Aug 2013 22:50:41 -0700
>>>>>> To: Lincoln Bryant 
>>>>>> Cc: 
>>>>>> Subject: Re: [ceph-users] xfsprogs not found in RHEL
>>>>>>
>>>>>>  Tried
>>>>>>
>>>>>>  "yum clean all" followed by
>>>>>> "yum install ceph"
>>>>>>
>>>>>>  and the same result.
>>>>>>
>>>>>>
>>>>>> On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant <
>>>>>> linco...@uchicago.edu> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>>  xfsprogs should be included in the EL6 base.
>>>>>>>
>>>>>>>  Perhaps run "yum clean all" and try again?
>>>>>>>
>>>>>>>  Cheers,
>>>>>>> Lincoln
>>>>>>>
>>>>>>>On Aug 27, 2013, at 9:16 PM, sriram wrote:
>>>>>>>
>>>>>>>I am trying to install CEPH and I get the following error -
>>>>>>>
>>>>>>>  ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>>

Re: [ceph-users] xfsprogs not found in RHEL

2013-09-11 Thread Nigel Williams
On Wed, Aug 28, 2013 at 4:46 PM, Stroppa Daniele (strp)  wrote:
> You might need the RHEL Scalable File System add-on.

Exactly.

I understand this needs to be purchased from Red Hat in order to get
access to it if you are using the Red Hat subscription management
system. I expect you could drag over the CentOS RPM but you would then
need to track updates/patches yourself (or minimally reconcile
differences between Red Hat and CentOS).

In summary: XFS on Red Hat is a paid-for-option.
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-09-11 Thread sriram
Thank you. That worked.

I am trying to install the object storage based on the steps here -

http://ceph.com/docs/master/install/rpm/#installing-ceph-packages

Where can I get these RPMs?

rpm -ivh fcgi-2.4.0-10.el6.x86_64.rpm
rpm -ivh mod_fastcgi-2.4.6-2.el6.rf.x86_64.rpm



On Tue, Sep 10, 2013 at 5:05 PM, Gagandeep Arora wrote:

> Hello,
>
> I think you downloaded source rpm. Download this package from the
> following link
>
>
> http://mirror.centos.org/centos/6/updates/x86_64/Packages/xfsprogs-3.1.1-10.el6_4.1.x86_64.rpm
>
>
> Regards,
> Gagan
>
>
>
> On Wed, Sep 11, 2013 at 8:54 AM, sriram  wrote:
>
>> I installed xfsprogs from
>> http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
>> .
>> I then ran "sudo yum install ceph" and I still get the same error. Any
>> ideas?
>>
>>
>> On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:
>>
>>> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>>>
>>>
>>> On Wed, Aug 28, 2013 at 5:46 AM, Sriram  wrote:
>>>
>>>> Yes I read that but I was not sure if installing from Centos 6
>>>> repository can cause issues.
>>>>
>>>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" 
>>>> wrote:
>>>>
>>>>  Check this issue: http://tracker.ceph.com/issues/5193
>>>>
>>>>  You might need the RHEL Scalable File System add-on.
>>>>
>>>>  Cheers,
>>>>   --
>>>> Daniele Stroppa
>>>> Researcher
>>>> Institute of Information Technology
>>>> Zürich University of Applied Sciences
>>>> http://www.cloudcomp.ch
>>>>
>>>>
>>>>   From: sriram 
>>>> Date: Tue, 27 Aug 2013 22:50:41 -0700
>>>> To: Lincoln Bryant 
>>>> Cc: 
>>>> Subject: Re: [ceph-users] xfsprogs not found in RHEL
>>>>
>>>>  Tried
>>>>
>>>>  "yum clean all" followed by
>>>> "yum install ceph"
>>>>
>>>>  and the same result.
>>>>
>>>>
>>>> On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant 
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>>  xfsprogs should be included in the EL6 base.
>>>>>
>>>>>  Perhaps run "yum clean all" and try again?
>>>>>
>>>>>  Cheers,
>>>>> Lincoln
>>>>>
>>>>>On Aug 27, 2013, at 9:16 PM, sriram wrote:
>>>>>
>>>>>I am trying to install CEPH and I get the following error -
>>>>>
>>>>>  ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>>>> --> Processing Dependency: xfsprogs for package:
>>>>> ceph-0.67.2-0.el6.x86_64
>>>>> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
>>>>> ---> Package python-backports-ssl_match_hostname.noarch
>>>>> 0:3.2-0.3.a3.el6 will be installed
>>>>> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
>>>>> --> Processing Dependency: python-imaging for package:
>>>>> python-docutils-0.6-1.el6.noarch
>>>>> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
>>>>> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
>>>>> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
>>>>> --> Running transaction check
>>>>> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>>>> --> Processing Dependency: xfsprogs for package:
>>>>> ceph-0.67.2-0.el6.x86_64
>>>>> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
>>>>> --> Finished Dependency Resolution
>>>>> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>>>>>Requires: xfsprogs
>>>>>
>>>>>
>>>>>  Machine Info -
>>>>>
>>>>>  Linux version 2.6.32-131.4.1.el6.x86_64 (
>>>>> mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214
>>>>> (Red Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
>>>>>   ___
>>>>> ceph-users mailing list
>>>>> ceph-users@lists.ceph.com
>>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>>
>>>>>
>>>>>
>>>>  ___ ceph-users mailing
>>>> list ceph-users@lists.ceph.com
>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>
>>>>
>>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-09-10 Thread sriram
I installed xfsprogs from
http://rpm.pbone.net/index.php3/stat/26/dist/74/size/1400502/name/xfsprogs-3.1.1-4.el6.src.rpm
.
I then ran "sudo yum install ceph" and I still get the same error. Any
ideas?


On Wed, Aug 28, 2013 at 3:47 PM, sriram  wrote:

> Can anyone point me to which xfsprogs RPM to use for RHEL 6
>
>
> On Wed, Aug 28, 2013 at 5:46 AM, Sriram  wrote:
>
>> Yes I read that but I was not sure if installing from Centos 6 repository
>> can cause issues.
>>
>> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" 
>> wrote:
>>
>>  Check this issue: http://tracker.ceph.com/issues/5193
>>
>>  You might need the RHEL Scalable File System add-on.
>>
>>  Cheers,
>>   --
>> Daniele Stroppa
>> Researcher
>> Institute of Information Technology
>> Zürich University of Applied Sciences
>> http://www.cloudcomp.ch
>>
>>
>>   From: sriram 
>> Date: Tue, 27 Aug 2013 22:50:41 -0700
>> To: Lincoln Bryant 
>> Cc: 
>> Subject: Re: [ceph-users] xfsprogs not found in RHEL
>>
>>  Tried
>>
>>  "yum clean all" followed by
>> "yum install ceph"
>>
>>  and the same result.
>>
>>
>> On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant wrote:
>>
>>> Hi,
>>>
>>>  xfsprogs should be included in the EL6 base.
>>>
>>>  Perhaps run "yum clean all" and try again?
>>>
>>>  Cheers,
>>> Lincoln
>>>
>>>On Aug 27, 2013, at 9:16 PM, sriram wrote:
>>>
>>>I am trying to install CEPH and I get the following error -
>>>
>>>  ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>>> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
>>> ---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6
>>> will be installed
>>> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
>>> --> Processing Dependency: python-imaging for package:
>>> python-docutils-0.6-1.el6.noarch
>>> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
>>> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
>>> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
>>> --> Running transaction check
>>> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>>> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
>>> --> Finished Dependency Resolution
>>> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>>>Requires: xfsprogs
>>>
>>>
>>>  Machine Info -
>>>
>>>  Linux version 2.6.32-131.4.1.el6.x86_64 (
>>> mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214
>>> (Red Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
>>>   ___
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>
>>>
>>>
>>  ___ ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-28 Thread sriram
Can anyone point me to which xfsprogs RPM to use for RHEL 6


On Wed, Aug 28, 2013 at 5:46 AM, Sriram  wrote:

> Yes I read that but I was not sure if installing from Centos 6 repository
> can cause issues.
>
> On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)" 
> wrote:
>
>  Check this issue: http://tracker.ceph.com/issues/5193
>
>  You might need the RHEL Scalable File System add-on.
>
>  Cheers,
>   --
> Daniele Stroppa
> Researcher
> Institute of Information Technology
> Zürich University of Applied Sciences
> http://www.cloudcomp.ch
>
>
>   From: sriram 
> Date: Tue, 27 Aug 2013 22:50:41 -0700
> To: Lincoln Bryant 
> Cc: 
> Subject: Re: [ceph-users] xfsprogs not found in RHEL
>
>  Tried
>
>  "yum clean all" followed by
> "yum install ceph"
>
>  and the same result.
>
>
> On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant wrote:
>
>> Hi,
>>
>>  xfsprogs should be included in the EL6 base.
>>
>>  Perhaps run "yum clean all" and try again?
>>
>>  Cheers,
>> Lincoln
>>
>>On Aug 27, 2013, at 9:16 PM, sriram wrote:
>>
>>I am trying to install CEPH and I get the following error -
>>
>>  ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
>> ---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6
>> will be installed
>> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
>> --> Processing Dependency: python-imaging for package:
>> python-docutils-0.6-1.el6.noarch
>> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
>> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
>> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
>> --> Running transaction check
>> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
>> --> Finished Dependency Resolution
>> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>>Requires: xfsprogs
>>
>>
>>  Machine Info -
>>
>>  Linux version 2.6.32-131.4.1.el6.x86_64 (
>> mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red
>> Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
>>   ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>>
>>
>  ___ ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-28 Thread Luc Dumaine
Hello, 


xfsprogs in available on RHEL6.4 



- Mail original -
De: "sriram"  
À: ceph-us...@ceph.com 
Envoyé: Mardi 27 Août 2013 23:29:06 
Objet: [ceph-users] xfsprogs not found in RHEL 



I am trying to install CEPH and I get the following error - 



---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed 
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64 
---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed 
---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6 will 
be installed 
---> Package python-docutils.noarch 0:0.6-1.el6 will be installed 
--> Processing Dependency: python-imaging for package: 
python-docutils-0.6-1.el6.noarch 
---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed 
---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed 
---> Package python-six.noarch 0:1.1.0-2.el6 will be installed 
--> Running transaction check 
---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed 
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64 
---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed 
--> Finished Dependency Resolution 
Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph) 
Requires: xfsprogs 




Machine Info - 

Linux version 2.6.32-131.4.1.el6.x86_64 ( 
mockbu...@x86-003.build.bos.redhat.com ) (gcc version 4.4.5 20110214 (Red Hat 
4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011 

___ 
ceph-users mailing list 
ceph-users@lists.ceph.com 
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com 





___
Le SITIV décline toute responsabilité quant au contenu de ce message. Ce
message et les pièces jointes qui y sont attachées sont confidentiels et
établis à  l'attention exclusive de leur destinataire. Si vous pensez l'avoir
reçu par erreur, merci de bien vouloir en aviser immédiatement l'expéditeur,
de ne pas l'utiliser sous quelque forme que ce soit et de le détruire
immédiatement. Toute divulgation, utilisation, diffusion ou reproduction du
message ou des informations qu'il contient doit être préalablement autorisée
par l'expéditeur.

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-28 Thread Sriram
Yes I read that but I was not sure if installing from Centos 6 repository can 
cause issues.

On Aug 27, 2013, at 11:46 PM, "Stroppa Daniele (strp)"  wrote:

> Check this issue: http://tracker.ceph.com/issues/5193
> 
> You might need the RHEL Scalable File System add-on.
> 
> Cheers,
> --
> Daniele Stroppa
> Researcher
> Institute of Information Technology
> Zürich University of Applied Sciences
> http://www.cloudcomp.ch
> 
> 
> From: sriram 
> Date: Tue, 27 Aug 2013 22:50:41 -0700
> To: Lincoln Bryant 
> Cc: 
> Subject: Re: [ceph-users] xfsprogs not found in RHEL
> 
> Tried 
> 
> "yum clean all" followed by 
> "yum install ceph" 
> 
> and the same result.
> 
> 
> On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant  wrote:
>> Hi,
>> 
>> xfsprogs should be included in the EL6 base.
>> 
>> Perhaps run "yum clean all" and try again?
>> 
>> Cheers,
>> Lincoln
>> 
>> On Aug 27, 2013, at 9:16 PM, sriram wrote:
>> 
>>> I am trying to install CEPH and I get the following error - 
>>> 
>>> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>>> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
>>> ---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6 
>>> will be installed
>>> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
>>> --> Processing Dependency: python-imaging for package: 
>>> python-docutils-0.6-1.el6.noarch
>>> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
>>> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
>>> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
>>> --> Running transaction check
>>> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
>>> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
>>> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
>>> --> Finished Dependency Resolution
>>> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>>>Requires: xfsprogs
>>> 
>>> 
>>> Machine Info - 
>>> 
>>> Linux version 2.6.32-131.4.1.el6.x86_64 
>>> (mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red 
>>> Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
>>> ___
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 
> ___ ceph-users mailing list 
> ceph-users@lists.ceph.com 
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-27 Thread Stroppa Daniele (strp)
Check this issue: http://tracker.ceph.com/issues/5193

You might need the RHEL Scalable File System add-on.

Cheers,
--
Daniele Stroppa
Researcher
Institute of Information Technology
Zürich University of Applied Sciences
http://www.cloudcomp.ch<http://www.cloudcomp.ch/>


From: sriram mailto:sriram@gmail.com>>
Date: Tue, 27 Aug 2013 22:50:41 -0700
To: Lincoln Bryant mailto:linco...@uchicago.edu>>
Cc: mailto:ceph-users@lists.ceph.com>>
Subject: Re: [ceph-users] xfsprogs not found in RHEL

Tried

"yum clean all" followed by
"yum install ceph"

and the same result.


On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant 
mailto:linco...@uchicago.edu>> wrote:
Hi,

xfsprogs should be included in the EL6 base.

Perhaps run "yum clean all" and try again?

Cheers,
Lincoln

On Aug 27, 2013, at 9:16 PM, sriram wrote:

I am trying to install CEPH and I get the following error -

---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6 will 
be installed
---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
--> Processing Dependency: python-imaging for package: 
python-docutils-0.6-1.el6.noarch
---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
--> Running transaction check
---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
--> Finished Dependency Resolution
Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
   Requires: xfsprogs


Machine Info -

Linux version 2.6.32-131.4.1.el6.x86_64 
(mockbu...@x86-003.build.bos.redhat.com<mailto:mockbu...@x86-003.build.bos.redhat.com>)
 (gcc version 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 
10:54:26 EDT 2011
___
ceph-users mailing list
ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


___ ceph-users mailing list 
ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com> 
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-27 Thread sriram
Tried

"yum clean all" followed by
"yum install ceph"

and the same result.


On Tue, Aug 27, 2013 at 7:44 PM, Lincoln Bryant wrote:

> Hi,
>
> xfsprogs should be included in the EL6 base.
>
> Perhaps run "yum clean all" and try again?
>
> Cheers,
> Lincoln
>
> On Aug 27, 2013, at 9:16 PM, sriram wrote:
>
> I am trying to install CEPH and I get the following error -
>
> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
> ---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6
> will be installed
> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
> --> Processing Dependency: python-imaging for package:
> python-docutils-0.6-1.el6.noarch
> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
> --> Running transaction check
> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
> --> Finished Dependency Resolution
> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>Requires: xfsprogs
>
>
> Machine Info -
>
> Linux version 2.6.32-131.4.1.el6.x86_64 (
> mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red
> Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
>  ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] xfsprogs not found in RHEL

2013-08-27 Thread Lincoln Bryant
Hi,

xfsprogs should be included in the EL6 base.

Perhaps run "yum clean all" and try again?

Cheers,
Lincoln

On Aug 27, 2013, at 9:16 PM, sriram wrote:

> I am trying to install CEPH and I get the following error - 
> 
> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
> ---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
> ---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6 will 
> be installed
> ---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
> --> Processing Dependency: python-imaging for package: 
> python-docutils-0.6-1.el6.noarch
> ---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
> ---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
> ---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
> --> Running transaction check
> ---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
> --> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
> ---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
> --> Finished Dependency Resolution
> Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
>Requires: xfsprogs
> 
> 
> Machine Info - 
> 
> Linux version 2.6.32-131.4.1.el6.x86_64 
> (mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red Hat 
> 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] xfsprogs not found in RHEL

2013-08-27 Thread sriram
I am trying to install CEPH and I get the following error -

---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6
will be installed
---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
--> Processing Dependency: python-imaging for package:
python-docutils-0.6-1.el6.noarch
---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
--> Running transaction check
---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
--> Finished Dependency Resolution
Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
   Requires: xfsprogs


Machine Info -

Linux version 2.6.32-131.4.1.el6.x86_64 (
mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red
Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] xfsprogs not found in RHEL

2013-08-27 Thread sriram
I am trying to install CEPH and I get the following error -

---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
---> Package python-backports-ssl_match_hostname.noarch 0:3.2-0.3.a3.el6
will be installed
---> Package python-docutils.noarch 0:0.6-1.el6 will be installed
--> Processing Dependency: python-imaging for package:
python-docutils-0.6-1.el6.noarch
---> Package python-jinja2.x86_64 0:2.2.1-1.el6 will be installed
---> Package python-pygments.noarch 0:1.1.1-1.el6 will be installed
---> Package python-six.noarch 0:1.1.0-2.el6 will be installed
--> Running transaction check
---> Package ceph.x86_64 0:0.67.2-0.el6 will be installed
--> Processing Dependency: xfsprogs for package: ceph-0.67.2-0.el6.x86_64
---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
--> Finished Dependency Resolution
Error: Package: ceph-0.67.2-0.el6.x86_64 (ceph)
   Requires: xfsprogs


Machine Info -

Linux version 2.6.32-131.4.1.el6.x86_64 (
mockbu...@x86-003.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red
Hat 4.4.5-6) (GCC) ) #1 SMP Fri Jun 10 10:54:26 EDT 2011
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com