All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mkcephfs: Do not pipe echo output into --allhosts
@ 2010-08-27 22:20 Jim Schutt
  2010-09-07 18:49 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Schutt @ 2010-08-27 22:20 UTC (permalink / raw)
  To: ceph-devel; +Cc: sage, Jim Schutt


Signed-off-by: Jim Schutt <jaschut@sandia.gov>
---
 src/mkcephfs.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mkcephfs.in b/src/mkcephfs.in
index 288cbd4..fa35382 100644
--- a/src/mkcephfs.in
+++ b/src/mkcephfs.in
@@ -86,7 +86,7 @@ done
 [ -z "$conf" ] && usage_exit
 
 if [ $allhosts -eq 0 ]; then
-    echo mkcephfs currently requires -a|--allhosts to initialize the whole fs at once.
+    echo mkcephfs currently requires "-a|--allhosts" to initialize the whole fs at once.
     usage_exit
 fi
 
-- 
1.6.6.1



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

* Re: [PATCH] mkcephfs: Do not pipe echo output into --allhosts
  2010-08-27 22:20 [PATCH] mkcephfs: Do not pipe echo output into --allhosts Jim Schutt
@ 2010-09-07 18:49 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2010-09-07 18:49 UTC (permalink / raw)
  To: Jim Schutt; +Cc: ceph-devel

Thanks, fixed this in the unstable branch.
sage

On Fri, 27 Aug 2010, Jim Schutt wrote:

> 
> Signed-off-by: Jim Schutt <jaschut@sandia.gov>
> ---
>  src/mkcephfs.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/mkcephfs.in b/src/mkcephfs.in
> index 288cbd4..fa35382 100644
> --- a/src/mkcephfs.in
> +++ b/src/mkcephfs.in
> @@ -86,7 +86,7 @@ done
>  [ -z "$conf" ] && usage_exit
>  
>  if [ $allhosts -eq 0 ]; then
> -    echo mkcephfs currently requires -a|--allhosts to initialize the whole fs at once.
> +    echo mkcephfs currently requires "-a|--allhosts" to initialize the whole fs at once.
>      usage_exit
>  fi
>  
> -- 
> 1.6.6.1
> 
> 
> --
> 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] 2+ messages in thread

end of thread, other threads:[~2010-09-07 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-27 22:20 [PATCH] mkcephfs: Do not pipe echo output into --allhosts Jim Schutt
2010-09-07 18:49 ` Sage Weil

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.