Hello Cephers,
A very happy new year to you all!
I wanted to enable LTTng tracepoints for a few tests with infernalis and
configured Ceph with the -with-lttng option. Seeing a recent post on conf file
options for tracing, I added these lines:
osd_tracing = true
osd_objectstore_tracing = true
r
, 2015 9:04 PM
To: Aakanksha Pudipeddi-SSI; ceph-users
Subject: RE: Cannot create Initial Monitor
Could you try starting the monitor manually and see what the error is? Like
ceph-mon -i --cluster ceph &. Enable more logging (debug_mon).
Varada
From: ceph-users [mailto:ceph-users-
I am still unable to get past this issue. Could anyone help me out here?
Thanks,
Aakanksha
From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of
Aakanksha Pudipeddi-SSI
Sent: Thursday, December 03, 2015 8:08 PM
To: ceph-users
Subject: [ceph-users] Cannot create Initial
Hello Cephers,
I am unable to create the initial monitor during ceph cluster deployment. I do
not know what changed since the same recipe used to work until very recently.
These are the steps I used:
Ceph-deploy new -- works
Dpkg -i -R --works
Ceph-deploy mon create-initial - fails
Log:
[ceph
ados)|grep "^ceph version" -A5
$
The latest command returns no results too.
Thanks,
Aakanksha
-Original Message-
From: Brad Hubbard [mailto:bhubb...@redhat.com]
Sent: Monday, August 31, 2015 2:49 PM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-users
Subject: Re: [ceph-users] Rados: Un
-deploy to complete setup of the cluster and instead of
ceph-deploy install, I type sudo dpkg -i -R .
Thanks,
Aakanksha
-Original Message-
From: Brad Hubbard [mailto:bhubb...@redhat.com]
Sent: Monday, August 31, 2015 2:19 PM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject:
redhat.com]
Sent: Thursday, August 27, 2015 10:00 PM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject: Re: [ceph-users] Rados: Undefined symbol error
- Original Message -
> From: "Brad Hubbard"
> To: "Aakanksha Pudipeddi-SSI"
> Cc: ceph-us...@ceph
Hubbard [mailto:bhubb...@redhat.com]
Sent: Wednesday, August 26, 2015 5:46 PM
To: Aakanksha Pudipeddi-SSI
Cc: Jason Dillaman; ceph-us...@ceph.com
Subject: Re: [ceph-users] Rados: Undefined symbol error
- Original Message -
> From: "Aakanksha Pudipeddi-SSI"
> To: "Jason Dil
Dillaman [mailto:dilla...@redhat.com]
Sent: Friday, August 21, 2015 6:37 AM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject: Re: [ceph-users] Rados: Undefined symbol error
It sounds like you have rados CLI tool from an earlier Ceph release (< Hammer)
installed and it is attempting to
Hello,
I cloned the master branch of Ceph and after setting up the cluster, when I
tried to use the rados commands, I got this error:
rados: symbol lookup error: rados: undefined symbol:
_ZN5MutexC1ERKSsbbbP11CephContext
I saw a similar post here: http://tracker.ceph.com/issues/12563 but I am
Hello Somnath,
I tried that and it seems to be loading librados.so.2.0.0 in both cases (client
and cluster machine).
Thanks,
Aakanksha
From: Somnath Roy [mailto:somnath@sandisk.com]
Sent: Tuesday, August 04, 2015 6:00 PM
To: Aakanksha Pudipeddi-SSI; ceph-us...@ceph.com
Subject: RE: Error
] On Behalf Of
Aakanksha Pudipeddi-SSI
Sent: Tuesday, August 04, 2015 5:06 PM
To: ceph-us...@ceph.com<mailto:ceph-us...@ceph.com>
Subject: [ceph-users] Error while trying to create Ceph block device
Hi,
I am trying to create a Ceph block device on a ceph cluster machine itself for
experimenta
Hi,
I am trying to create a Ceph block device on a ceph cluster machine itself for
experimental purposes. I used to be able to do that earlier but it gives me a
segmentation fault right now:
*** Caught signal (Segmentation fault) **
in thread 7f49628f6840
ceph version 0.94.2 (5fb85614ca8f354284
, 2015 10:15 AM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject: Re: [ceph-users] Configuring MemStore in Ceph
On Thu, Jul 30, 2015 at 1:09 AM, Aakanksha Pudipeddi-SSI
wrote:
> Hello Haomai,
>
> Thanks for your response. Yes, I cannot write more than 1GB of data to it. I
>
there any particular step to change
while creating the osd with memstore? Thanks a lot for your help!
Aakanksha
-Original Message-
From: Haomai Wang [mailto:haomaiw...@gmail.com]
Sent: Tuesday, July 28, 2015 7:36 PM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject: Re: [ceph
Hello Haomai,
I am using v0.94.2.
Thanks,
Aakanksha
-Original Message-
From: Haomai Wang [mailto:haomaiw...@gmail.com]
Sent: Tuesday, July 28, 2015 7:20 PM
To: Aakanksha Pudipeddi-SSI
Cc: ceph-us...@ceph.com
Subject: Re: [ceph-users] Configuring MemStore in Ceph
Which version do you
Hello,
I am trying to setup a ceph cluster with a memstore backend. The problem is, it
is always created with a fixed size (1GB). I made changes to the ceph.conf file
as follows:
osd_objectstore = memstore
memstore_device_bytes = 5*1024*1024*1024
The resultant cluster still has 1GB allocated t
Hello,
I am trying to deploy a ceph cluster by compile from sources and I get an error
with these messages:
dpkg: dependency problems prevent configuration of ceph:
ceph depends on ceph-common (>= 9.0.0-943); however:
Version of ceph-common on system is 9.0.0-1.
ceph-common (9.0.0-1) breaks
Hello all,
I am attempting to install a ceph cluster which has been built from source. I
first cloned the Ceph master repository and then followed steps given in the
Ceph documentation about installing a Ceph build. So I now have the binaries
available in /usr/local/bin.
The next step is for m
19 matches
Mail list logo