Project

General

Profile

Activity

From 09/02/2012 to 10/01/2012

10/01/2012

09:51 PM Feature #3248 (Resolved): libcephfs: move testceph.cc tests into gtest framework
Sage Weil
12:48 PM Feature #3245 (Resolved): qa: test knfsd reexport in teuthology
Sage Weil
12:48 PM Feature #3244 (In Progress): qa: integrate Ganesha into teuthology testing to regularly exercise ...
Sage Weil
12:48 PM Feature #3243 (Resolved): qa: test samba reexport via libcephfs vfs plugin in teuthology
Sage Weil
12:47 PM Feature #3242 (Resolved): samba: push plugin upstream
Sage Weil

09/27/2012

05:33 PM Fix #2215: ceph-fuse does not invalidate page cache
Sam Lang
02:38 PM Bug #3184 (Resolved): ceph-fuse should not segfault without a keyring
Sage Weil

09/26/2012

05:06 PM Bug #3186 (Resolved): mds: mds crash on client shutdown
Sage Weil
08:25 AM Bug #1677 (Resolved): mds interval_set.h: 385: FAILED assert(p->first <= start)
Sage Weil

09/25/2012

06:24 PM Bug #2285 (Fix Under Review): libcephfs: failure with empty name components
This was probably caused by the memory error in filepath (encoded member not getting initialized), which may explain ... Sam Lang
06:22 PM Bug #3186 (Fix Under Review): mds: mds crash on client shutdown
Proposed fix in wip-3186, specifically c92e1dd7b0106fa986985d8179a8ed66c61e6709. Needs review. Sam Lang
06:20 PM Bug #3184 (Fix Under Review): ceph-fuse should not segfault without a keyring
Sam Lang

09/24/2012

05:57 PM Bug #3210 (Resolved): mds crashed and segfault at unlink_local_finish
Logs: /a/teuthology-2012-09-23_19:00:07-regression-master-testing-gcov/28428... Tamilarasi muthamizhan
10:00 AM Bug #3184: ceph-fuse should not segfault without a keyring
client->init() wasn't getting checked for error. Proposed fix in wip-3184 branch. Sam Lang

09/21/2012

11:08 PM Bug #1677 (Fix Under Review): mds interval_set.h: 385: FAILED assert(p->first <= start)
wip-mds Sage Weil
10:39 PM Bug #3111 (Need More Info): Multiple MDS inevitable appear assert
Can you describe how you're causing the crash in more detail so we can reproduce it here? What commands are you runn... Sage Weil
10:37 PM Bug #1775 (Resolved): mds startup: _replay journaler got error -22, aborting, possible regresion?
chalking this up to a msgr failure due to one of the zillions of bugs we've fixed in the last few months. Sage Weil
10:36 PM Bug #2596 (Can't reproduce): mds: spinning on restart
Sage Weil
10:35 PM Bug #2288: libcephfs: setxattr returns EEXIST following removexattr
the problem is that it's not looking at the projected xattrs when it should. the logically simplest thing would be t... Sage Weil
10:32 PM Bug #1748 (Can't reproduce): mds segfault CDir::project_fnode
Sage Weil
06:46 PM Bug #2778: uclient: failed asserts if mounting with a non-existent directory
As of last week, I cannot reproduce either, but I didn't look for a specific commit that fixed it. Noah Watkins
04:49 PM Bug #2778 (Can't reproduce): uclient: failed asserts if mounting with a non-existent directory
Was the error code from ceph_mount() getting checked? I'm not able to reproduce this with either fuse or the followi... Sam Lang
04:29 PM Bug #2285: libcephfs: failure with empty name components
I tested this by working around #3186, first creating the file and then in a separate test running ceph_open as the o... Sam Lang
08:02 AM Bug #2285: libcephfs: failure with empty name components
I suspect that differs from his failure because the paths are already cached on the client. Try creating the file, u... Sage Weil
07:50 AM Bug #2285: libcephfs: failure with empty name components
I noticed that the above test doesn't have O_CREAT, not sure if the file already existed in previous tests. The foll... Sam Lang
11:31 AM Bug #3186: mds: mds crash on client shutdown
The getattr segfault is actually from the second mount call in the client test. Sam Lang
11:00 AM Bug #3186: mds: mds crash on client shutdown
Verified that this is only an issue with an empty component in the path (related to #2285). Sam Lang
10:52 AM Bug #3186: mds: mds crash on client shutdown
can you reproduce with debug mds = 20 ? Sage Weil
09:53 AM Bug #3186: mds: mds crash on client shutdown
Just verified the same error occurs with one mds. Sam Lang
09:44 AM Bug #3186 (Resolved): mds: mds crash on client shutdown
With this libcephfs test: https://gist.github.com/3762534
The first mds crashes during shutdown. The ceph cluster...
Sam Lang

09/20/2012

12:56 PM Bug #3184 (Resolved): ceph-fuse should not segfault without a keyring
Saw this at a customer on-site — it segfaults if it can't find the keyring. Greg Farnum
11:54 AM Bug #1957 (Resolved): ceph-fuse: have "." and ".." entries consistently
Sage Weil

09/19/2012

06:38 PM Bug #1957: ceph-fuse: have "." and ".." entries consistently
It looks like the trick is to use a fake inode number when filling in the parent (..) entry. I chose 2, as 1 is alre... Sam Lang

09/17/2012

05:26 PM Documentation #3077 (Resolved): doc: Apparently people still don't realize we don't recommend Cep...
Added notes to http://ceph.com/docs/master/cephfs/ and http://ceph.com/docs/master/start/quick-cephfs/ John Wilkins

09/07/2012

07:20 PM Bug #3088 (Need More Info): NULL pointer dereference at ceph_d_prune
Sage Weil
09:29 AM Documentation #3113 (Rejected): Ceph FS Options Could Use Some Additional Information
Documentation for mounting Ceph FS doesn't reflect some available options. Also, there are disparities -- e.g., cephf... John Wilkins

09/06/2012

11:38 PM Bug #3111 (Can't reproduce): Multiple MDS inevitable appear assert
I use two sets of equipment installed suse11sp2, deployment of CEPH double MDS active?I do LOOKUP/GETATTR/CREATE/SYML... zhiyuan duan

09/05/2012

12:28 PM Bug #2444: null pointer deference in ceph_d_prune inside kvm
Can you try... Sage Weil
12:28 PM Bug #3088: NULL pointer dereference at ceph_d_prune
Can you try... Sage Weil
11:56 AM Bug #3088: NULL pointer dereference at ceph_d_prune
Matt Garner wrote:
> Probably a duplicate of BUG #2444.
** Possibly
Matt Garner
11:55 AM Bug #3088: NULL pointer dereference at ceph_d_prune
Probably a duplicate of BUG #2444. Matt Garner
11:52 AM Bug #3088 (Resolved): NULL pointer dereference at ceph_d_prune
when I mount (via fstab) a specific folder
10.10.140.210:6789:/pool-hs-san-1 /mnt/ceph1-pool-hs-san-1 ceph ...
Matt Garner
08:30 AM Bug #1510 (Resolved): fsx failure on cfuse
this has been back in the qa suite for weeks now, no problems. Sage Weil

09/04/2012

08:45 PM Bug #1509 (Can't reproduce): cfuse sometimes hangs after unmount
Sage Weil
08:44 PM Bug #1603 (Can't reproduce): ceph-fuse crash during unmount
Sage Weil
08:44 PM Bug #1806 (Can't reproduce): MDS won't start
logs indicate an unresponsive osd. Sage Weil
08:40 PM Bug #1640 (Resolved): mds: failed assert(trim_to > trimming_pos)
pretty sure this is out of order osd replies, due to #2947 and similar bugs. Sage Weil
04:28 PM Documentation #3077 (In Progress): doc: Apparently people still don't realize we don't recommend ...
Added comments in Quick Start and Ceph FS sections. d233271434d1daa640273efe99ef3ee193da1de6 John Wilkins
02:50 PM Documentation #3077 (Resolved): doc: Apparently people still don't realize we don't recommend Cep...
Not sure what more we can or should do, but I run across this recently again. Anonymous
 

Also available in: Atom