[ceph-users] building ceph from source (exorbitant space requirements)

2016-10-10 Thread Steffen Weißgerber
Hi, while using client ceph also on gentoo and because I'm a friend of building from source within a ram based filesystem since ceph release 9.x i'm wondering about the exorbitant space requirements when buildung the ceph components. Until hammer 3GB where sufficient to complete the compile. >F

Re: [ceph-users] building ceph rpms, "ceph --version" returns no version

2015-12-09 Thread Robert LeBlanc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 You actually have to walk through part of the make process before you can build the tarball so that the version is added to the source files. I believe the steps are: ./autogen.sh ./configure make dist-[gzip|bzip2|lzip|xz] Then you can copy the SPE

[ceph-users] building ceph rpms, "ceph --version" returns no version

2015-12-09 Thread bruno.canning
Hi All, Long story short: I have built ceph hammer RPMs, everything seems to work OK but running "ceph --version" does not report the version number. I don't get a version number returned from "service ceph status", either. I'm concerned that other components in our system my rely on ceph --ve

Re: [ceph-users] Building Ceph

2015-04-02 Thread Mark Kirkwood
I think you want to do: $ dch $ dpkg-buildpackage You can muck about with what the package is gonna be called (versions, revisions etc) from dch, without changing the src. Cheers Mark On 03/04/15 10:17, Garg, Pankaj wrote: Hi, I am building Ceph Debian Packages off of the 0.80.9 (latest f

Re: [ceph-users] Building Ceph

2015-04-02 Thread krishna mohan
Try changing src/ceph_ver.h and repeat what you did earlier.-Krishna On Thursday, April 2, 2015 2:17 PM, "Garg, Pankaj" wrote: Hi, I am building Ceph Debian Packages off of the 0.80.9 (latest firefly) and on top of that I am applying an optimization patch. I am following the stan

[ceph-users] Building Ceph

2015-04-02 Thread Garg, Pankaj
Hi, I am building Ceph Debian Packages off of the 0.80.9 (latest firefly) and on top of that I am applying an optimization patch. I am following the standard instructions from the README file and effectively running commands in this order: $ ./autogen.sh $ ./confi

Re: [ceph-users] Building Ceph

2015-01-06 Thread Lincoln Bryant
Hi Pankaj, You can search for the lib using the 'yum provides' command, which accepts wildcards. [root@sl7 ~]# yum provides */lib64/libkeyutils* Loaded plugins: langpacks keyutils-libs-1.5.8-3.el7.x86_64 : Key utilities library Repo: sl Matched from: Filename: /lib64/libkeyutils.so.1

Re: [ceph-users] Building Ceph

2015-01-05 Thread Garg, Pankaj
- From: Ken Dreyer [mailto:kdre...@redhat.com] Sent: Monday, January 05, 2015 11:23 AM To: Garg, Pankaj Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] Building Ceph On 01/05/2015 11:26 AM, Garg, Pankaj wrote: > I'm trying to build Ceph on my RHEL (Scientific Linux 7 - Nitrogen), &

Re: [ceph-users] Building Ceph

2015-01-05 Thread Ken Dreyer
On 01/05/2015 11:26 AM, Garg, Pankaj wrote: > I’m trying to build Ceph on my RHEL (Scientific Linux 7 – Nitrogen), > with 3.10.0. > > I am using the configure script and I am now stuck on “libkeyutils not > found”. > > I can’t seem to find the right library for this. What Is the right yum > updat

[ceph-users] Building Ceph

2015-01-05 Thread Garg, Pankaj
Hi, I'm trying to build Ceph on my RHEL (Scientific Linux 7 - Nitrogen), with 3.10.0. I am using the configure script and I am now stuck on "libkeyutils not found". I can't seem to find the right library for this. What Is the right yum update name for this library? Any help appreciated. Thanks Pa

[ceph-users] Building ceph from source

2013-06-11 Thread Sridhar Mahadevan
Hi, I am now trying to setup ceph 0.61 build from source. I have built it and I have defined the config file in /etc/ceph/ceph.conf. [mon] mon data = /mnt/mon$id [mon.0] host = dsi mon addr = 10.217.242.28:6789 I created the directory /mnt/mon0. The hostname dsi res