-Original Message-
From: Garg, Pankaj [mailto:pankaj.g...@caviumnetworks.com]
Sent: Wednesday, February 25, 2015 4:26 PM
To: Alan Johnson; Travis Rhoden
Cc: ceph-users@lists.ceph.com
Subject: RE: [ceph-users] Ceph-deploy issues
Hi Alan,
Thanks. Worked like magic.
Why did this happen though? I have
[mailto:al...@supermicro.com]
Sent: Wednesday, February 25, 2015 4:24 PM
To: Garg, Pankaj; Travis Rhoden
Cc: ceph-users@lists.ceph.com
Subject: RE: [ceph-users] Ceph-deploy issues
Try sudo chmod +r /etc/ceph/ceph.client.admin.keyring for the error below?
-Original Message-
From: ceph
such file or directory Error connecting to cluster: ObjectNotFound
Thanks
Pankaj
-Original Message-
From: Travis Rhoden [mailto:trho...@gmail.com]
Sent: Wednesday, February 25, 2015 3:55 PM
To: Garg, Pankaj
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] Ceph-deploy issues
Hi Pankaj
connecting to cluster: ObjectNotFound
Thanks
Pankaj
-Original Message-
From: Travis Rhoden [mailto:trho...@gmail.com]
Sent: Wednesday, February 25, 2015 3:55 PM
To: Garg, Pankaj
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] Ceph-deploy issues
Hi Pankaj,
I can't say th
Hi Pankaj,
I can't say that it will fix the issue, but the first thing I would
encourage is to use the latest ceph-deploy.
you are using 1.4.0, which is quite old. The latest is 1.5.21.
- Travis
On Wed, Feb 25, 2015 at 3:38 PM, Garg, Pankaj
wrote:
> Hi,
>
> I had a successful ceph cluster th
ers-
> boun...@lists.ceph.com] On Behalf Of Don Talton (dotalton)
> Sent: Friday, December 20, 2013 9:17 AM
> To: Gregory Farnum
> Cc: ceph-users@lists.ceph.com
> Subject: Re: [ceph-users] ceph-deploy issues with initial mons that aren't up
>
> This makes sense. So if other mons come
t;> -Original Message-
>> From: Gregory Farnum [mailto:g...@inktank.com]
>> Sent: Thursday, December 19, 2013 10:19 PM
>> To: Don Talton (dotalton)
>> Cc: ceph-users@lists.ceph.com
>> Subject: Re: [ceph-users] ceph-deploy issues with initial mons that are
> Sent: Thursday, December 19, 2013 10:19 PM
> To: Don Talton (dotalton)
> Cc: ceph-users@lists.ceph.com
> Subject: Re: [ceph-users] ceph-deploy issues with initial mons that aren't up
>
> "mon initial members" is a race prevention mechanism whose purpose is
"mon initial members" is a race prevention mechanism whose purpose is
to prevent your monitors from forming separate quorums when they're
brought up by automated software provisioning systems (by not allowing
monitors to form a quorum unless everybody in the list is a member).
If you want to add ot
I just realized my email is not clear. If the first mon is up and the
additional initials are not, then the process fails.
> -Original Message-
> From: ceph-users-boun...@lists.ceph.com [mailto:ceph-users-
> boun...@lists.ceph.com] On Behalf Of Don Talton (dotalton)
> Sent: Thursday, Dece
On Fri, Sep 27, 2013 at 3:30 AM, Guang wrote:
> Hi ceph-users,
> I recently deployed a ceph cluster with use of *ceph-deploy* utility, on
> RHEL6.4, during the time, I came across a couple of issues / questions which
> I would like to ask for your help.
>
> 1. ceph-deploy does not help to install
Dnia 2013-09-27, o godz. 15:30:21
Guang napisaĆ(a):
> Hi ceph-users,
> I recently deployed a ceph cluster with use of *ceph-deploy* utility,
> on RHEL6.4, during the time, I came across a couple of issues /
> questions which I would like to ask for your help.
>
> 1. ceph-deploy does not help to
On 6/19/13 12:35 AM, Sage Weil wrote:
>> Yes so the init script does create the directory. Even if i manually
>> create the directory before running the initial 'ceph-deploy mon create'
>> I am still seeing the exception in the mon_create function that I
>> originally posted about. Still trying t
On Wed, 19 Jun 2013, Derek Yarnell wrote:
> On 6/18/13 5:31 PM, Sage Weil wrote:
> >> 1) Remove the %ghost directive and allow RPM to install the directory.
> >> Potentially leaving orphaned pid/state files after the package is removed.
> >>
> >> 2) Or the directory needs to be created in the %post
On 6/18/13 5:31 PM, Sage Weil wrote:
>> 1) Remove the %ghost directive and allow RPM to install the directory.
>> Potentially leaving orphaned pid/state files after the package is removed.
>>
>> 2) Or the directory needs to be created in the %post section. If it is
>> created in the %post section
On Tue, 18 Jun 2013, Derek Yarnell wrote:
> Hi,
>
> So the first error below is that /var/run/ceph isn't created when
> installing the ceph RPM(s). This is becasuse of line 440 in
> ceph.spec.in using the %ghost directive[1] for the file install. My
> reading of the behavior will mean that the f
Hi,
So the first error below is that /var/run/ceph isn't created when
installing the ceph RPM(s). This is becasuse of line 440 in
ceph.spec.in using the %ghost directive[1] for the file install. My
reading of the behavior will mean that the file or directory in this
case will be included in the
On 6/18/13 10:29 AM, Sage Weil wrote:
> Derek-
>
> Please also try the latest ceph-deploy and cuttlefish branches, which
> fixed several issues with el6 distros. 'git pull' for hte latest
> ceph-deploy (clone from github and ./bootstrap if you were using the
> package) and install with
>
> .
Hi Derek,
Are you sure the package is installed on the target? (Did you ceph-deploy
install ) It is probably caused by /var/lib/ceph/mon not
existing?
sage
On Tue, 18 Jun 2013, Derek Yarnell wrote:
>
> > If you are still having problems with ceph-deploy, please forward the
> > ceph.log f
> If you are still having problems with ceph-deploy, please forward the
> ceph.log file to me, I can start trying to figure out what's gone wrong.
Hi,
Nothing seems fishy from the log, I am going to try now the git version.
-bash-4.1$ cat ceph.log
2013-06-12 13:21:17,937 ceph_deploy.new DEBUG
Derek-
Please also try the latest ceph-deploy and cuttlefish branches, which
fixed several issues with el6 distros. 'git pull' for hte latest
ceph-deploy (clone from github and ./bootstrap if you were using the
package) and install with
./ceph-deploy install --dev=cuttlefish cbcbobj00.umiacs
Hi Derek -
If you are still having problems with ceph-deploy, please forward the ceph.log
file to me, I can start trying to figure out what's gone wrong.
Thanks,
Gary
On Jun 12, 2013, at 7:09 PM, Derek Yarnell wrote:
> Hi,
>
> I am trying to run ceph-deploy on a very basic 1 node configura
James,
In the quick start section, there is a link to the mkcephfs method of
deploying for Argonaut and Bobtail. See:
http://ceph.com/docs/master/start/quick-start/
ceph-deploy is new with the Cuttlefish release. I tried something similar
with Bobtail, and I got just a bit further on Ubuntu. I w
Also,
Is there a current cookbook for installing ceph without ceph-deploy or might it
be better to switch to a Ubuntu distro instead of CentOS? My SA skills are
better on the RedHat distros, as I don't have debian experience.
Thanks,
Jim
From: ceph-users-boun...@lists.ceph.com
[mailto:ceph-us
24 matches
Mail list logo