Re: [ceph-users] mon add problem

2013-12-16 Thread Michael Kidd
This indicates you have multiple networks on the new mon host, but no definition in your ceph.conf as to which network is public. In your ceph.conf, add: public network = 192.168.1.0/24 cluster network = 192.168.2.0/24 (Fix the subnet definitions for your environment) Then, re-try your new mon

Re: [ceph-users] Firefly - Giant : CentOS 7 : install failed ceph-deploy

2015-05-04 Thread Michael Kidd
For Firefly / Giant installs, I've had success with the following: yum install ceph ceph-common --disablerepo=base --disablerepo=epel Let us know if this works for you as well. Thanks, Michael J. Kidd Sr. Storage Consultant Inktank Professional Services - by Red Hat On Wed, Apr 8, 2015 at

Re: [ceph-users] Firefly - Giant : CentOS 7 : install failed ceph-deploy

2015-04-08 Thread Michael Kidd
Sr. Storage Consultant Inktank Professional Services - by Red Hat On Wed, Apr 8, 2015 at 9:07 PM, Michael Kidd linuxk...@redhat.com wrote: For Firefly / Giant installs, I've had success with the following: yum install ceph ceph-common --disablerepo=base --disablerepo=epel Let us know

Re: [ceph-users] ceph-mon always election when change crushmap in firefly

2015-09-23 Thread Michael Kidd
Hello Alexander, One other point on your email.. You indicate you desire each OSD to have ~100 PGs, but depending on your pool size, it seems you may have forgetting about the additional PGs associated with replication itself. Assuming 3x replication in your environment: 70,000 * 3

Re: [ceph-users] Why is this pg incomplete?

2016-01-04 Thread Michael Kidd
Bryan, If you can read the disk that was osd.102, you may wish to attempt this process to recover your data: https://ceph.com/community/incomplete-pgs-oh-my/ Good luck! Michael J. Kidd Sr. Software Maintenance Engineer Red Hat Ceph Storage On Mon, Jan 4, 2016 at 8:32 AM, Bryan Wright

Re: [ceph-users] Calculating PG in an mixed environment

2016-03-15 Thread Michael Kidd
Hello Martin, The proper way is to perform the following process: For all Pools utilizing the same bucket of OSDs: (Pool1_pg_num * Pool1_size) + (Pool2_pg_num * Pool2_size) + ... (Pool(n)_pg_num * Pool(n)_size)

Re: [ceph-users] Javascript error at http://ceph.com/pgcalc/

2017-01-11 Thread Michael Kidd
f pgcalc, the newly created pool > didn't follow my values in the "Add Pool" dialog. For example, no matter > what I fill in "Pool Name", I always get "newPool" as the name. > > By the way, where can I find the git repository of pgcalc? I can't find it &g

Re: [ceph-users] PG calculator improvement

2017-04-13 Thread Michael Kidd
Hello Frédéric, Thank you very much for the input. I would like to ask for some feedback from you, as well as the ceph-users list at large. The PGCalc tool was created to help steer new Ceph users in the right direction, but it's certainly difficult to account for every possible scenario. I'm