All of lore.kernel.org
 help / color / mirror / Atom feed
From: huangjun <hjwsm1989@gmail.com>
To: ceph-devel@vger.kernel.org
Subject: /etc/init.d/ceph script will restart stop start the daemon twice
Date: Wed, 07 Aug 2013 23:14:45 +0800	[thread overview]
Message-ID: <52026465.2020905@gmail.com> (raw)

hi,
we use the ceph 0.613, write all the and when
operate(restart|start|stop) the cluster daemon(osd|mds|mon), it will
excecute the operation twice.
from the code init-ceph.in:
get_localname_list
get_name_list "$@"
for name in $what; do
.....
done
so the result $what will include twice the local daemons, shall we only
use the get_name_list? what's get_localname_list do here?


thanks!
huangjun

             reply	other threads:[~2013-08-07 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07 15:14 huangjun [this message]
2013-08-07 16:24 ` /etc/init.d/ceph script will restart stop start the daemon twice Sage Weil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52026465.2020905@gmail.com \
    --to=hjwsm1989@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.