All,
I was hoping for some advice. I have recently built a Ceph cluster on RHEL
6.5 and have configured RGW. I want to test Swift API access, and as a
result have created a user, swift subuser and swift keys as per the output
below:
1. Create user
radosgw-admin user create --ui
Can you explain this a bit more? You mean try and create a second subuser for
testuser1 or testuser2?
As an aside, I am running Ceph 0.80.7 as is packaged with ICE 1.2.2. I believe
that is the Firefly release.
-Original Message-
From: Yehuda Sadeh-Weinraub [mailto:yeh...@redhat.com]
I have had been trying to configure my radosgw-agent on RHEL 6.5, but after a
recent reboot of the gateway node discovered that the file needed by the
/etc/init.d/radosgw-agent script has disappeared
(/etc/ceph/radosgw-agent/default.conf). As a result, I can no longer start up
the radosgw.
H
Hi,
I am trying to install Ceph on a Red Hat Linux server that does not have
external access through which it can access the URL's and download the files
needed. The documentation is not clear (to me) on how to install the software
under these circumstances.
Should I be downloading the sour
Thanks.
I sadly have to do this manually, and have been going through the dependencies.
There are a LOT to work through, especially it seems around python.
I am getting the following error when trying to install one of the dependencies
(python-babel):
error: Failed dependencies:
python
Doh!
I’ve got python packages coming out of my ears. Clearly downloaded the wrong
one there.
That did the job. Thanks.
From: Abhay Sachan [mailto:abhay...@gmail.com]
Sent: Tuesday, October 08, 2013 3:36 PM
To: Whittle, Alistair: Investment Bank (LDN)
Cc: ceph-users@lists.ceph.com
Subject: Re
Hello,
I have reached the stage on the install where I am running the ceph-deploy
install command from the admin node to the server node.
I get the following output:
[ceph_deploy.install][DEBUG ] Installing stable version dumpling on cluster
ceph hosts ldtdsr02se18
[ceph_deploy.install][DEBUG
I have an interesting problem I was hoping someone could help with.
My Red Hat servers are configured to use proxies to access the internet. I
have managed to successfully add the Ceph repo install ceph-deploy on the admin
node and create the cluster. All ceph nodes are no password sudo test
Thanks, I already had the correct ceph-deply version, but had the flag in the
wrong place.
Solving that got me to the next problem... I get the following error:
[ceph_deploy.cli][INFO ] Invoked (1.2.7): /usr/bin/ceph-deploy install
ldtdsr02se18 --no-adjust-repos
[ceph_deploy.install][DEBU
I get "Error: Nothing to do" when doing this on the node itself with sudo.
-Original Message-
From: Alfredo Deza [mailto:alfredo.d...@inktank.com]
Sent: Monday, October 28, 2013 12:12 PM
To: Whittle, Alistair: Investment Bank (LDN)
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users
Yum tells me I have the following installed on the node:
ceph-deploy.noarch : Admin and deploy tool for Ceph
ceph-release.noarch : Ceph repository configuration
I think this means ceph is NOT already installed. Interesting that ceph-deploy
is on the node as well. I only installed it on the ad
Sadly, this is already my second attempt on a "clean" build.
I have made more progress. I altered my ceph repo to include the repos
documented for a manual rpm build. Ceph-deploy now finds the ceph package,
but then got a number of yum dependency errors (mostly python related). I
sorted
Hello all,
I am getting some issues when activating OSD's on my Red Hat 6.4 Ceph cluster.
I am using the quick start mechanism so mounted a new xfs filesystem and ran
the "osd prepare" command.
The prepare seemed to be successful as per the log output below:
[ceph_deploy.cli][INFO ] Invoked
Thanks. It does seem to be working ok and I can create / remove objects it
seems without issues.
I am however having another problem. In trying to add additional monitors to
my cluster I am getting the following errors (note I did not see this when
doing the first and currently only running
You also want to make sure that if you are using a proxy your proxy settings
are maintained through sudo.
With my deployment I had to add a line to my sudoers file to specify that the
https_proxy and http_proxy settings are maintained. Didn't work otherwise.
Defaults env_keep += "http_proxy ht
From: Trivedi, Narendra [mailto:narendra.triv...@savvis.com]
Sent: Tuesday, October 29, 2013 5:33 PM
To: Whittle, Alistair: Investment Bank (LDN); joseph.r.gru...@intel.com;
ceph-users@lists.ceph.com
Subject: RE: ceph-deploy problems on CentOS-6.4
Thanks a lot Joseph and Alistair... I have the
All,
My ceph cluster is failing to respond to calls for health status etc. It
simply hangs at each command and then tells me there is an error connecting to
the cluster. I assume that it is because I tried to add a second monitor
which seemed to hang during the "hunting" phase. I eventually
Thanks Karan.
I have checked and there are no iptables chains/rules configured. Any other
ideas?
From: Karan Singh [mailto:ksi...@csc.fi]
Sent: Wednesday, October 30, 2013 2:49 PM
To: Whittle, Alistair: Investment Bank (LDN)
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] Ceph monitor
Never mind, problem solved. Cluster is now healthy again. ☺
Tried the recovery process again and managed to remove the hung monitor. Not
sure why it didn’t work last time, but hey.
From: Karan Singh [mailto:ksi...@csc.fi]
Sent: Wednesday, October 30, 2013 2:49 PM
To: Whittle, Alistair: Inv
Now that my ceph cluster seems to be happy and stable, I have been looking at
different ways of using it. Object, block and file.
Object is relatively easy and I will use different ones to test with Ceph.
When I look at block, I'm getting the impression from a lot of Googling that
deploying c
I got these exact same error messages on my RHEL build. It did however seem
that my OSD's were correctly built and brought online. Never got to the
bottom of these errors though.
There were others on this forum that had similar issues, and theirs too seemed
to be working successfully despit
All,
I have configured a rados gateway as per the Dumpling quick instructions on a
Red Hat 6 server. The idea is to use Swift API to access my cluster via this
interface.
Have configured FastCGI, httpd, as per the guides, did all the user
creations/authtool commands for the Swift user/subuser
All,
I have a situation on my RHEL 6.4 cluster that seems to be caused by
ceph-deploy changing the file permissions on /etc/ceph/ceph.conf after running
a command such as "ceph-deploy mon create node2 node3". The idea was to create
additional monitors for a healthy 3 node cluster that already
All,
Having failed to successfully and new monitors using ceph-deploy, I tried the
documented manual approach.
The platform:
OS: RHEL 6.4
Ceph: Emperor
Ceph-deploy: 1.3.4-0
When following the procedure on an existing node in a working cluster that has
an existing single monitor configured a
Once I figure out how to get my cluster healthy again after the monitor problem
discussed below, then I will try ceph-deploy again and send you the output.
I have been trying to re-inject the last healthy monmap into all the nodes,
however this has proved unsuccessful thus far.
-Original Me
Hi,
Having messed up my last RHEL6 Ceph cluster rather spectacularly I decided to
build again from scratch using the latest versions of the various packages.
Not having proxy access does make it more of a pfaff to deploy Ceph, but I will
admit the latest version of ceph-deploy is a vast impro
In researching the creation of a block device to my Ceph object store, I see
there are two options for getting hold of the RBD module in RHEL (until RedHat
includes the necessary modules by default). Please correct me if I'm wrong.
- Use an EPEL repo
We don't have external internet
Hi,
I am busy configuring the object gateway and have reached the point where I
need to start the radosgw. The documentation calls for the following command:
/etc/init.d/radosgw start
On my deployment, radosgw seems to be located in /usr/bin and trying to start
it from there results in the f
I have all this information in my ceph.conf file.
My question was more about the executable itself and the fact that it differs
from what I can see documented. It is not in the location mentioned in the
docs (/usr/bin instead of /etc/init.d) and seems to want some parameters which
is also not
Found the problem, I think.
The executable IS in /etc/init.d, but it called 'ceph-radosgw', not 'radosgw'
as per the documentation.
-Original Message-
From: Whittle, Alistair: Investment Bank (LDN)
Sent: Friday, January 31, 2014 3:01 PM
To: 'Derek Yarnell'; ceph-users@lists.ceph.co
All,
My radosgw seems to be working, generally, however I have been experiencing
problems when trying to connect to it from CTERA via OpenStack Swift.
I get the following errors:
[client 10.125.190.59] chunked Transfer-Encoding forbidden:
/swift/v1/Ctera_ceph01/fileMaps/1266/bad10d636c9373
Does anybody have any advice for me on the issue discussed below?
From: ceph-users-boun...@lists.ceph.com
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Whittle, Alistair:
Investment Bank (LDN)
Sent: Monday, February 10, 2014 3:44 PM
To: ceph-users@lists.ceph.com
Subject: [ceph-users] R
Thanks Greg. I seem to have missed that distinction when doing the original
gateway install using that very web page. Hopefully this fixes the problem.
-Original Message-
From: Gregory Farnum [mailto:g...@inktank.com]
Sent: Wednesday, February 12, 2014 5:14 PM
To: Whittle, Alistair:
33 matches
Mail list logo