Re: [DISCUSS] new way of github working

2018-05-02 Thread Rafael Weingärtner
I think we are on the same page here. There is only one thing that is
different from what we are doing in PRs.

> Before you create a PR, squash all applicable commits to make it more
> readable for reviewers
>

I would suggest not squashing everything before creating the PR. I mean, do
the following when coding:

   - disable your auto formatter (in Eclipse you can just disable the save
   actions) if you are going to change a class that might need formatting
   - do the changes
   - create a commit for the main changes of the PR
   - enable the auto formatter and formatting the change files
   - create a commit for formatting and cleanup changes
   - then create the PR

Separating formatting/cleanups commits makes it easier for reviewers to
evaluate changes.

On Tue, May 1, 2018 at 3:53 PM, Tutkowski, Mike 
wrote:

> Hi everyone,
>
> We had a good conversation going here. Maybe we can continue it, get some
> level of reasonable consensus, and implement it (if, in fact, the consensus
> is a change from what we currently have).
>
> My suggested approach is the following:
>
> Before you create a PR, squash all applicable commits to make it more
> readable for reviewers. Once reviews start coming in and you start making
> changes, push new commits on top of the prior ones (do not squash at this
> point). This will make it easier for reviewers to confirm that you and they
> are on the same page with regards to what was changed. When you need to
> draw in changes from the base branch, rebase your commits on top of it.
> When the PR is given a LGTM by 2+ reviewers and passed the necessary
> regression tests, it should be squashed and then merged. I see the
> evolution of commits during the life of the PR as a temporary sandbox of
> history that is no longer required once the PR has been completed.
>
> I think that process should cover the vast majority of our PRs.
>
> There are usually some exceptions to the rule, however. When this happens,
> discuss your situation with the reviewers and bring any concerns to the
> mailing list before deviating from the standard process.
>
> Thoughts?
> Mike
>
> On 1/15/18, 1:47 PM, "Rene Moser"  wrote:
>
>
>
> On 01/15/2018 09:06 PM, Rafael Weingärtner wrote:
> > Daan,
> >
> > Now that master is open for merges again, can we get a feedback
> here? It
> > might be interesting to find a consensus and a standardize way of
> working
> > for everybody before we start merging things in master again …
>
> +1 to allow merge commits on master branch to keep history of a series
> of patches when they help to understand the change.
>
> René
>
>
>
>
>


-- 
Rafael Weingärtner


Re: [DISCUSS] new way of github working

2018-05-02 Thread Rohit Yadav
My preference is to not squash commits when a PR is created, I do prefer squash 
merge of PR. Also, instead of a rule I would prefer this to be a general 
guidelines, as there may be cases where it may be valid to have few commits in 
which case I will prefer doing a rebase+merge (via github or otherwise). As an 
example, if a PR is worked on by several people (say it's a big change, or 
someone carries forward an old PR whose primary author is not responding), I 
can prefer to have commits melded by author (to give credit to authors 
involved) or component (say on test, scripts/infra, java packages,).


I think during course of PR review, not squashing commits helps reviewers to 
track what got changed from the initial PR.


Merging of PR with an explicit merge commit is something I don't like as it 
messes up the git history.


- Rohit






From: Rafael Weingärtner 
Sent: Wednesday, May 2, 2018 4:53:41 PM
To: dev
Subject: Re: [DISCUSS] new way of github working

I think we are on the same page here. There is only one thing that is
different from what we are doing in PRs.

> Before you create a PR, squash all applicable commits to make it more
> readable for reviewers
>

I would suggest not squashing everything before creating the PR. I mean, do
the following when coding:

   - disable your auto formatter (in Eclipse you can just disable the save
   actions) if you are going to change a class that might need formatting
   - do the changes
   - create a commit for the main changes of the PR
   - enable the auto formatter and formatting the change files
   - create a commit for formatting and cleanup changes
   - then create the PR

Separating formatting/cleanups commits makes it easier for reviewers to
evaluate changes.

On Tue, May 1, 2018 at 3:53 PM, Tutkowski, Mike 
wrote:

> Hi everyone,
>
> We had a good conversation going here. Maybe we can continue it, get some
> level of reasonable consensus, and implement it (if, in fact, the consensus
> is a change from what we currently have).
>
> My suggested approach is the following:
>
> Before you create a PR, squash all applicable commits to make it more
> readable for reviewers. Once reviews start coming in and you start making
> changes, push new commits on top of the prior ones (do not squash at this
> point). This will make it easier for reviewers to confirm that you and they
> are on the same page with regards to what was changed. When you need to
> draw in changes from the base branch, rebase your commits on top of it.
> When the PR is given a LGTM by 2+ reviewers and passed the necessary
> regression tests, it should be squashed and then merged. I see the
> evolution of commits during the life of the PR as a temporary sandbox of
> history that is no longer required once the PR has been completed.
>
> I think that process should cover the vast majority of our PRs.
>
> There are usually some exceptions to the rule, however. When this happens,
> discuss your situation with the reviewers and bring any concerns to the
> mailing list before deviating from the standard process.
>
> Thoughts?
> Mike
>
> On 1/15/18, 1:47 PM, "Rene Moser"  wrote:
>
>
>
> On 01/15/2018 09:06 PM, Rafael Weingärtner wrote:
> > Daan,
> >
> > Now that master is open for merges again, can we get a feedback
> here? It
> > might be interesting to find a consensus and a standardize way of
> working
> > for everybody before we start merging things in master again …
>
> +1 to allow merge commits on master branch to keep history of a series
> of patches when they help to understand the change.
>
> René
>
>
>
>
>


--
Rafael Weingärtner

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 



John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread David Nalley
Hi folks,

As noted in the press release[1] John Kinsella and Wido den Hollander
have been elected to the ASF's membership.

Members are the 'shareholders' of the foundation, elect the board of
directors, and help guide the future of the ASF.

Congrats to both of you, very well deserved.

--David

[1] https://s.apache.org/ysxx


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Tutkowski, Mike
Congratulations, guys! :-)

> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
> 
> Hi folks,
> 
> As noted in the press release[1] John Kinsella and Wido den Hollander
> have been elected to the ASF's membership.
> 
> Members are the 'shareholders' of the foundation, elect the board of
> directors, and help guide the future of the ASF.
> 
> Congrats to both of you, very well deserved.
> 
> --David
> 
> [1] https://s.apache.org/ysxx


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Khosrow Moossavi
That's awesome! Congratulations!




On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike 
wrote:

> Congratulations, guys! :-)
>
> > On May 2, 2018, at 9:58 AM, David Nalley  wrote:
> >
> > Hi folks,
> >
> > As noted in the press release[1] John Kinsella and Wido den Hollander
> > have been elected to the ASF's membership.
> >
> > Members are the 'shareholders' of the foundation, elect the board of
> > directors, and help guide the future of the ASF.
> >
> > Congrats to both of you, very well deserved.
> >
> > --David
> >
> > [1] https://s.apache.org/ysxx
>


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Nitin Kumar Maharana
Congratulations!!
> On 02-May-2018, at 9:50 PM, Khosrow Moossavi  wrote:
> 
> That's awesome! Congratulations!
> 
> 
> 
> 
> On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike 
> wrote:
> 
>> Congratulations, guys! :-)
>> 
>>> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
>>> 
>>> Hi folks,
>>> 
>>> As noted in the press release[1] John Kinsella and Wido den Hollander
>>> have been elected to the ASF's membership.
>>> 
>>> Members are the 'shareholders' of the foundation, elect the board of
>>> directors, and help guide the future of the ASF.
>>> 
>>> Congrats to both of you, very well deserved.
>>> 
>>> --David
>>> 
>>> [1] https://s.apache.org/ysxx
>> 

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.



Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Dag Sonstebo
Congratulations both!

Regards,
Dag Sonstebo
Cloud Architect
ShapeBlue

On 02/05/2018, 17:33, "Nitin Kumar Maharana" 
 wrote:

Congratulations!!

dag.sonst...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 

> On 02-May-2018, at 9:50 PM, Khosrow Moossavi  wrote:
> 
> That's awesome! Congratulations!
> 
> 
> 
> 
> On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike 

> wrote:
> 
>> Congratulations, guys! :-)
>> 
>>> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
>>> 
>>> Hi folks,
>>> 
>>> As noted in the press release[1] John Kinsella and Wido den Hollander
>>> have been elected to the ASF's membership.
>>> 
>>> Members are the 'shareholders' of the foundation, elect the board of
>>> directors, and help guide the future of the ASF.
>>> 
>>> Congrats to both of you, very well deserved.
>>> 
>>> --David
>>> 
>>> [1] https://s.apache.org/ysxx
>> 

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is 
the property of Accelerite, a Persistent Systems business. It is intended only 
for the use of the individual or entity to which it is addressed. If you are 
not the intended recipient, you are not authorized to read, retain, copy, 
print, distribute or use this message. If you have received this communication 
in error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.





Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Daan Hoogland
Wow, nice surprise

On Wed, 2 May 2018, 18:38 Dag Sonstebo,  wrote:

> Congratulations both!
>
> Regards,
> Dag Sonstebo
> Cloud Architect
> ShapeBlue
>
> On 02/05/2018, 17:33, "Nitin Kumar Maharana" <
> nitinkumar.mahar...@accelerite.com> wrote:
>
> Congratulations!!
>
> dag.sonst...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
> > On 02-May-2018, at 9:50 PM, Khosrow Moossavi 
> wrote:
> >
> > That's awesome! Congratulations!
> >
> >
> >
> >
> > On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike <
> mike.tutkow...@netapp.com>
> > wrote:
> >
> >> Congratulations, guys! :-)
> >>
> >>> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
> >>>
> >>> Hi folks,
> >>>
> >>> As noted in the press release[1] John Kinsella and Wido den
> Hollander
> >>> have been elected to the ASF's membership.
> >>>
> >>> Members are the 'shareholders' of the foundation, elect the board
> of
> >>> directors, and help guide the future of the ASF.
> >>>
> >>> Congrats to both of you, very well deserved.
> >>>
> >>> --David
> >>>
> >>> [1] https://s.apache.org/ysxx
> >>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which
> is the property of Accelerite, a Persistent Systems business. It is
> intended only for the use of the individual or entity to which it is
> addressed. If you are not the intended recipient, you are not authorized to
> read, retain, copy, print, distribute or use this message. If you have
> received this communication in error, please notify the sender and delete
> all copies of this message. Accelerite, a Persistent Systems business does
> not accept any liability for virus infected mails.
>
>
>
>


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Rafael Weingärtner
Well done!

On Wed, May 2, 2018 at 1:53 PM, Daan Hoogland 
wrote:

> Wow, nice surprise
>
> On Wed, 2 May 2018, 18:38 Dag Sonstebo, 
> wrote:
>
> > Congratulations both!
> >
> > Regards,
> > Dag Sonstebo
> > Cloud Architect
> > ShapeBlue
> >
> > On 02/05/2018, 17:33, "Nitin Kumar Maharana" <
> > nitinkumar.mahar...@accelerite.com> wrote:
> >
> > Congratulations!!
> >
> > dag.sonst...@shapeblue.com
> > www.shapeblue.com
> > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > @shapeblue
> >
> >
> >
> > > On 02-May-2018, at 9:50 PM, Khosrow Moossavi 
> > wrote:
> > >
> > > That's awesome! Congratulations!
> > >
> > >
> > >
> > >
> > > On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike <
> > mike.tutkow...@netapp.com>
> > > wrote:
> > >
> > >> Congratulations, guys! :-)
> > >>
> > >>> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
> > >>>
> > >>> Hi folks,
> > >>>
> > >>> As noted in the press release[1] John Kinsella and Wido den
> > Hollander
> > >>> have been elected to the ASF's membership.
> > >>>
> > >>> Members are the 'shareholders' of the foundation, elect the board
> > of
> > >>> directors, and help guide the future of the ASF.
> > >>>
> > >>> Congrats to both of you, very well deserved.
> > >>>
> > >>> --David
> > >>>
> > >>> [1] https://s.apache.org/ysxx
> > >>
> >
> > DISCLAIMER
> > ==
> > This e-mail may contain privileged and confidential information which
> > is the property of Accelerite, a Persistent Systems business. It is
> > intended only for the use of the individual or entity to which it is
> > addressed. If you are not the intended recipient, you are not authorized
> to
> > read, retain, copy, print, distribute or use this message. If you have
> > received this communication in error, please notify the sender and delete
> > all copies of this message. Accelerite, a Persistent Systems business
> does
> > not accept any liability for virus infected mails.
> >
> >
> >
> >
>



-- 
Rafael Weingärtner


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Ian Rae
Hear, hear!!

On Wed, May 2, 2018 at 5:58 PM David Nalley  wrote:

> Hi folks,
>
> As noted in the press release[1] John Kinsella and Wido den Hollander
> have been elected to the ASF's membership.
>
> Members are the 'shareholders' of the foundation, elect the board of
> directors, and help guide the future of the ASF.
>
> Congrats to both of you, very well deserved.
>
> --David
>
> [1] https://s.apache.org/ysxx
>
-- 
Ian Rae
CEO | PDG
c: 514.944.4008

CloudOps | Cloud Infrastructure and Networking Solutions
www.cloudops.com | 420 rue Guy | Montreal | Canada | H3J 1S6


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Erik Weber
ons. 2. mai 2018 kl. 17:58 skrev David Nalley :

> Hi folks,
>
> As noted in the press release[1] John Kinsella and Wido den Hollander
> have been elected to the ASF's membership.
>
> Members are the 'shareholders' of the foundation, elect the board of
> directors, and help guide the future of the ASF.
>
> Congrats to both of you, very well deserved.
>

Congratulations to both of you :-)

Erik


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Simon Weller
Congrats to both of you!



From: Daan Hoogland 
Sent: Wednesday, May 2, 2018 11:53 AM
To: dev
Subject: Re: John Kinsella and Wido den Hollander now ASF members

Wow, nice surprise

On Wed, 2 May 2018, 18:38 Dag Sonstebo,  wrote:

> Congratulations both!
>
> Regards,
> Dag Sonstebo
> Cloud Architect
> ShapeBlue
>
> On 02/05/2018, 17:33, "Nitin Kumar Maharana" <
> nitinkumar.mahar...@accelerite.com> wrote:
>
> Congratulations!!
>
> dag.sonst...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
> > On 02-May-2018, at 9:50 PM, Khosrow Moossavi 
> wrote:
> >
> > That's awesome! Congratulations!
> >
> >
> >
> >
> > On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike <
> mike.tutkow...@netapp.com>
> > wrote:
> >
> >> Congratulations, guys! :-)
> >>
> >>> On May 2, 2018, at 9:58 AM, David Nalley  wrote:
> >>>
> >>> Hi folks,
> >>>
> >>> As noted in the press release[1] John Kinsella and Wido den
> Hollander
> >>> have been elected to the ASF's membership.
> >>>
> >>> Members are the 'shareholders' of the foundation, elect the board
> of
> >>> directors, and help guide the future of the ASF.
> >>>
> >>> Congrats to both of you, very well deserved.
> >>>
> >>> --David
> >>>
> >>> [1] https://s.apache.org/ysxx
> >>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which
> is the property of Accelerite, a Persistent Systems business. It is
> intended only for the use of the individual or entity to which it is
> addressed. If you are not the intended recipient, you are not authorized to
> read, retain, copy, print, distribute or use this message. If you have
> received this communication in error, please notify the sender and delete
> all copies of this message. Accelerite, a Persistent Systems business does
> not accept any liability for virus infected mails.
>
>
>
>


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Gabriel Beims Bräscher
Congrats to both of you guys, keep up the great work!

> On May 2, 2018 at 9:54 PM Simon Weller wrote:
> 
> 
> Congrats to both of you!
> 
> 
> 
> From: Daan Hoogland
> Sent: Wednesday, May 2, 2018 11:53 AM
> To: dev
> Subject: Re: John Kinsella and Wido den Hollander now ASF members
> 
> Wow, nice surprise
> 
> On Wed, 2 May 2018, 18:38 Dag Sonstebo, wrote:
> 
> > > Congratulations both!
> > 
> > Regards,
> > Dag Sonstebo
> > Cloud Architect
> > ShapeBlue
> > 
> > On 02/05/2018, 17:33, "Nitin Kumar Maharana" <
> > nitinkumar.mahar...@accelerite.com 
> > mailto:nitinkumar.mahar...@accelerite.com > wrote:
> > 
> > Congratulations!!
> > 
> > dag.sonst...@shapeblue.com mailto:dag.sonst...@shapeblue.com
> > www.shapeblue.com
> > 53 Chandos Place, Covent Garden, London WC2N 4HSUK
> > @shapeblue
> > 
> > > > > On 02-May-2018, at 9:50 PM, Khosrow Moossavi
> > > 
> > > > > wrote:
> > > > That's awesome! Congratulations!
> > >
> > >
> > >
> > > > On Wed, May 2, 2018 at 12:19 PM Tutkowski, Mike <
> > mike.tutkow...@netapp.com mailto:mike.tutkow...@netapp.com > > 
> > wrote:
> > >
> > >> Congratulations, guys! :-)
> > >>
> > >>> On May 2, 2018, at 9:58 AM, David Nalley wrote:
> > >>>
> > >>> Hi folks,
> > >>>
> > >>> As noted in the press release[1] John Kinsella and Wido den
> > Hollander
> > >>> have been elected to the ASF's membership.
> > >>>
> > >>> Members are the 'shareholders' of the foundation, elect the 
> > board
> > of
> > >>> directors, and help guide the future of the ASF.
> > >>>
> > >>> Congrats to both of you, very well deserved.
> > >>>
> > >>> --David
> > >>>
> > >>> [1] https://s.apache.org/ysxx
> > >>
> > 
> > DISCLAIMER
> > ==
> > This e-mail may contain privileged and confidential information 
> > which
> > is the property of Accelerite, a Persistent Systems business. It is
> > intended only for the use of the individual or entity to which it is
> > addressed. If you are not the intended recipient, you are not 
> > authorized to
> > read, retain, copy, print, distribute or use this message. If you 
> > have
> > received this communication in error, please notify the sender and 
> > delete
> > all copies of this message. Accelerite, a Persistent Systems 
> > business does
> > not accept any liability for virus infected mails.
> > 
> > 
> > > 


Re: 4.11.0 - can't create guest vms with RBD storage!

2018-05-02 Thread Simon Weller
We've starting looking into this particular bug.

We now have a 4.11 lab setup and can reproduce this.


- Si


From: Wei ZHOU 
Sent: Monday, April 30, 2018 1:25 PM
To: dev@cloudstack.apache.org
Subject: Re: 4.11.0 - can't create guest vms with RBD storage!

Agreed. agent.log might be helpful for troubleshooting.

it seems to be a bug within kvm plugin.

-Wei

2018-04-30 15:36 GMT+02:00 Rafael Weingärtner :

> We might need some extra log entries. Can you provide them?
>
> On Mon, Apr 30, 2018 at 10:14 AM, Andrei Mikhailovsky <
> and...@arhont.com.invalid> wrote:
>
> > hello gents,
> >
> > I have just realised that after upgrading to 4.11.0 we are no longer able
> > to create new VMs. This has just been noticed as we have previously used
> > ready made templates, which work just fine.
> >
> > Setup: ACS 4.11.0 (upgraded from 4.9.3), KVM + CEPH, Ubuntu 16.04 on all
> > servers
> >
> > When trying to create a new vm from an ISO image I get the following
> > error:
> >
> >
> > com.cloud.exception.StorageUnavailableException: Resource
> [StoragePool:2]
> > is unreachable: Unable to create Vol[3937|vm=2217|ROOT]:com.
> > cloud.utils.exception.CloudRuntimeException:
> > org.libvirt.LibvirtException: this function is not supported by the
> > connection driver: only RAW volumes are supported by this storage pool
> >
> > at org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.
> > recreateVolume(VolumeOrchestrator.java:1336)
> > at org.apache.cloudstack.engine.orchestration.
> VolumeOrchestrator.prepare(VolumeOrchestrator.java:1413)
> >
> > at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(
> > VirtualMachineManagerImpl.java:1110)
> > at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(
> > VirtualMachineManagerImpl.java:4927)
> > at sun.reflect.GeneratedMethodAccessor498.invoke(Unknown Source)
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(
> > VmWorkJobHandlerProxy.java:107)
> > at com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(
> > VirtualMachineManagerImpl.java:5090)
> > at com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
> > at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.
> > runInContext(AsyncJobManagerImpl.java:581)
> > at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(
> > ManagedContextRunnable.java:49)
> > at org.apache.cloudstack.managed.context.impl.
> > DefaultManagedContext$1.call(DefaultManagedContext.java:56)
> > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.
> > callWithContext(DefaultManagedContext.java:103)
> > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.
> > runWithContext(DefaultManagedContext.java:53)
> > at org.apache.cloudstack.managed.context.ManagedContextRunnable.run(
> > ManagedContextRunnable.java:46)
> > at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(
> AsyncJobManagerImpl.java:529)
> >
> > at java.util.concurrent.Executors$RunnableAdapter.
> call(Executors.java:511)
> >
> > at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> > at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1149)
> >
> > at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:624)
> >
> > at java.lang.Thread.run(Thread.java:748)
> >
> >
> > My guess is that ACS tried to create a QCOW2 image type whereas it should
> > be RAW on ceph/rbd.
> >
> > I am really struggling to understand how this bug in a function of MAJOR
> > importance could have been missed during the tests ran by developers and
> > community before making a final realise. Anyways, I hope the fix will
> make
> > it to 4.11.1 release, otherwise it's really messed up!
> >
> > Cheers
> >
> > Andrei
> >
>
>
>
> --
> Rafael Weingärtner
>


Re: John Kinsella and Wido den Hollander now ASF members

2018-05-02 Thread Ron Wheeler

Congratulations!

Ron
On 02/05/2018 3:53 PM, Erik Weber wrote:

ons. 2. mai 2018 kl. 17:58 skrev David Nalley :


Hi folks,

As noted in the press release[1] John Kinsella and Wido den Hollander
have been elected to the ASF's membership.

Members are the 'shareholders' of the foundation, elect the board of
directors, and help guide the future of the ASF.

Congrats to both of you, very well deserved.


Congratulations to both of you :-)

Erik



--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102