Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread ceph-users
Hi John, question: how to I retrieve the gid number? Thank you, Gian On 24/02/2015 09:58, ceph-users wrote: Hi all, I've set up a ceph cluster using this playbook: https://github.com/ceph/ceph-ansible I've configured in my hosts list [mdss] hostname1 hostname2 I now need to remove

Re: [ceph-users] Cluster never reaching clean after osd out

2015-02-25 Thread Yves Kretzschmar
Hi Stéphane, don't know what I did, but I can't reproduce this faulty behaviour any more. I will purge my complete Cluster and try it again. I'll tell you, when there are any news. ___ ceph-users mailing list ceph-users@lists.ceph.com

Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread John Spray
On 24/02/2015 22:32, ceph-users wrote: # ceph mds rm mds.-1.0 Invalid command: mds.-1.0 doesn't represent an int mds rm int[0-] name (type.id) : remove nonactive mds Error EINVAL: invalid command Any clue? Thanks Gian See my previous message about use of mds rm: you need to pass it a

Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread John Spray
On 25/02/2015 14:21, ceph-users wrote: Hi John, question: how to I retrieve the gid number? Ah, I thought I had mentioned that in the previous email, but now I realise I left that important detail out! Here's what I meant to write: When you do ceph mds dump, if there are any up daemons, you

[ceph-users] [radosgw] unconsistency between bucket and bucket.instance metadata

2015-02-25 Thread ghislain.chevalier
Hi all, Context : Firefly 0.80.8, Ubuntu 14.04 LTS, Lab cluster Yesterday, I successfully deleted a s3 bucket Bucket001ghis after removing the contents that were in. Today, as I was browsing the radosgw system metadata, I discovered an difference between the bucket metadata and the

Re: [ceph-users] More than 50% osds down, CPUs still busy; will the cluster recover without help?

2015-02-25 Thread Chris Murray
Thanks Greg After seeing some recommendations I found in another thread, my impatience got the better of me, and I've start the process again, but there is some logic, I promise :-) I've copied the process from Michael Kidd, I believe, and it goes along the lines of: setting noup, noin,

[ceph-users] [radosgw] ceph daemon usage

2015-02-25 Thread ghislain.chevalier
Hi all Context : Firefly 0.80.8, Ubuntu 14.04 LTS I tried to change live the debug level of a rados gateway using ceph daemon /var/run/ceph/ceph-client.radosgw.fr-rennes-radosgw1.asok config set debug_rgw 20 the response is { success: } but it has no effect. Is there another parameter

[ceph-users] rbd and rados. When the command is invoked it doesn't return anything and it continues forever.

2015-02-25 Thread Konstantin Khatskevich
Hello! I attempt to execute commands: rbd create web-services/rbd1 --size 4096 -c /etc/ceph/ceph.conf -m 192.168.10.211:6789 -k /etc/ceph/ceph.client.admin.keyring or rados -p web-services ls But when the command is invoked it doesn't return anything and it continues forever. I'm

[ceph-users] Strange 'ceph df' output

2015-02-25 Thread Kamil Kuramshin
Cant find out why this can happen: Got an HEALTH_OK cluster. ceph version 0.87, all nodes are Debian Wheezy with a stable kernel 3.2.65-1+deb7u1. ceph df shows me this: *$ ceph df* GLOBAL: SIZE AVAIL RAW USED %RAW USED *242T 221T8519G 3.43 * POOLS:

Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread ceph-users
Ok John. Recap: If I have this situation: # ceph mds dump dumped mdsmap epoch 84 epoch 84 flags 0 created 2015-02-24 15:55:10.631958 modified2015-02-25 16:18:23.019144 tableserver 0 root0 session_timeout 60 session_autoclose 300 max_file_size 1099511627776

[ceph-users] Does Ceph rebalance OSDs proportionally

2015-02-25 Thread Jordan A Eliseo
Hi all, Quick qestion, does the Crush map always strive for proportionality when rebalancing a cluster? i.e. Say I have 8 OSDs (with a two node cluster - 4 OSDs per host - at ~90% utilization (which I know is bad, this is just hypothetical). Now if I add a total of 8 OSDs - 4 new OSDs for each

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Leszek Master
Check firewall rules and selinux. It sometimes is a pain in the ... :) 25 lut 2015 01:46 Barclay Jameson almightybe...@gmail.com napisał(a): I have tried to install ceph using ceph-deploy but sgdisk seems to have too many issues so I did a manual install. After mkfs.btrfs on the disks and

Re: [ceph-users] Does Ceph rebalance OSDs proportionally

2015-02-25 Thread Gregory Farnum
Yes. :) -Greg On Wed, Feb 25, 2015 at 8:33 AM Jordan A Eliseo jaeli...@us.ibm.com wrote: Hi all, Quick qestion, does the Crush map always strive for proportionality when rebalancing a cluster? i.e. Say I have 8 OSDs (with a two node cluster - 4 OSDs per host - at ~90% utilization (which I

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Robert LeBlanc
We use ceph-disk without any issues on CentOS7. If you want to do a manual deployment, verfiy you aren't missing any steps in http://ceph.com/docs/master/install/manual-deployment/#long-form. On Tue, Feb 24, 2015 at 5:46 PM, Barclay Jameson almightybe...@gmail.com wrote: I have tried to install

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Travis Rhoden
Also, did you successfully start your monitor(s), and define/create the OSDs within the Ceph cluster itself? There are several steps to creating a Ceph cluster manually. I'm unsure if you have done the steps to actually create and register the OSDs with the cluster. - Travis On Wed, Feb 25,

Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread John Spray
On 25/02/2015 15:23, ceph-users wrote: # ceph mds rm 23432 mds.'192.168.0.1' Traceback (most recent call last): File /bin/ceph, line 862, in module sys.exit(main()) File /bin/ceph, line 805, in main sigdict, inbuf, verbose) File /bin/ceph, line 405, in new_style_command

Re: [ceph-users] Ceph MDS remove

2015-02-25 Thread ceph-users
Thank you John. I've solved the issue. # ceph mds dump dumped mdsmap epoch 128 epoch 128 flags 0 created 2015-02-24 15:55:10.631958 modified2015-02-25 17:22:20.946910 tableserver 0 root0 session_timeout 60 session_autoclose 300 max_file_size 1099511627776 last_failure

[ceph-users] How to use ceph-deploy when building from source?

2015-02-25 Thread shylesh kumar
Hi All, I am trying to use ceph-deploy to deploy my cluster but it tries to download the rpms which i don't want, however what i want is using ceph-deploy to use my local git repo. I have compiled the code and did make install but starting monitor from ceph-deploy fails with Traceback (most

[ceph-users] who is using radosgw with civetweb?

2015-02-25 Thread Sage Weil
Hey, We are considering switching to civetweb (the embedded/standalone rgw web server) as the primary supported RGW frontend instead of the current apache + mod-fastcgi or mod-proxy-fcgi approach. Supported here means both the primary platform the upstream development focuses on and what the

Re: [ceph-users] Strange 'ceph df' output

2015-02-25 Thread Gregory Farnum
IIRC these global values for total size and available are just summations from the (programmatic equivalent) of running df on each machine locally, but the used values are based on actual space used by each PG. That has occasionally produced some odd results depending on how you've configured your

Re: [ceph-users] How to use ceph-deploy when building from source?

2015-02-25 Thread John Spray
On 25/02/2015 17:31, shylesh kumar wrote: I am trying to use ceph-deploy to deploy my cluster but it tries to download the rpms which i don't want, however what i want is using ceph-deploy to use my local git repo. `ceph-deploy install` is specifically for configuring package repos and

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Kyle Hutson
I'm having a similar issue. I'm following http://ceph.com/docs/master/install/manual-deployment/ to a T. I have OSDs on the same host deployed with the short-form and they work fine. I am trying to deploy some more via the long form (because I want them to appear in a different location in the

Re: [ceph-users] who is using radosgw with civetweb?

2015-02-25 Thread Robert LeBlanc
We tried to get radosgw working with Apache + mod_fastcgi, but due to the changes in radosgw, Apache, mode_*cgi, etc and the documentation lagging and not having a lot of time to devote to it, we abandoned it. Where it the documentation for civetweb? If it is appliance like and easy to set-up, we

Re: [ceph-users] who is using radosgw with civetweb?

2015-02-25 Thread Sage Weil
On Wed, 25 Feb 2015, Robert LeBlanc wrote: We tried to get radosgw working with Apache + mod_fastcgi, but due to the changes in radosgw, Apache, mode_*cgi, etc and the documentation lagging and not having a lot of time to devote to it, we abandoned it. Where it the documentation for civetweb?

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Robert LeBlanc
I think that your problem lies with systemd (even though you are using SysV syntax, systemd is really doing the work). Systemd does not like multiple arguments and I think this is why it is failing. There is supposed to be some work done to get systemd working ok, but I think it has the limitation

Re: [ceph-users] who is using radosgw with civetweb?

2015-02-25 Thread Robert LeBlanc
Cool, I'll see if we have some cycles to look at it. On Wed, Feb 25, 2015 at 2:49 PM, Sage Weil sw...@redhat.com wrote: On Wed, 25 Feb 2015, Robert LeBlanc wrote: We tried to get radosgw working with Apache + mod_fastcgi, but due to the changes in radosgw, Apache, mode_*cgi, etc and the

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Kyle Hutson
But I already issued that command (back in step 6). The interesting part is that ceph-disk activate apparently does it correctly. Even after reboot, the services start as they should. On Wed, Feb 25, 2015 at 3:54 PM, Robert LeBlanc rob...@leblancnet.us wrote: I think that your problem lies

[ceph-users] Clarification of SSD journals for BTRFS rotational HDD

2015-02-25 Thread Robert LeBlanc
I tried finding an answer to this on Google, but couldn't find it. Since BTRFS can parallel the journal with the write, does it make sense to have the journal on the SSD (because then we are forcing two writes instead of one)? Our plan is to have a caching tier of SSDs in front of our rotational

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Robert LeBlanc
Step #6 in http://ceph.com/docs/master/install/manual-deployment/#long-form only set-ups the file structure for the OSD, it doesn't start the long running process. On Wed, Feb 25, 2015 at 2:59 PM, Kyle Hutson kylehut...@ksu.edu wrote: But I already issued that command (back in step 6). The

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Kyle Hutson
So I issue it twice? e.g. ceph-osd -i X --mkfs --mkkey ...other commands... ceph-osd -i X ? On Wed, Feb 25, 2015 at 4:03 PM, Robert LeBlanc rob...@leblancnet.us wrote: Step #6 in http://ceph.com/docs/master/install/manual-deployment/#long-form only set-ups the file structure for the OSD, it

Re: [ceph-users] who is using radosgw with civetweb?

2015-02-25 Thread Blair Bethwaite
It'd be nice to see a standard/recommended LB and HA approach for RGW with supporting documentation too. On 26 February 2015 at 06:31, Sage Weil sw...@redhat.com wrote: Hey, We are considering switching to civetweb (the embedded/standalone rgw web server) as the primary supported RGW frontend

[ceph-users] mixed ceph versions

2015-02-25 Thread Deneau, Tom
I need to set up a cluster where the rados client (for running rados bench) may be on a different architecture and hence running a different ceph version from the osd/mon nodes. Is there a list of which ceph versions work together for a situation like this? -- Tom

[ceph-users] Question regarding rbd cache

2015-02-25 Thread Xu (Simon) Chen
Hi folks, I am curious about how RBD cache works, whether it caches and writes back entire objects. For example, if my VM images are stored with order 23 (8MB blocks), would a 64MB rbd cache only be able to cache 8 objects at a time? Or does it work at a more granular fashion? Also, when a

[ceph-users] OSD blocked every request until a peer came online

2015-02-25 Thread mailinglist
Hi, I'm running a 3 nodes cluster with 6 OSDs in each node. I'm using two types of pools, size 3 and size 2 and min_size 1, with the node being the failure domain. I've stopped every OSD in a single node to make some maintenance which left the cluster in a degraded, but operational state.

[ceph-users] Ceph-deploy issues

2015-02-25 Thread Garg, Pankaj
Hi, I had a successful ceph cluster that I am rebuilding. I have completely uninstalled ceph and any remnants and directories and config files. While setting up the new cluster, I follow the Ceph-deploy documentation as described before. I seem to get an error now (tried many times) :

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Thomas Foster
I am using the long form and have it working. The one thing that I saw was to change from osd_host to just host. See if that works. On Feb 25, 2015 5:44 PM, Kyle Hutson kylehut...@ksu.edu wrote: I just tried it, and that does indeed get the OSD to start. However, it doesn't add it to the

Re: [ceph-users] mixed ceph versions

2015-02-25 Thread Gregory Farnum
On Wed, Feb 25, 2015 at 3:11 PM, Deneau, Tom tom.den...@amd.com wrote: I need to set up a cluster where the rados client (for running rados bench) may be on a different architecture and hence running a different ceph version from the osd/mon nodes. Is there a list of which ceph versions work

Re: [ceph-users] mixed ceph versions

2015-02-25 Thread Yehuda Sadeh-Weinraub
- Original Message - From: Gregory Farnum g...@gregs42.com To: Tom Deneau tom.den...@amd.com Cc: ceph-users@lists.ceph.com Sent: Wednesday, February 25, 2015 3:20:07 PM Subject: Re: [ceph-users] mixed ceph versions On Wed, Feb 25, 2015 at 3:11 PM, Deneau, Tom tom.den...@amd.com

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Kyle Hutson
Thank you Thomas. You at least made me look it the right spot. Their long-form is showing what to do for a mon, not an osd. At the bottom of step 11, instead of sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/sysvinit It should read sudo touch

Re: [ceph-users] Ceph-deploy issues

2015-02-25 Thread Garg, Pankaj
I figured it out.at least first hurdle. I have 2 networks, 10.18.240.x. and 192.168.240.xx. I was specifying different public and cluster addresses. Somehow it doesn’t like it. Maybe the issue really is the ceph-deploy is old. I am on ARM64 and this is the latest I have for Ubuntu. After I

Re: [ceph-users] Ceph-deploy issues

2015-02-25 Thread Alan Johnson
Try sudo chmod +r /etc/ceph/ceph.client.admin.keyring for the error below? -Original Message- From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Garg, Pankaj Sent: Wednesday, February 25, 2015 4:04 PM To: Travis Rhoden Cc: ceph-users@lists.ceph.com Subject: Re:

Re: [ceph-users] Ceph-deploy issues

2015-02-25 Thread Alan Johnson
Not sure Pankaj, I always do this after deploying ceph as I spent a long time on this earlier, I think it is mentioned in the docs but I may have overlooked it at the time so now it is imprinted heavily? I have been using multiple networks as well but had to do it in both case? Thx

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Thomas Foster
Heres the doc I used to get the info: http://ceph.com/docs/master/rados/troubleshooting/troubleshooting-osd/ On Feb 25, 2015 5:55 PM, Thomas Foster thomas.foste...@gmail.com wrote: I am using the long form and have it working. The one thing that I saw was to change from osd_host to just host.

Re: [ceph-users] Ceph-deploy issues

2015-02-25 Thread Travis Rhoden
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 pankaj.g...@caviumnetworks.com wrote: Hi, I had

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Brad Hubbard
On 02/26/2015 09:05 AM, Kyle Hutson wrote: Thank you Thomas. You at least made me look it the right spot. Their long-form is showing what to do for a mon, not an osd. At the bottom of step 11, instead of sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/sysvinit It should read sudo touch

Re: [ceph-users] Ceph-deploy issues

2015-02-25 Thread Garg, Pankaj
Hi Alan, Thanks. Worked like magic. Why did this happen though? I have deployed on the same machine using same ceph-deploy and it was fine. Not sure if anything is different this time, except my network, which shouldn’t affect this. Thakns Pankaj -Original Message- From: Alan Johnson

[ceph-users] Ceph 0.87-1

2015-02-25 Thread Lindsay Mathieson
The Ceph Debian Giant repo (http://ceph.com/debian-giant) seems to have had an update from 0.87 to 0.87-1 on the 24-Feb. Are there release notes anywhere on what changed etc? is there an upgrade procedure? thanks, -- Lindsay ___ ceph-users mailing

Re: [ceph-users] Centos 7 OSD silently fail to start

2015-02-25 Thread Brad Hubbard
On 02/26/2015 03:24 PM, Kyle Hutson wrote: Just did it. Thanks for suggesting it. No, definitely thank you. Much appreciated. On Wed, Feb 25, 2015 at 5:59 PM, Brad Hubbard bhubb...@redhat.com mailto:bhubb...@redhat.com wrote: On 02/26/2015 09:05 AM, Kyle Hutson wrote: Thank

Re: [ceph-users] Ceph 0.87-1

2015-02-25 Thread Alexandre DERUMIER
Hi, I known that Loic Dachary was currently working on backporting new feature on giant, I see that 0.87.1 has been tagged in git too: here the difference: https://github.com/ceph/ceph/compare/v0.87...v0.87.1 Loic, any annoucement/release note, yet ? - Mail original - De: Lindsay

[ceph-users] PASSWORD ERROR IN VM

2015-02-25 Thread khyati joshi
I WANT TO DEPLOY CEPH INSIDE VIRTUALMACHINES USING VIRTUALBOX .I HAVE INSTALLED CENTOS-5.11 USING VIRTUAL DISK IMAGE. OS IS INSTALLED AND WHEN PROMPTED FOR LOCALHOST LOGINNAME, I ENTERED ROOT AND TRIED ALSO WITH CENTOS.BUT WHEN PROMPTED FOR PASSWORD, KEYBOARD DIDN'T WORKING. NOT ABLE TO TYPE

[ceph-users] Ceph MeetUp Berlin on March 23

2015-02-25 Thread Robert Sander
Hi, I would like to invite you to our next MeetUp in Berlin on March 23: http://www.meetup.com/Ceph-Berlin/events/219958751/ Stephan Seitz will talk about HA-iSCSI with Ceph. Regards -- Robert Sander Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin http://www.heinlein-support.de Tel: