Project

General

Profile

Actions

Bug #23920

closed

Multiple ceph-fuse and one ceph-client.admin.log

Added by yuanli zhu almost 6 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
fs
Component(FS):
ceph-fuse
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I use the command as below:
/usr/bin/ceph-fuse -c /etc/ceph/ceph.conf /nas/test1 -r /test1
/usr/bin/ceph-fuse -c /etc/ceph/ceph.conf /nas/test2 -r /test2

But i found one ceph-client.admin.log,I don't know which ceph-fuse will write log to ceph-client.admin.log.


Files

log.png (79.3 KB) log.png yuanli zhu, 04/28/2018 06:31 AM
Actions #1

Updated by Zheng Yan almost 6 years ago

  • Status changed from New to Rejected

config issue. you should set log file config option like

log file = /var/log/ceph/ceph-client.$pid.log

Actions #2

Updated by yuanli zhu almost 6 years ago

because I have two ceph-fuse,how can i set config use the command as below for each ceph-fuse:
ceph daemon client.admin config set debug_client 3

Actions #3

Updated by yuanli zhu almost 6 years ago

I am using the method you said to modify,After that I found three questions:

1、when I run ceph-fuse ,There will be a lot of files in /var/log/ceph/;like ceph-client.*.log
2、the num of ceph-client.*.log is growing
3、the pid is not my ceph-fuse pid

I just add a line like:log_file = /var/log/ceph/ceph-client.$pid.log and alse try log file = /var/log/ceph/ceph-client.$pid.log in my /etc/ceph/ceph.conf.
the result is the same.

Actions

Also available in: Atom PDF