All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph-disk: s/prefered/preferred/
@ 2016-04-01  6:56 Nathan Cutler
  2016-04-01  7:22 ` Dan van der Ster
  2016-04-01  9:07 ` Loic Dachary
  0 siblings, 2 replies; 4+ messages in thread
From: Nathan Cutler @ 2016-04-01  6:56 UTC (permalink / raw)
  To: Ceph Development

Hi,

Please pull the following Ceph updates from this mail.

There is not much here, just some overdue proofreading.

This patch is based on a recent merge of the jewel tree to avoid 
conflicts with a recent refactor.

Sincerely

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
---
  src/ceph-disk/ceph_disk/main.py | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ceph-disk/ceph_disk/main.py 
b/src/ceph-disk/ceph_disk/main.py
index d0ec596..a137967 100755
--- a/src/ceph-disk/ceph_disk/main.py
+++ b/src/ceph-disk/ceph_disk/main.py
@@ -406,7 +406,7 @@ def command(arguments, **kwargs):
      executable exists and raising a helpful error message
      if it does not.

-    .. note:: This should be the prefered way of calling 
``subprocess.Popen``
+    .. note:: This should be the preferred way of calling 
``subprocess.Popen``
      since it provides the caller with the safety net of making sure that
      executables *will* be found and will error nicely otherwise.

@@ -429,7 +429,7 @@ def command_check_call(arguments):
      Safely execute a ``subprocess.check_call`` call making sure that the
      executable exists and raising a helpful error message if it does not.

-    .. note:: This should be the prefered way of calling
+    .. note:: This should be the preferred way of calling
      ``subprocess.check_call`` since it provides the caller with the 
safety net
      of making sure that executables *will* be found and will error nicely
      otherwise.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ceph-disk: s/prefered/preferred/
  2016-04-01  6:56 [PATCH] ceph-disk: s/prefered/preferred/ Nathan Cutler
@ 2016-04-01  7:22 ` Dan van der Ster
  2016-04-01  9:07 ` Loic Dachary
  1 sibling, 0 replies; 4+ messages in thread
From: Dan van der Ster @ 2016-04-01  7:22 UTC (permalink / raw)
  To: Nathan Cutler; +Cc: Ceph Development

Good catch ;)

Tested-by: Dan van der Ster <daniel.vanderster@cern.ch>


On Fri, Apr 1, 2016 at 8:56 AM, Nathan Cutler <ncutler@suse.cz> wrote:
> Hi,
>
> Please pull the following Ceph updates from this mail.
>
> There is not much here, just some overdue proofreading.
>
> This patch is based on a recent merge of the jewel tree to avoid conflicts
> with a recent refactor.
>
> Sincerely
>
> Signed-off-by: Nathan Cutler <ncutler@suse.cz>
> ---
>  src/ceph-disk/ceph_disk/main.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/ceph-disk/ceph_disk/main.py
> b/src/ceph-disk/ceph_disk/main.py
> index d0ec596..a137967 100755
> --- a/src/ceph-disk/ceph_disk/main.py
> +++ b/src/ceph-disk/ceph_disk/main.py
> @@ -406,7 +406,7 @@ def command(arguments, **kwargs):
>      executable exists and raising a helpful error message
>      if it does not.
>
> -    .. note:: This should be the prefered way of calling
> ``subprocess.Popen``
> +    .. note:: This should be the preferred way of calling
> ``subprocess.Popen``
>      since it provides the caller with the safety net of making sure that
>      executables *will* be found and will error nicely otherwise.
>
> @@ -429,7 +429,7 @@ def command_check_call(arguments):
>      Safely execute a ``subprocess.check_call`` call making sure that the
>      executable exists and raising a helpful error message if it does not.
>
> -    .. note:: This should be the prefered way of calling
> +    .. note:: This should be the preferred way of calling
>      ``subprocess.check_call`` since it provides the caller with the safety
> net
>      of making sure that executables *will* be found and will error nicely
>      otherwise.
> --
> 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] 4+ messages in thread

* Re: [PATCH] ceph-disk: s/prefered/preferred/
  2016-04-01  6:56 [PATCH] ceph-disk: s/prefered/preferred/ Nathan Cutler
  2016-04-01  7:22 ` Dan van der Ster
@ 2016-04-01  9:07 ` Loic Dachary
  2016-04-01 10:19   ` John Hunter
  1 sibling, 1 reply; 4+ messages in thread
From: Loic Dachary @ 2016-04-01  9:07 UTC (permalink / raw)
  To: Nathan Cutler, Ceph Development

Once again, and with feeling: please PLEASE stop doing these idiotic things.

You should worry about *your* code. Don't worry about my merge. Don't
worry about other trees. Make sure YOUR code is well-tested and
stable, and make sure there is absolutely nothing questionable there.

This whole idiotic "let's rebase on top of something else because of a
tiny conflict" is a disease.

I'm simply not applying this. If you insist on sending me patches that
have been rebased in the last day, then I will insist on just waiting
for the next merge window.

It really is that simple.

This patch request came in very late in the merge window, and the code
clearly has had almost zero actual testing since it was recently
rebased.

The fact that it avoids a merge conflict is not worth it.

Stop doing this idiotic crazy thing. How many times do I have to tell
people? When  you rebase, you are throwing your old testing away, and
you're also making me get new commits that are different from the
ceph-jewel commits.

I'm not AT ALL interested in getting newly minted untested crap the
last day of the merge window.

Really.

                   Loic

On 01/04/2016 08:56, Nathan Cutler wrote:
> Hi,
> 
> Please pull the following Ceph updates from this mail.
> 
> There is not much here, just some overdue proofreading.
> 
> This patch is based on a recent merge of the jewel tree to avoid conflicts with a recent refactor.
> 
> Sincerely
> 
> Signed-off-by: Nathan Cutler <ncutler@suse.cz>
> ---
>  src/ceph-disk/ceph_disk/main.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/ceph-disk/ceph_disk/main.py b/src/ceph-disk/ceph_disk/main.py
> index d0ec596..a137967 100755
> --- a/src/ceph-disk/ceph_disk/main.py
> +++ b/src/ceph-disk/ceph_disk/main.py
> @@ -406,7 +406,7 @@ def command(arguments, **kwargs):
>      executable exists and raising a helpful error message
>      if it does not.
> 
> -    .. note:: This should be the prefered way of calling ``subprocess.Popen``
> +    .. note:: This should be the preferred way of calling ``subprocess.Popen``
>      since it provides the caller with the safety net of making sure that
>      executables *will* be found and will error nicely otherwise.
> 
> @@ -429,7 +429,7 @@ def command_check_call(arguments):
>      Safely execute a ``subprocess.check_call`` call making sure that the
>      executable exists and raising a helpful error message if it does not.
> 
> -    .. note:: This should be the prefered way of calling
> +    .. note:: This should be the preferred way of calling
>      ``subprocess.check_call`` since it provides the caller with the safety net
>      of making sure that executables *will* be found and will error nicely
>      otherwise.
> -- 
> 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
> 

-- 
Loïc Dachary, Artisan Logiciel Libre
--
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] 4+ messages in thread

* Re: [PATCH] ceph-disk: s/prefered/preferred/
  2016-04-01  9:07 ` Loic Dachary
@ 2016-04-01 10:19   ` John Hunter
  0 siblings, 0 replies; 4+ messages in thread
From: John Hunter @ 2016-04-01 10:19 UTC (permalink / raw)
  To: Loic Dachary; +Cc: Nathan Cutler, Ceph Development

Is that from Linus?
I also think this is a good catch, there is no conflict AFAICS.
Is that because the patch description?

Reviewed-by: Zhao Junwang <zhjwpku@gmail.com>

On Fri, Apr 1, 2016 at 5:07 PM, Loic Dachary <loic@dachary.org> wrote:
> Once again, and with feeling: please PLEASE stop doing these idiotic things.
>
> You should worry about *your* code. Don't worry about my merge. Don't
> worry about other trees. Make sure YOUR code is well-tested and
> stable, and make sure there is absolutely nothing questionable there.
>
> This whole idiotic "let's rebase on top of something else because of a
> tiny conflict" is a disease.
>
> I'm simply not applying this. If you insist on sending me patches that
> have been rebased in the last day, then I will insist on just waiting
> for the next merge window.
>
> It really is that simple.
>
> This patch request came in very late in the merge window, and the code
> clearly has had almost zero actual testing since it was recently
> rebased.
>
> The fact that it avoids a merge conflict is not worth it.
>
> Stop doing this idiotic crazy thing. How many times do I have to tell
> people? When  you rebase, you are throwing your old testing away, and
> you're also making me get new commits that are different from the
> ceph-jewel commits.
>
> I'm not AT ALL interested in getting newly minted untested crap the
> last day of the merge window.
>
> Really.
>
>                    Loic
>
> On 01/04/2016 08:56, Nathan Cutler wrote:
>> Hi,
>>
>> Please pull the following Ceph updates from this mail.
>>
>> There is not much here, just some overdue proofreading.
>>
>> This patch is based on a recent merge of the jewel tree to avoid conflicts with a recent refactor.
>>
>> Sincerely
>>
>> Signed-off-by: Nathan Cutler <ncutler@suse.cz>
>> ---
>>  src/ceph-disk/ceph_disk/main.py | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/ceph-disk/ceph_disk/main.py b/src/ceph-disk/ceph_disk/main.py
>> index d0ec596..a137967 100755
>> --- a/src/ceph-disk/ceph_disk/main.py
>> +++ b/src/ceph-disk/ceph_disk/main.py
>> @@ -406,7 +406,7 @@ def command(arguments, **kwargs):
>>      executable exists and raising a helpful error message
>>      if it does not.
>>
>> -    .. note:: This should be the prefered way of calling ``subprocess.Popen``
>> +    .. note:: This should be the preferred way of calling ``subprocess.Popen``
>>      since it provides the caller with the safety net of making sure that
>>      executables *will* be found and will error nicely otherwise.
>>
>> @@ -429,7 +429,7 @@ def command_check_call(arguments):
>>      Safely execute a ``subprocess.check_call`` call making sure that the
>>      executable exists and raising a helpful error message if it does not.
>>
>> -    .. note:: This should be the prefered way of calling
>> +    .. note:: This should be the preferred way of calling
>>      ``subprocess.check_call`` since it provides the caller with the safety net
>>      of making sure that executables *will* be found and will error nicely
>>      otherwise.
>> --
>> 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
>>
>
> --
> Loïc Dachary, Artisan Logiciel Libre
> --
> 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 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] 4+ messages in thread

end of thread, other threads:[~2016-04-01 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01  6:56 [PATCH] ceph-disk: s/prefered/preferred/ Nathan Cutler
2016-04-01  7:22 ` Dan van der Ster
2016-04-01  9:07 ` Loic Dachary
2016-04-01 10:19   ` John Hunter

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.