Re: [ceph-users] setting crushmap while creating pool fails

2016-07-15 Thread Shinobu Kinjo
Thank you for that report. Sorry for that -; shinobu On Fri, Jul 15, 2016 at 4:47 PM, Oliver Dzombic wrote: > Hi Shinobu, > > > osd_pool_default_crush_replicated_ruleset = 2 > > Thats already set, and ignored. > > If your crushmap does not start with ruleset id 0 you will see this > missbehavi

Re: [ceph-users] setting crushmap while creating pool fails

2016-07-15 Thread Oliver Dzombic
Hi Shinobu, > osd_pool_default_crush_replicated_ruleset = 2 Thats already set, and ignored. If your crushmap does not start with ruleset id 0 you will see this missbehaviour. Also your mon servers will crashing. See http://tracker.ceph.com/issues/16653 -- Mit freundlichen Gruessen / Best reg

Re: [ceph-users] setting crushmap while creating pool fails

2016-07-14 Thread Shinobu Kinjo
You may want to change value of "osd_pool_default_crush_replicated_ruleset". shinobu On Fri, Jul 15, 2016 at 7:38 AM, Oliver Dzombic wrote: > Hi, > > wow, figured it out. > > If you dont have a ruleset 0 id, you are in trouble. > > So the solution is, that you >MUST< have a ruleset id 0. > > -

Re: [ceph-users] setting crushmap while creating pool fails

2016-07-14 Thread Oliver Dzombic
Hi, wow, figured it out. If you dont have a ruleset 0 id, you are in trouble. So the solution is, that you >MUST< have a ruleset id 0. -- Mit freundlichen Gruessen / Best regards Oliver Dzombic IP-Interactive mailto:i...@ip-interactive.de Anschrift: IP Interactive UG ( haftungsbeschraenkt

Re: [ceph-users] setting crushmap while creating pool fails

2016-07-14 Thread Oliver Dzombic
Hi, thanks for the suggestion. I tried it out. No effect. My ceph.conf looks like: [osd] osd_pool_default_crush_replicated_ruleset = 2 osd_pool_default_size = 2 osd_pool_default_min_size = 1 The complete: http://pastebin.com/sG4cPYCY But the config is completely ignored. If i run # ceph osd

Re: [ceph-users] setting crushmap while creating pool fails

2016-07-12 Thread Wido den Hollander
> Op 12 juli 2016 om 22:30 schreef Oliver Dzombic : > > > Hi, > > i have a crushmap which looks like: > > http://pastebin.com/YC9FdTUd > > I issue: > > # ceph osd pool create vmware1 64 cold-storage-rule > pool 'vmware1' created > > I would expect the pool to have ruleset 2. > > #ceph osd

[ceph-users] setting crushmap while creating pool fails

2016-07-12 Thread Oliver Dzombic
Hi, i have a crushmap which looks like: http://pastebin.com/YC9FdTUd I issue: # ceph osd pool create vmware1 64 cold-storage-rule pool 'vmware1' created I would expect the pool to have ruleset 2. #ceph osd pool ls detail pool 10 'vmware1' replicated size 3 min_size 2 crush_ruleset 1 object_h