RE: Call for new committers

2021-04-05 Thread Marc

Good! Very nice to read!



> -Original Message-
> Sent: 05 April 2021 12:09
> To: user@mesos.apache.org
> Cc: mesos 
> Subject: Re: Call for new committers
> 
> Hi, I would like to contribute actively within my possibilities.
> 
> I'm the Fedora Mesos package maintainer
> (https://src.fedoraproject.org/rpms/mesos), and PPMC of Apache Myriad
> (YARN on Mesos) (unfortunately retired).
> 
> Probably I can contribute in different ways.
> 
> 
> --
> Javi Roman
> 
> Twitter: @javiromanrh
> GitHub: github.com/javiroman <http://github.com/javiroman>
> Linkedin: es.linkedin.com/in/javiroman
> <http://es.linkedin.com/in/javiroman>
> Big Data Blog: dataintensive.info <http://dataintensive.info>
> 
> 
> 
> On Sun, Mar 14, 2021 at 1:00 PM Qian Zhang  <mailto:zhq527...@gmail.com> > wrote:
> 
> 
>   Hi folks,
> 
>   Please reply to this mail if you plan to actively contribute to
> Mesos and want to become a new Mesos committer, thanks!
> 
> 
>   Regards,
>   Qian Zhang



Re: Call for new committers

2021-04-05 Thread Javi Roman
Hi, I would like to contribute actively within my possibilities.

I'm the Fedora Mesos package maintainer (
https://src.fedoraproject.org/rpms/mesos), and PPMC of Apache Myriad (YARN
on Mesos) (unfortunately retired).

Probably I can contribute in different ways.


--
Javi Roman

Twitter: @javiromanrh
GitHub: github.com/javiroman
Linkedin: es.linkedin.com/in/javiroman
Big Data Blog: dataintensive.info


On Sun, Mar 14, 2021 at 1:00 PM Qian Zhang  wrote:

> Hi folks,
>
> Please reply to this mail if you plan to actively contribute to Mesos and
> want to become a new Mesos committer, thanks!
>
>
> Regards,
> Qian Zhang
>


RE: Just saw - Call for new committers

2021-03-24 Thread Marc
> > I found rexray to be a bit buggy with releasing rbd's on time, making
> it difficult for tasks to move to different hosts. But I tested this
> maybe more than a year ago.
> 
> It's still buggy in that point. But in our case, it does not happen
> often.
> 
> > You can give it a try. Be carefull using the original csi driver, it
> overwrites your /etc/ceph/ceph.conf
> > https://github.com/f1-outsourcing/csiceph/tree/master
> 
> I will try in the next days and give you feedback.
> 
> Can you show me the "mesos csi plugin json" u use for ceph?

[@~]# cat /etc/mesos-csi/csi-ceph.json
{
  "type": "rbd.csi.ceph.io",
  "endpoints": [
{
  "csi_service": "NODE_SERVICE",
  "endpoint": "unix:///tmp/mesos-csi-uuh6Ra/endpoint.sock"
}
  ],
  "target_path_root": "/mnt/mesos-unman-plugin"
}


RE: Just saw - Call for new committers

2021-03-24 Thread Marc
> > Any interest in using csi with ceph for stateful tasks?
> 
> I would! We already use ceph in mesos but via rexray. I was thinking to
> take a deeper look into to csi driver therefore I can remove rexray from
> our stack.
> 
> 

I found rexray to be a bit buggy with releasing rbd's on time, making it 
difficult for tasks to move to different hosts. But I tested this maybe more 
than a year ago.

Because I want to limit linux capabilities on tasks I have decided to configure 
the external/unmanaged csidriver.


[@c04 mesos-csi]# tail /etc/rc.local

# mesos csi nfs plugin
/usr/libexec/csi/csinfs-start.sh
# mesos csi ceph plugin
/usr/libexec/csi/csiceph-start.sh


[@c04 mesos-csi]# cat /usr/libexec/csi/csiceph-start.sh
#!/bin/bash
#

umask 0077

export CSI_DEFUSERID="app.mesos.test"
export CSI_DEFUSERKEY="KE=="

mkdir /tmp/mesos-csi-uuh6Ra 2>/dev/null
cd /tmp/mesos-csi-uuh6Ra
/usr/libexec/csi/csiceph -endpoint 'unix:///tmp/mesos-csi-uuh6Ra/endpoint.sock' 
-nodeid $HOSTNAME -type rbd -drivername ceph-csi-rbd -v 10 
-log_file=./csiceph-plugin.log -logtostderr=false >stdout 2>stderr &

You can give it a try. Be carefull using the original csi driver, it overwrites 
your /etc/ceph/ceph.conf
https://github.com/f1-outsourcing/csiceph/tree/master




RE: Just saw - Call for new committers

2021-03-24 Thread Marc


> I saw that Qian Zhang was calling about new commiters. Well, I already
> ask one month ago on slack if I can help the Mesos project. :-) Benjamin
> told me I should subscribe these Mailinglist, but what should I say, I
> missed the confirmation mail and was wondering why the mailinglist is so
> silent. :-)

Yes it is. Great place to send yourself messages and meditate! :)

> To me; Mesos is a important part of my own company. I drive it for all
> of our own services but I also help customers to install and run it in
> there environment. 

Any interest in using csi with ceph for stateful tasks? It is really nice to 
see that these tasks are able to take their storage to whatever hosts their 
deployed on.
I was asking the developers of the cephcsi a while ago to change their code so 
it actually works as a csi driver and not as a kubernetes driver. And they are 
willing to do some work to create the required functionality for the slrp. 
I currently test a bit with preprovisioned rbd images in tasks via mvp. (I had 
to change code of csiceph driver for that to get it to work)

>I also developed a mesos kafka framework and I'm the
> developer of the "Mesos Executor" (and soon the Mesos Operator) for
> Apache Airflow 2.x. Yeah I know, thats just small things. But I'm
> willing to learn and grow.

You know anything of the Marathon? They implemented csi secrets driver via some 
proprietary secrets solution, not using the default mesos secrets. (ao. that is 
why I had to change the cephcsi driver)

> So... Here I'm and it would be my pleasure to help. :-)
> 
You have my appreciation!


Just saw - Call for new committers

2021-03-23 Thread Andreas Peters
Hi,

I saw that Qian Zhang was calling about new commiters. Well, I already
ask one month ago on slack if I can help the Mesos project. :-) Benjamin
told me I should subscribe these Mailinglist, but what should I say, I
missed the confirmation mail and was wondering why the mailinglist is so
silent. :-)

To me; Mesos is a important part of my own company. I drive it for all
of our own services but I also help customers to install and run it in
there environment. I also developed a mesos kafka framework and I'm the
developer of the "Mesos Executor" (and soon the Mesos Operator) for
Apache Airflow 2.x. Yeah I know, thats just small things. But I'm
willing to learn and grow.

So... Here I'm and it would be my pleasure to help. :-)

Cheers,
Andreas



OpenPGP_signature
Description: OpenPGP digital signature


Re: [BULK]Re: Call for new committers

2021-03-16 Thread Thomas Langé
Hello,

Still interested as well.

Thomas

From: Charles-François Natali 
Sent: Monday, 15 March 2021 09:53
To: user 
Subject: [BULK]Re: Call for new committers

Hi,

I'm still interested.

Would it be possible to get a rough roadmap of the proposed course of action?

So far there's been several email threads asking for feature requests, 
contributors etc, but AFAICT no feedback, so it's hard to know exactly what's 
going on, and I imagine it would make it easier for people to step up if there 
was a clear direction.

Cheers,



On Sun, 14 Mar 2021, 13:05 Stéphane Cottin, 
mailto:stephane.cot...@vixns.com>> wrote:
Hi,

I will contribute to mesos and would like to become a Mesos committer.

Stéphane

On 14 Mar 2021, at 12:59, Qian Zhang wrote:

> Hi folks,
>
> Please reply to this mail if you plan to actively contribute to Mesos and
> want to become a new Mesos committer, thanks!
>
>
> Regards,
> Qian Zhang


RE: Call for new committers

2021-03-15 Thread Marc

Feedback is rare here, it would be nice if that would change for the better 
with the new team. I would like to know how much time has been put into mesos 
in the past, in order to better judge if the 'new team' is able to meet this 
'requirement'. Is this strange to ask? Seems sort of logical to me.


> -Original Message-
> Sent: 15 March 2021 09:53
> To: user 
> Subject: Re: Call for new committers
> 
> Hi,
> 
> I'm still interested.
> 
> Would it be possible to get a rough roadmap of the proposed course of
> action?
> 
> So far there's been several email threads asking for feature requests,
> contributors etc, but AFAICT no feedback, so it's hard to know exactly
> what's going on, and I imagine it would make it easier for people to
> step up if there was a clear direction.
> 
> Cheers,
> 
> 
> 
> On Sun, 14 Mar 2021, 13:05 Stéphane Cottin,  <mailto:stephane.cot...@vixns.com> > wrote:
> 
> 
>   Hi,
> 
>   I will contribute to mesos and would like to become a Mesos
> committer.
> 
>   Stéphane
> 
>   On 14 Mar 2021, at 12:59, Qian Zhang wrote:
> 
>   > Hi folks,
>   >
>   > Please reply to this mail if you plan to actively contribute to
> Mesos and
>   > want to become a new Mesos committer, thanks!
>   >
>   >
>   > Regards,
>   > Qian Zhang
> 



Re: [BULK]Re: Call for new committers

2021-03-15 Thread Grégoire Seux
Hello,

still interested as well

-- ​
Grégoire

From: Charles-François Natali 
Sent: Monday, March 15, 2021 9:53 AM
To: user 
Subject: [BULK]Re: Call for new committers

Hi,

I'm still interested.

Would it be possible to get a rough roadmap of the proposed course of action?

So far there's been several email threads asking for feature requests, 
contributors etc, but AFAICT no feedback, so it's hard to know exactly what's 
going on, and I imagine it would make it easier for people to step up if there 
was a clear direction.

Cheers,



On Sun, 14 Mar 2021, 13:05 Stéphane Cottin, 
mailto:stephane.cot...@vixns.com>> wrote:
Hi,

I will contribute to mesos and would like to become a Mesos committer.

Stéphane

On 14 Mar 2021, at 12:59, Qian Zhang wrote:

> Hi folks,
>
> Please reply to this mail if you plan to actively contribute to Mesos and
> want to become a new Mesos committer, thanks!
>
>
> Regards,
> Qian Zhang


Re: Call for new committers

2021-03-15 Thread Charles-François Natali
Hi,

I'm still interested.

Would it be possible to get a rough roadmap of the proposed course of
action?

So far there's been several email threads asking for feature requests,
contributors etc, but AFAICT no feedback, so it's hard to know exactly
what's going on, and I imagine it would make it easier for people to step
up if there was a clear direction.

Cheers,



On Sun, 14 Mar 2021, 13:05 Stéphane Cottin, 
wrote:

> Hi,
>
> I will contribute to mesos and would like to become a Mesos committer.
>
> Stéphane
>
> On 14 Mar 2021, at 12:59, Qian Zhang wrote:
>
> > Hi folks,
> >
> > Please reply to this mail if you plan to actively contribute to Mesos and
> > want to become a new Mesos committer, thanks!
> >
> >
> > Regards,
> > Qian Zhang
>


Re: Call for new committers

2021-03-14 Thread Stéphane Cottin
Hi,

I will contribute to mesos and would like to become a Mesos committer.

Stéphane

On 14 Mar 2021, at 12:59, Qian Zhang wrote:

> Hi folks,
>
> Please reply to this mail if you plan to actively contribute to Mesos and
> want to become a new Mesos committer, thanks!
>
>
> Regards,
> Qian Zhang


Call for new committers

2021-03-14 Thread Qian Zhang
Hi folks,

Please reply to this mail if you plan to actively contribute to Mesos and
want to become a new Mesos committer, thanks!


Regards,
Qian Zhang