* dropping trusty @ 2017-11-30 17:21 Sage Weil 2017-11-30 17:55 ` David Galloway 0 siblings, 1 reply; 5+ messages in thread From: Sage Weil @ 2017-11-30 17:21 UTC (permalink / raw) To: ceph-devel; +Cc: dgallowa, ceph-users We're talking about dropping trusty support for mimic due to the old compiler (incomplete C++11), hassle of using an updated toolchain, general desire to stop supporting old stuff, and lack of user objections to dropping it in the next release. We would continue to build trusty packages for luminous and older releases, just not mimic going forward. My question is whether we should drop all of the trusty installs on smithi and focus testing on xenial and centos. I haven't seen any trusty related failures in half a year. There were some kernel-related issues 6+ months ago that are resolved, and there is a valgrind issue with xenial that is making us do valgrind only on centos, but otherwise I don't recall any other problems. I think the likelihood of a trusty-specific regression on luminous/jewel is low. Note that we can still do install and smoke testing on VMs to ensure the packages work; we just wouldn't stress test. Does this seem reasonable? If so, we could reimage the trusty hosts immediately, right? Am I missing anything? sage ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dropping trusty 2017-11-30 17:21 dropping trusty Sage Weil @ 2017-11-30 17:55 ` David Galloway 2017-12-04 6:12 ` [ceph-users] " kefu chai 0 siblings, 1 reply; 5+ messages in thread From: David Galloway @ 2017-11-30 17:55 UTC (permalink / raw) To: Sage Weil, ceph-devel; +Cc: ceph-users On 11/30/2017 12:21 PM, Sage Weil wrote: > We're talking about dropping trusty support for mimic due to the old > compiler (incomplete C++11), hassle of using an updated toolchain, general > desire to stop supporting old stuff, and lack of user objections to > dropping it in the next release. > > We would continue to build trusty packages for luminous and older > releases, just not mimic going forward. > > My question is whether we should drop all of the trusty installs on smithi > and focus testing on xenial and centos. I haven't seen any trusty related > failures in half a year. There were some kernel-related issues 6+ months > ago that are resolved, and there is a valgrind issue with xenial that is > making us do valgrind only on centos, but otherwise I don't recall any > other problems. I think the likelihood of a trusty-specific regression on > luminous/jewel is low. Note that we can still do install and smoke > testing on VMs to ensure the packages work; we just wouldn't stress test. > > Does this seem reasonable? If so, we could reimage the trusty hosts > immediately, right? > > Am I missing anything? > Someone would need to prune through the qa dir and make sure nothing relies on trusty for tests. We've gotten into a bind recently with the testing of FOG [1] where jobs are stuck in Waiting for a long time (tying up workers) because jobs are requesting Trusty. We got close to having zero Trusty testnodes since the wip-fog branch has been reimaging baremetal testnodes on every job. But other than that, yes, I can reimage the Trusty testnodes. Once FOG is merged into teuthology master, we won't have to worry about this anymore since jobs will automatically reimage machines based on what distro they require. [1] https://github.com/ceph/teuthology/compare/wip-fog ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ceph-users] dropping trusty 2017-11-30 17:55 ` David Galloway @ 2017-12-04 6:12 ` kefu chai 2017-12-04 15:48 ` David Galloway 0 siblings, 1 reply; 5+ messages in thread From: kefu chai @ 2017-12-04 6:12 UTC (permalink / raw) To: David Galloway; +Cc: Sage Weil, ceph-devel@vger.kernel.org, Ceph-User On Fri, Dec 1, 2017 at 1:55 AM, David Galloway <dgallowa@redhat.com> wrote: > On 11/30/2017 12:21 PM, Sage Weil wrote: >> We're talking about dropping trusty support for mimic due to the old >> compiler (incomplete C++11), hassle of using an updated toolchain, general >> desire to stop supporting old stuff, and lack of user objections to >> dropping it in the next release. >> >> We would continue to build trusty packages for luminous and older >> releases, just not mimic going forward. >> >> My question is whether we should drop all of the trusty installs on smithi >> and focus testing on xenial and centos. I haven't seen any trusty related >> failures in half a year. There were some kernel-related issues 6+ months >> ago that are resolved, and there is a valgrind issue with xenial that is >> making us do valgrind only on centos, but otherwise I don't recall any >> other problems. I think the likelihood of a trusty-specific regression on >> luminous/jewel is low. Note that we can still do install and smoke >> testing on VMs to ensure the packages work; we just wouldn't stress test. >> >> Does this seem reasonable? If so, we could reimage the trusty hosts >> immediately, right? >> >> Am I missing anything? >> > > Someone would need to prune through the qa dir and make sure nothing > relies on trusty for tests. We've gotten into a bind recently with the David, thanks for point out the direction. i removed the references to trusty and updated related bits in https://github.com/ceph/ceph/pull/19307. > testing of FOG [1] where jobs are stuck in Waiting for a long time > (tying up workers) because jobs are requesting Trusty. We got close to > having zero Trusty testnodes since the wip-fog branch has been reimaging > baremetal testnodes on every job. > > But other than that, yes, I can reimage the Trusty testnodes. Once FOG > is merged into teuthology master, we won't have to worry about this > anymore since jobs will automatically reimage machines based on what > distro they require. since https://github.com/ceph/teuthology/pull/1126 is merged, could you help reimage the trusty test nodes? > > [1] https://github.com/ceph/teuthology/compare/wip-fog > _______________________________________________ > ceph-users mailing list > ceph-users@lists.ceph.com > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com -- Regards Kefu Chai ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ceph-users] dropping trusty 2017-12-04 6:12 ` [ceph-users] " kefu chai @ 2017-12-04 15:48 ` David Galloway [not found] ` <f6c93e1c-ce88-9e44-fc80-07dfc11e3d92-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: David Galloway @ 2017-12-04 15:48 UTC (permalink / raw) To: kefu chai; +Cc: Sage Weil, ceph-devel@vger.kernel.org, Ceph-User On 12/04/2017 01:12 AM, kefu chai wrote: > On Fri, Dec 1, 2017 at 1:55 AM, David Galloway <dgallowa@redhat.com> wrote: >> On 11/30/2017 12:21 PM, Sage Weil wrote: >>> We're talking about dropping trusty support for mimic due to the old >>> compiler (incomplete C++11), hassle of using an updated toolchain, general >>> desire to stop supporting old stuff, and lack of user objections to >>> dropping it in the next release. >>> >>> We would continue to build trusty packages for luminous and older >>> releases, just not mimic going forward. >>> >>> My question is whether we should drop all of the trusty installs on smithi >>> and focus testing on xenial and centos. I haven't seen any trusty related >>> failures in half a year. There were some kernel-related issues 6+ months >>> ago that are resolved, and there is a valgrind issue with xenial that is >>> making us do valgrind only on centos, but otherwise I don't recall any >>> other problems. I think the likelihood of a trusty-specific regression on >>> luminous/jewel is low. Note that we can still do install and smoke >>> testing on VMs to ensure the packages work; we just wouldn't stress test. >>> >>> Does this seem reasonable? If so, we could reimage the trusty hosts >>> immediately, right? >>> >>> Am I missing anything? >>> >> >> Someone would need to prune through the qa dir and make sure nothing >> relies on trusty for tests. We've gotten into a bind recently with the > > David, thanks for point out the direction. i removed the references to trusty > and updated related bits in https://github.com/ceph/ceph/pull/19307. > >> testing of FOG [1] where jobs are stuck in Waiting for a long time >> (tying up workers) because jobs are requesting Trusty. We got close to >> having zero Trusty testnodes since the wip-fog branch has been reimaging >> baremetal testnodes on every job. >> >> But other than that, yes, I can reimage the Trusty testnodes. Once FOG >> is merged into teuthology master, we won't have to worry about this >> anymore since jobs will automatically reimage machines based on what >> distro they require. > > since https://github.com/ceph/teuthology/pull/1126 is merged, could you help > reimage the trusty test nodes? > No need. Since that's merged, all testnodes are automatically reimaged on every job now :). An e-mail to Sepia user list is forthcoming with more details. >> >> [1] https://github.com/ceph/teuthology/compare/wip-fog ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <f6c93e1c-ce88-9e44-fc80-07dfc11e3d92-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: dropping trusty [not found] ` <f6c93e1c-ce88-9e44-fc80-07dfc11e3d92-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2017-12-04 16:17 ` kefu chai 0 siblings, 0 replies; 5+ messages in thread From: kefu chai @ 2017-12-04 16:17 UTC (permalink / raw) To: David Galloway Cc: Sage Weil, ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ceph-User On Mon, Dec 4, 2017 at 11:48 PM, David Galloway <dgallowa-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: > > On 12/04/2017 01:12 AM, kefu chai wrote: >> On Fri, Dec 1, 2017 at 1:55 AM, David Galloway <dgallowa-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: >>> On 11/30/2017 12:21 PM, Sage Weil wrote: >>>> We're talking about dropping trusty support for mimic due to the old >>>> compiler (incomplete C++11), hassle of using an updated toolchain, general >>>> desire to stop supporting old stuff, and lack of user objections to >>>> dropping it in the next release. >>>> >>>> We would continue to build trusty packages for luminous and older >>>> releases, just not mimic going forward. >>>> >>>> My question is whether we should drop all of the trusty installs on smithi >>>> and focus testing on xenial and centos. I haven't seen any trusty related >>>> failures in half a year. There were some kernel-related issues 6+ months >>>> ago that are resolved, and there is a valgrind issue with xenial that is >>>> making us do valgrind only on centos, but otherwise I don't recall any >>>> other problems. I think the likelihood of a trusty-specific regression on >>>> luminous/jewel is low. Note that we can still do install and smoke >>>> testing on VMs to ensure the packages work; we just wouldn't stress test. >>>> >>>> Does this seem reasonable? If so, we could reimage the trusty hosts >>>> immediately, right? >>>> >>>> Am I missing anything? >>>> >>> >>> Someone would need to prune through the qa dir and make sure nothing >>> relies on trusty for tests. We've gotten into a bind recently with the >> >> David, thanks for point out the direction. i removed the references to trusty >> and updated related bits in https://github.com/ceph/ceph/pull/19307. >> >>> testing of FOG [1] where jobs are stuck in Waiting for a long time >>> (tying up workers) because jobs are requesting Trusty. We got close to >>> having zero Trusty testnodes since the wip-fog branch has been reimaging >>> baremetal testnodes on every job. >>> >>> But other than that, yes, I can reimage the Trusty testnodes. Once FOG >>> is merged into teuthology master, we won't have to worry about this >>> anymore since jobs will automatically reimage machines based on what >>> distro they require. >> >> since https://github.com/ceph/teuthology/pull/1126 is merged, could you help >> reimage the trusty test nodes? >> > > No need. Since that's merged, all testnodes are automatically reimaged > on every job now :). An e-mail to Sepia user list is forthcoming with > more details. awesome, thank you! love this! > >>> >>> [1] https://github.com/ceph/teuthology/compare/wip-fog > -- Regards Kefu Chai ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-12-04 16:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 17:21 dropping trusty Sage Weil
2017-11-30 17:55 ` David Galloway
2017-12-04 6:12 ` [ceph-users] " kefu chai
2017-12-04 15:48 ` David Galloway
[not found] ` <f6c93e1c-ce88-9e44-fc80-07dfc11e3d92-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-12-04 16:17 ` kefu chai
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox