* MAX_RBD_IMAGES [not found] <737821405.20198894.1442958231356.JavaMail.zimbra@redhat.com> @ 2015-09-22 21:55 ` Shinobu Kinjo 2015-09-22 22:42 ` MAX_RBD_IMAGES Josh Durgin 2015-09-30 0:04 ` MAX_RBD_IMAGES Dan Mick 0 siblings, 2 replies; 6+ messages in thread From: Shinobu Kinjo @ 2015-09-22 21:55 UTC (permalink / raw) To: ceph-devel Hello, Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? I hope that Dan remember -; http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 - Shinobu ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MAX_RBD_IMAGES 2015-09-22 21:55 ` MAX_RBD_IMAGES Shinobu Kinjo @ 2015-09-22 22:42 ` Josh Durgin 2015-09-22 22:53 ` MAX_RBD_IMAGES Shinobu Kinjo 2015-09-30 0:04 ` MAX_RBD_IMAGES Dan Mick 1 sibling, 1 reply; 6+ messages in thread From: Josh Durgin @ 2015-09-22 22:42 UTC (permalink / raw) To: Shinobu Kinjo, ceph-devel On 09/22/2015 02:55 PM, Shinobu Kinjo wrote: > Hello, > > Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? > I hope that Dan remember -; > > http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 I don't think there's a reason for the exact limit. rbd-fuse was created as a prototype, and hasn't had much work on it since. A hardcoded limit on open images is not necessary, for example. Some more ideas for improvements if anyone's interested: http://pad.ceph.com/p/rbd-fuse-2015 Josh ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MAX_RBD_IMAGES 2015-09-22 22:42 ` MAX_RBD_IMAGES Josh Durgin @ 2015-09-22 22:53 ` Shinobu Kinjo 0 siblings, 0 replies; 6+ messages in thread From: Shinobu Kinjo @ 2015-09-22 22:53 UTC (permalink / raw) To: Josh Durgin; +Cc: ceph-devel > I don't think there's a reason for the exact limit. rbd-fuse was > created as a prototype, and hasn't had much work on it since. That's why I've ended up with asking. I've spent 2 days to find out any reason -; The kernel says nothing to me, of course. Thank you. Shinobu ----- Original Message ----- From: "Josh Durgin" <jdurgin@redhat.com> To: "Shinobu Kinjo" <skinjo@redhat.com>, "ceph-devel" <ceph-devel@vger.kernel.org> Sent: Wednesday, September 23, 2015 7:42:29 AM Subject: Re: [CEPH-DEVEL] MAX_RBD_IMAGES On 09/22/2015 02:55 PM, Shinobu Kinjo wrote: > Hello, > > Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? > I hope that Dan remember -; > > http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 I don't think there's a reason for the exact limit. rbd-fuse was created as a prototype, and hasn't had much work on it since. A hardcoded limit on open images is not necessary, for example. Some more ideas for improvements if anyone's interested: http://pad.ceph.com/p/rbd-fuse-2015 Josh -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MAX_RBD_IMAGES 2015-09-22 21:55 ` MAX_RBD_IMAGES Shinobu Kinjo 2015-09-22 22:42 ` MAX_RBD_IMAGES Josh Durgin @ 2015-09-30 0:04 ` Dan Mick 2015-09-30 3:58 ` MAX_RBD_IMAGES Shinobu Kinjo 1 sibling, 1 reply; 6+ messages in thread From: Dan Mick @ 2015-09-30 0:04 UTC (permalink / raw) To: Shinobu Kinjo, ceph-devel On 09/22/2015 02:55 PM, Shinobu Kinjo wrote: > Hello, > > Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? > I hope that Dan remember -; > > http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 > > - Shinobu > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > to....have more of them? -- Dan Mick Red Hat, Inc. Ceph docs: http://ceph.com/docs ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MAX_RBD_IMAGES 2015-09-30 0:04 ` MAX_RBD_IMAGES Dan Mick @ 2015-09-30 3:58 ` Shinobu Kinjo 2015-09-30 17:31 ` MAX_RBD_IMAGES Dan Mick 0 siblings, 1 reply; 6+ messages in thread From: Shinobu Kinjo @ 2015-09-30 3:58 UTC (permalink / raw) To: Dan Mick; +Cc: ceph-devel I just want to know what that number means. Based on the Linux kenel, that number doesn't make sense but, for the Ceph cluster, would make sense from performance, resource handling including networking resource point of views. So, do you remember? Shinobu ----- Original Message ----- From: "Dan Mick" <dmick@redhat.com> To: "Shinobu Kinjo" <skinjo@redhat.com>, "ceph-devel" <ceph-devel@vger.kernel.org> Sent: Wednesday, September 30, 2015 9:04:35 AM Subject: Re: [CEPH-DEVEL] MAX_RBD_IMAGES On 09/22/2015 02:55 PM, Shinobu Kinjo wrote: > Hello, > > Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? > I hope that Dan remember -; > > http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 > > - Shinobu > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > to....have more of them? -- Dan Mick Red Hat, Inc. Ceph docs: http://ceph.com/docs ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MAX_RBD_IMAGES 2015-09-30 3:58 ` MAX_RBD_IMAGES Shinobu Kinjo @ 2015-09-30 17:31 ` Dan Mick 0 siblings, 0 replies; 6+ messages in thread From: Dan Mick @ 2015-09-30 17:31 UTC (permalink / raw) To: Shinobu Kinjo; +Cc: ceph-devel Doesn't mean anything. It was just a medium-large number of emulated targets. The choice had nothing to do with the kernel. On 09/29/2015 08:58 PM, Shinobu Kinjo wrote: > I just want to know what that number means. > > Based on the Linux kenel, that number doesn't make sense but, for the Ceph cluster, would make sense from performance, resource handling including networking resource point of views. > > So, do you remember? > > Shinobu > > ----- Original Message ----- > From: "Dan Mick" <dmick@redhat.com> > To: "Shinobu Kinjo" <skinjo@redhat.com>, "ceph-devel" <ceph-devel@vger.kernel.org> > Sent: Wednesday, September 30, 2015 9:04:35 AM > Subject: Re: [CEPH-DEVEL] MAX_RBD_IMAGES > > On 09/22/2015 02:55 PM, Shinobu Kinjo wrote: >> Hello, >> >> Does any of you know why *MAX_RBD_IMAGES* was changed from 16 to 128? >> I hope that Dan remember -; >> >> http://resources.ustack.com/ceph/ceph/commit/2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 >> >> - Shinobu >> -- >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > to....have more of them? > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-09-30 17:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <737821405.20198894.1442958231356.JavaMail.zimbra@redhat.com>
2015-09-22 21:55 ` MAX_RBD_IMAGES Shinobu Kinjo
2015-09-22 22:42 ` MAX_RBD_IMAGES Josh Durgin
2015-09-22 22:53 ` MAX_RBD_IMAGES Shinobu Kinjo
2015-09-30 0:04 ` MAX_RBD_IMAGES Dan Mick
2015-09-30 3:58 ` MAX_RBD_IMAGES Shinobu Kinjo
2015-09-30 17:31 ` MAX_RBD_IMAGES Dan Mick
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.