From: Jeff Wu <cpwu@tnsoft.com.cn>
To: Sage Weil <sage@newdream.net>
Cc: "gregf@hq.newdream.net" <gregf@hq.newdream.net>,
"yehuda@hq.newdream.net" <yehuda@hq.newdream.net>,
"colinm@hq.newdream.net" <colinm@hq.newdream.net>,
"ceph-devel@vger.kernel.org" <ceph-devel@vger.kernel.org>,
Andrew Lv <mllv@tnsoft.com.cn>, Kevin Chen <wchen@tnsoft.com.cn>
Subject: Re: [BUG] ceph 0.23 ,sudo /etc/init.d/init-ceph cleanalllogs , delete / folder
Date: Fri, 3 Dec 2010 09:22:34 +0800 [thread overview]
Message-ID: <1291339354.368.2.camel@cephhost> (raw)
In-Reply-To: <Pine.LNX.4.64.1012021121230.1982@cobra.newdream.net>
在 2010-12-03五的 03:22 +0800,Sage Weil写道:
> Hi Jeff,
>
> On Thu, 2 Dec 2010, Jeff Wu wrote:
> > [...]
> > Look into init-ceph codes, should be "$log_sym_dir/* " equal to "/*",
> > "cleanlogs" command also exist this issue. init-ceph script might be add
> > a check for "$log_dir" and "$log_sym_dir".
>
> This was updated in the 'rc' branch (soon to be 0.24). It's now
>
> cleanlogs)
> echo removing logs
> if [ -n "$log_sym_dir" ]; then
> do_cmd "for f in $log_sym_dir/$type.$id.*; do rm -f
> \`readlink \$f\` ; rm -f \$f ; done ; rm -f $log_dir/$type.$id.*"
> fi
> [ -n "$log_dir" ] && do_cmd "rm -f $log_dir/$type.$id.*"
> ;;
>
> cleanalllogs)
> echo removing all logs
> [ -n "$log_sym_dir" ] && do_cmd "rm -f $log_sym_dir/* || true"
> [ -n "$log_dir" ] && do_cmd "rm -f $log_dir/* || true"
> ;;
>
> > and If we detect some of bugs ,does it update to
> > http://tracker.newdream.net/projects/ceph ?
> >
> > if yes ,how ?
>
> Yes, please. You can create an account, log in, and then click the 'new
> issue' button along the top. In this case the issue is fixed for the next
> release though (I believe?) so we should be okay.
>
Hi, if i create a new issue ,who should the bug be assigned to ?
> Thanks!
> sage
--
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
next prev parent reply other threads:[~2010-12-03 1:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-02 7:25 [BUG] ceph 0.23 ,sudo /etc/init.d/init-ceph cleanalllogs , delete / folder Jeff Wu
2010-12-02 19:22 ` Sage Weil
2010-12-03 1:01 ` Jeff Wu
2010-12-03 1:22 ` Jeff Wu [this message]
2010-12-03 17:20 ` Sage Weil
2010-12-06 5:55 ` Jeff Wu
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=1291339354.368.2.camel@cephhost \
--to=cpwu@tnsoft.com.cn \
--cc=ceph-devel@vger.kernel.org \
--cc=colinm@hq.newdream.net \
--cc=gregf@hq.newdream.net \
--cc=mllv@tnsoft.com.cn \
--cc=sage@newdream.net \
--cc=wchen@tnsoft.com.cn \
--cc=yehuda@hq.newdream.net \
/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.