Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-17 Thread Jaemyoun Lee
Thank you, Greg! I solved it through creating MDS. - Jae On Wed, Jul 16, 2014 at 8:36 PM, Gregory Farnum wrote: > Your MDS isn't running or isn't active. > -Greg > > > On Wednesday, July 16, 2014, Jaemyoun Lee wrote: > >> >> The result is same. >> >> # ceph-fuse --debug-ms 1 --debug-client 1

Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-16 Thread Gregory Farnum
Your MDS isn't running or isn't active. -Greg On Wednesday, July 16, 2014, Jaemyoun Lee wrote: > > The result is same. > > # ceph-fuse --debug-ms 1 --debug-client 10 -m 192.168.122.106:6789 /mnt > ceph-fuse[3296] : starting ceph client > > And the log file is > > # cat /var/log/ceph/ceph-client

Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-16 Thread Jaemyoun Lee
The result is same. # ceph-fuse --debug-ms 1 --debug-client 10 -m 192.168.122.106:6789 /mnt ceph-fuse[3296] : starting ceph client And the log file is # cat /var/log/ceph/ceph-client.admin.log 2014-07-16 17:08:13.146032 7f9a212f87c0 0 ceph version 0.80.1 (a38fe1169b6d2ac98b427334c12d7cf81f809b

Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-15 Thread Gregory Farnum
On Tue, Jul 15, 2014 at 10:15 AM, Jaemyoun Lee wrote: > The output is nothing because ceph-fuse fell into an infinite while loop as > I explain below. > > Where can I find the log file of ceph-fuse? It defaults to /var/log/ceph, but it may be empty. I realize the task may have hung, but I'm prett

Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-15 Thread Jaemyoun Lee
The output is nothing because ceph-fuse fell into an infinite while loop as I explain below. Where can I find the log file of ceph-fuse? Jae. 2014. 7. 16. 오전 1:59에 "Gregory Farnum" 님이 작성: > What did ceph-fuse output to its log file or the command line? > > On Tuesday, July 15, 2014, Jaemyoun Lee

Re: [ceph-users] ceph-fuse couldn't be connect.

2014-07-15 Thread Gregory Farnum
What did ceph-fuse output to its log file or the command line? On Tuesday, July 15, 2014, Jaemyoun Lee wrote: > Hi All, > > I am using ceph 0.80.1 on Ubuntu 14.04 on KVM. However, I cannot connect > to the MON from a client using ceph-fuse. > > On the client, I installed the ceph-fuse 0.80.1 and